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 106 forks source link

Decimal view #11

Open botikdd opened 5 years ago

botikdd commented 5 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

It would be greate if you could have a flag which sets the decimal part as superscript

fadhly-permata commented 5 years ago

Actually, I misunderstanding with this issue, can you explain more detail?

Gerrel commented 5 years ago

He wants to be able to show the decimals like the image below

Screen_Shot_2012-03-04_at_11 13 27

botikdd commented 5 years ago

Yepp, I want to display the decimals exactly how's in Gerrel's image

fadhly-permata commented 5 years ago

@botikdd: It will be great idea, I'll try to implement it. But, if you need to implement this idea ASAP, this link may help you (https://stackoverflow.com/questions/54254516/how-can-we-use-superscript-and-subscript-text-in-flutter-text-or-richtext)

@Gerrel : Thanks for your helps