gtgalone / currency_text_input_formatter

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

Reverse input behavior #43

Closed ykorshev closed 1 year ago

ykorshev commented 1 year ago

Hi. Is it possible to make it so that the integer part is entered first and then the decimal part?

gtgalone commented 1 year ago

Hello @ykorshev

I am planning to add the direction feature for left to right.

Currently it only support right to left.

I will comment after add this feature.

Thanks!