bd_money_formatter 0.0.2 copy "bd_money_formatter: ^0.0.2" to clipboard
bd_money_formatter: ^0.0.2 copied to clipboard

Flutter package for convert Number to Bangladesh (BD) Money Format, BD money format different than other country, Most of the country write as '12,34,56' but in Bangladesh write as 1,23,456 formation

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bd_money_formatter

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

dependencies:
  bd_money_formatter: ^0.0.2

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:bd_money_formatter/bd_money_formatter.dart';
1
likes
150
points
25
downloads

Publisher

verified publisherpritom.me

Weekly Downloads

Flutter package for convert Number to Bangladesh (BD) Money Format, BD money format different than other country, Most of the country write as '12,34,56' but in Bangladesh write as 1,23,456 formation

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on bd_money_formatter