gtgalone / currency_text_input_formatter

Currency Text Input Formatter for Flutter.
https://pub.dev/packages/currency_text_input_formatter
MIT License
50 stars 29 forks source link

Accept num type for minValue and maxValue #55

Closed tainanfochesatto closed 6 months ago

tainanfochesatto commented 6 months ago

The constructors were created accepting minValue and maxValue as int. This PR fixes this issue by acceptig num as the type instead.

gtgalone commented 6 months ago

Thank you so much! @tainanfochesatto

Your changes have been released!