intl_phone_selector 0.0.2
intl_phone_selector: ^0.0.2 copied to clipboard
A highly customizable international phone number input package for Flutter.
Changelog #
All notable changes to the intl_phone_selector
package will be documented in this file.
[0.0.2] - 2025-04-28 #
- Fix minor changes to improve
PhoneNumberFormatter
- Improved documentation.
[0.0.1] - 2025-04-27 #
Initial Release #
-
Features:
- Added
IntlPhoneSelector
widget for selecting international phone numbers with country code support. - Supports a list of countries with customizable country flags and dial codes.
- Highly customizable with options for styling, country filtering, and UI adjustments.
- Provides callback for handling phone number changes.
- Includes validation for phone number input (optional).
- Added
-
Documentation:
- Added
README.md
with installation and usage instructions. - Included an example app in the
example/
folder demonstrating basic usage.
- Added
-
License:
- Released under the MIT License.
-
Setup:
- Configured for publishing to pub.dev.
- Added initial test suite for core functionality.