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

The library format money Vietnam

flutter_format_money_vietnam #

This package only format money Vietnam

Getting Started #

1. Import package #

import 'package:flutter_format_money_vietnam/flutter_format_money_vietnam.dart';

2. Example #

Text('100000'.toVND())

or

Text(100000.toVND())

Use with currency unit:

Text('1000000'.toVND(unit: 'đ')) You can using type String or Int with this library.

3
likes
130
points
25
downloads

Publisher

verified publisherngovang.com

Weekly Downloads

The library format money Vietnam

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_format_money_vietnam