Remove Point Value Or Rounding Value In Flutter :

var num = 10.12345678; var removePointValue = double.parse(num.toStringAsFixed(2)); //Get Round Value var roundingValue= double.parse(num.toStringAsFixed(0));
The flutter tutorial is a website that bring you the latest and amazing resources of code. All the languages codes are included in this website. The languages like flutter, android, java,kotlin etc.with the help of this languages any user can develop the beautiful application
For more information about Flutter. visit www.fluttertutorial.in