tbdc_flutter_plugin 3.0.2
tbdc_flutter_plugin: ^3.0.2 copied to clipboard
Plugin of TBDC Company with helper classes and UI Components for Flutter
3.0.2 #
- Fix:
TBDCPhoneInputnow accepts Brazilian phone numbers with 8 or 9 digits after DDD.
3.0.1 #
- Fix: Allowed DDD 55 to be typed when Brazil is selected in
TBDCPhoneInput. - Add API Documentation
3.0.0 #
- Rebuilt
TBDCPhoneInputas a controlled widget driven byvalue+onChanged. - Added the
TBDCPhoneInputValuepayload exposing country, dial code, formatted text, and validation state. - Introduced
initialCountry,enabled, andfocusNodeconfiguration options. - Removed the legacy
initialValue,controller, andonValueChangedparameters. - Improved validation, masking, and country synchronization across locales.
2.0.2 #
- Fix late error
2.0.1 #
- Upgrade packages dependencies
2.0.0 #
- Change output format of TBDCPhoneInput widget
- Create example project
1.4.0 #
- Upgrade packages dependencies
1.3.0 #
- Improved performance of CompareListsOfObject class helper
- Change hashCode implementation for ObjectComparable class
1.2.0 #
- Added compareAsync method for CompareListsOfObject class helper
1.1.1 #
- Fix TBDCPhoneInput widget
1.1.0 #
- Added TBDCPhoneInput widget
1.0.1 #
- Provide documentation and example for CompareListsOfObject class helper
1.0.0 #
- Added CompareListsOfObject class helper