text_field_custom 1.0.0
text_field_custom: ^1.0.0 copied to clipboard
In this package I have customized the textformfield for easy use.
1.0.0 #
🚀 Major release with theming and architecture improvements
✨ Added #
- Introduced
TextFieldCustomThemeusing FlutterThemeExtension - Added global styling support via
ThemeData.extensions - Added dark mode compatibility out of the box
- Added consistent styling fallback system:
- Widget params > ThemeExtension > Default values
- Improved documentation with theming examples
- Enhanced example app with real-world form use cases
🔄 Updated #
- Refactored
TextFieldCustomto support ThemeExtension - Improved internal architecture for scalability and maintainability
- Updated README with theming, dark mode, and advanced usage
🛠 Improvements #
- Cleaner and more flexible styling system
- Better separation of concerns (UI vs configuration)
- Production-ready theming support
⚠️ Breaking Changes #
- Deprecated previous global configuration approach (if used)
- Styling is now recommended via
ThemeExtension