nylo_support 2.2.0 nylo_support: ^2.2.0 copied to clipboard
Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
[2.2.0] - 2021-12-07 #
- New validator added to NyState. Allows you to validate data in widgets.
- Added toast notification helper
- Refactored localization class
- Ability to create themes and theme colors from Metro Cli
- Pubspec.yaml dependency updates
- Bug fixes
[2.1.0] - 2021-09-21 #
- Fix
updateLocale
method - Ability to add additional Router's to Nylo
[2.0.1] - 2021-09-18 #
- Upgrade Dart (v2.14.0)
2.0.0 - 2021-09-10 #
- Add routes from NyPlugin
- NyState has new 'get' helpers for TextTheme and MediaQuery
- NyStorage 'read' method now returns more accurate data types if a type is not specified
- New template for NyPlugin's
- Added a MetroService and MetroConsole class for cli operations
- Pubspec.yaml dependency updates
1.0.0 - 2021-07-07 #
- Initial release.