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

Use stateful widgets where appropriate for examples #38

Closed mclean25 closed 2 years ago

mclean25 commented 2 years ago

The examples use StatefulWidget where there's actually state, which can lead to bugs down to line if copied verbatim by readers. This tweaks the example to best practices.

gtgalone commented 2 years ago

Hello @mclean25 !

Amazing! Thank you so much!