custom_phone_field 1.0.0
custom_phone_field: ^1.0.0 copied to clipboard
A smart and customizable Flutter package for phone number input with country selection, validation, and formatting.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
Added #
- Initial implementation of PhoneField widget
- Country selection with flags
- Phone number validation
- Basic phone number formatting
- Searchable country dropdown
- Customizable UI options
- Keyboard type customization
- Input sanitization
- Phone number masking
- Region-based validation
- Custom validation rules
- Error handling and feedback
Changed #
- Improved error handling
- Enhanced documentation
- Added more test cases
- Updated dependencies
Fixed #
- Fixed country dropdown positioning
- Fixed phone number formatting edge cases
- Fixed keyboard type handling
- Fixed validation edge cases