flutter_pattern_formatter
flutter_pattern_formatter copied to clipboard
Add new formatter to block too many decimals
Hey everyone!
I needed to create this formatter to only allow x amount of decimal places and y amount of digits before the decimal place, so I thought I would create a PR and add it to this package!
@hnvn I added for it to be dynamic, please let me know if I did that right!
And I just added a bool to allow negative numbers or not.
I would love to see this merged