flutterCounter icon indicating copy to clipboard operation
flutterCounter copied to clipboard

Allow formatting count value with dart NumberFormat pattern

Open shabab477 opened this issue 5 years ago • 0 comments

Customisability can be increased if there was a way that the number being shown can be formatted from the user side with formatter string. A usual use case for me to add a currency sign after the number, which is not possible write now. A suggestion can be to pass an argument as a Dart NumberFormat pattern and parse the value on the view layer.

Please let me know if this is possible, I would love to contribute by adding an PR if needed. Thanks.

shabab477 avatar Sep 28 '20 22:09 shabab477