- 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.