Skip to content

Example implementation of Flutter TextInputFormatter to create a smart formatting currency field

License

Notifications You must be signed in to change notification settings

nsNeruno/flutter_currency_text_input_quick_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_currency_text_input_quick_sample

Example implementation of Flutter TextInputFormatter to create a smart formatting currency field

Usage

// TODO: Add the import to the file that contains the file AmountInputFormatterSet

// Example TextField declaration
var textField = TextField(
  inputFormatters: AmountInputFormatterSet(),
);

About

Example implementation of Flutter TextInputFormatter to create a smart formatting currency field

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages