perfect_text_field 2.1.0
perfect_text_field: ^2.1.0 copied to clipboard
`PerfectTextField` builds on `TextFormField` and integrates additional features like auto-complete and a custom text controller for advanced text editing scenarios.
2.1.0 #
Remove GetX, Changed Rx to ValueNotifier
2.0.0 #
feat: Update Runner scheme and AppDelegate for new Xcode version
- Updated LastUpgradeVersion in Runner.xcscheme to 1510.
- Changed @UIApplicationMain to @main in AppDelegate.swift.
feat: Enhance Runner workspace with Pods reference
- Added Pods.xcodeproj reference to Runner.xcworkspace.
feat: Refactor main.dart to support new text controllers
- Introduced decimalFormatterTextController and chipTextController.
- Updated UI to include new PerfectTextField instances for decimal formatting and chip text field.
chore: Update pubspec.lock with new dependencies
- Added dlibphonenumber and fixnum packages.
- Updated version of existing packages.
fix: Refactor PerfectRawAutocomplete to use new PerfectTextController
- Updated references from TextEditingController to PerfectTextController.
- Adjusted listener management for text changes and focus.
feat: Revamp PerfectTextField implementation
- Converted PerfectTextField from a subclass of TextFormField to a StatefulWidget.
- Enhanced constructor to accept various parameters for customization.
- Updated build method to utilize the new PerfectTextController.
feat: Introduce decoration features in PerfectTextController
- Added support for hashtags, mentions, emails, and phone numbers with custom styling.
- Implemented methods for matching and displaying decorated text.
chore: Bump version to 2.0.0 in pubspec.yaml
- Updated version number to reflect major changes and enhancements.
1.1.0+3 #
Add dismissKeyboardOnTapOutside parameter to PerfectTextField
1.1.0+2 #
Change PerfectTextController.selectAllOnFocus = false
1.1.0 #
Package Updates
1.0.0 #
PerfectTextField, PerfectTextController, PerfectAutocomplete, PerfectRawAutocomplete, DecimalNumberFormatter