fadhly-permata / flutter_money_formatter

"FlutterMoneyFormatter" is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization.
https://pub.dartlang.org/packages/flutter_money_formatter
Other
85 stars 105 forks source link

How to change amount #37

Closed monxarat closed 1 year ago

monxarat commented 1 year ago

Hi guys,

How to change the amount

fadhly-permata commented 1 year ago

Hi @monxarat ,

As described here,

You can change the amount from initialization, like follow:

FlutterMoneyFormatter fmf = FlutterMoneyFormatter( amount: 12345678.9012345 );

And you can change it later, by assigning like below:

fmf.amount = 23456.1234