flutter_format_money_vietnam 0.0.2
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.