phone_number_view 0.0.3
phone_number_view: ^0.0.3 copied to clipboard
A Flutter package for phone number input with international formatting, validation, and country selection.
0.0.1 #
🎉 Initial Release #
This is the first stable release of phone_number_view - a Flutter package for international phone number input with enhanced customization and clean architecture.
✨ Added #
Core Features
- Phone Number Input Widget -
PhoneNumberViewwith international formatting - Country Selection - Multiple country selector options (page, dialog, bottom sheet variants)
- Phone Number Validation - Built-in validators for mobile, fixed-line, and custom validation
- Provider State Management - Clean architecture using
PhoneControllerProviderandPhoneFieldSettingsProvider
Platform Support
- ✅ Android - Full support with native performance
- ✅ iOS - Complete iOS integration
- ✅ Web - Web platform compatibility
Flutter Compatibility
- Flutter SDK:
>=3.0.0 <4.0.0 - Dart:
>=2.17.0 <4.0.0
0.0.2 #
- Update analysis_options.yaml file.
- Update flutter_svg dependency
0.0.3 #
- Refactor code