castor_flutter 1.0.4
castor_flutter: ^1.0.4 copied to clipboard
This Flutter package is a collection of widgets and utilities for building Flutter applications.
castor_flutter changelog #
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.