form_builder_phone_field 2.0.1 form_builder_phone_field: ^2.0.1 copied to clipboard
International phone number field for FlutterFormBuilder package
[2.0.1] #
- Update readme
[2.0.0] #
BREAKING CHANGES #
- Update constraints to Flutter 3.10
- Update constraints to Dart 3
- Compile with Android SDK 33
- Update
flutter_form_builder
to 9.x.x. Take a look breaking changes on there changelog
Features #
- Update to use phone_number 2.0.0
[1.4.0] #
Bug fixes #
- Reset field value when call form reset
- Update field value by formKey when call patchValue
Features #
- NEW Add property
countryPicker
that allow a custom country picker widget - NEW Add property
searchEmptyView
- Parse international code by iso code instead
- Update
flutter_form_builder
to 8.0.0
[1.3.0] #
- Apply license BSD-3-clause
- Refactor readme
[1.2.0] #
- Move repository
- Update dependencies
[1.1.0] #
- Added property iconSelector
[1.0.0] #
- Added web support
[1.0.0-beta.0] #
- Compatibility with
flutter_form_builder
^7.*
[0.3.0] #
- Compatibility with
flutter_form_builder
^6.* - BREAKING CHANGES: Upgrade to
phone_number
v0.12.0
[0.2.0] #
- Flutter 2 compatibility
[0.1.0] #
- Initial release.