intl_phone_selector 0.0.1
intl_phone_selector: ^0.0.1 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.1 - 2025-04-27 #
Initial Release #
-
Features:
- Added
IntlPhoneSelectorwidget 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.mdwith 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.