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

Flutter and Dart package for adding a separater in a number, For both International and Indian formarts.

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.2.0

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';
2
likes
110
pub points
28%
popularity

Publisher

unverified uploader

Flutter and Dart package for adding a separater in a number, For both International and Indian formarts.

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on add_comma