phone_number 0.6.2 phone_number: ^0.6.2 copied to clipboard
Flutter plugin for parsing, formatting and validating international phone numbers.
0.6.2 #
- Upgrade to libphonenumber 8.12.1
0.6.1 #
- Compatibility with Flutters Android Embedding V2
- Activate E2E testing capabilities
0.6.0+2 #
- Upgrade to libphonenumber 8.11.3
- Upgrade to PhoneNumberKit 3.2.0
0.6.0+1 #
- Thanks to @ened for helping fixing 2 iOS issues
- Optimize factories for testing and normal usage
- Add analytics_options w/ pedantic
- Initial version of the README
0.6.0 #
- Breaking Change: all the plugin's API methods are now instance methods
0.5.0 #
- Add method to retrieve all supported regions & their country codes
0.4.1 #
- Change channel name (add FQDN)
- Reorganize the lib folder to Dart library standards
- Update to libphonenumber 8.10.23 / PhoneNumberKitCore 3.1.0
- Project cleanup
0.4.0 #
- Add support for parsing a list of phone numbers
0.3.1 #
- Add support for phone number's countryCode and nationalNumber
0.3.0 #
- Add partial number formatting
0.2.0 #
- Upgrade to libphonenumber 8.10.11 & PhoneNumberKit 2.6.0
- Refactor to AndroidX
- Remove Kotlin support and switched back to full Java implementation
- Added a very simple test in the example app
0.1.1 #
- Minimal implementation of the parse method. Example app still not functional.