bd_money_formatter 0.0.2 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';