number_editing_controller 1.0.0 copy "number_editing_controller: ^1.0.0" to clipboard
number_editing_controller: ^1.0.0 copied to clipboard

outdated

Number Editing Controller - number or amount editing controller

Features #

  • formats as-you-type text fields as numbers (decimals, currency or integers)
  • extracts num value from the input

Getting started #

  • install the library
flutter pub add number_editing_controller

Usage #

  • first you should define your controller
final controller = NumberEditingTextController.integer();
  • set this controller as the controller for the target TextField
  • now the TextField would filter out all non-integer symbols
  • you can extract the value with controller.number
10
likes
0
points
298
downloads

Publisher

verified publishernerdy.pro

Weekly Downloads

Number Editing Controller - number or amount editing controller

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on number_editing_controller