add_comma 0.0.3 copy "add_comma: ^0.0.3" to clipboard
add_comma: ^0.0.3 copied to clipboard

outdated

Flutter and Dart package for adding a separater in a number.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add add_comma

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  add_comma: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:add_comma/add_comma.dart';
3
likes
0
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter and Dart package for adding a separater in a number.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on add_comma