flutter_intl_phone_field 0.0.7
flutter_intl_phone_field: ^0.0.7 copied to clipboard
A customized Flutter TextFormField to input international phone number along with country code.
0.0.7 #
- Refactor initState to use Future.microtask for improved initialization of country list and phone number handling
0.0.5 #
- Future.microtask() added to initState() to avoid
setState() or markNeedsBuild() called during build
error.
0.0.4 #
- Dependency updated.
0.0.3 #
- Error exception handled.
0.0.2 #
- README.md updated.
0.0.1 #
- A Custom Phone Input TextFormField.