number_format_ext 2.3.3
number_format_ext: ^2.3.3 copied to clipboard
Numberformat extnsion, Added floor and ceil methods to Numberformat.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add number_format_extWith Flutter:
$ flutter pub add number_format_extThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
number_format_ext: ^2.3.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:number_format_ext/number_format_ext.dart';