Skip to content

haduyphuong/flutter_format_money_vietnam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published