castor_flutter 1.0.6
castor_flutter: ^1.0.6 copied to clipboard
This Flutter package is a collection of widgets and utilities for building Flutter applications.
castor_flutter changelog #
1.0.6 #
- Simplified: Toast API - removed context parameter requirement
- Updated: Example code references to use new Toast API
1.0.5 #
- Updated: Optimized text input character handling for improved user experience
- Updated: Upgraded dependency package versions for stability and performance enhancements
1.0.4 #
- Added: Comprehensive example documentation for all form components
- Updated: Upgraded dependency package versions for improved stability and performance
- Changed: Downgraded test framework to ensure compatibility with current CI/CD pipeline
1.0.3 #
- Added: HarmonyOS platform support (example & documentation)
1.0.2 #
- Added: Internationalization (i18n) support with built-in English (en) and Chinese (zh) localization resources and copy.
- Fixed: Added
intldependency inpubspec.yamlto ensure generated localization code (e.g.,DateFormat) is available.