extended_masked_text library

Classes

MaskedTextController
A TextEditingController extended to provide custom masks to flutter
MoneyMaskedTextController
A TextEditingController extended to apply masks to currency values

Enums

CursorBehaviour
An enum representing the expected behavior to the cursor

Typedefs

AfterChangeCallback = void Function(String previous, String next)
Just a way to ensure the callback always follows the same function, it is used by the MaskedTextController
BeforeChangeCallback = bool Function(String previous, String next)
Just a way to ensure the callback always follows the same function, it is used by the MaskedTextController