nylo_framework 0.4.0 nylo_framework: ^0.4.0 copied to clipboard
Micro-framework for Flutter that's built to simplify app development for Flutter projects.
[0.4.0] - 2020-12-21 #
- New default state widget NyState
- Updates to Metro stubs
- APIRender Widget parameter refactor
- Helper class small refactor
- Dart code formatting
[0.3.2] - 2020-09-23 #
- ApiRender widget updated with new required parameters and change in functionality.
[0.3.1] - 2020-09-19 #
- Small fix to Metro cli tool
- Update to readme
[0.3.0] - 2020-09-18 #
- Bug fix for controller when fetching request data
- Tweak to routes and transitions
- Improvements to Metro Cli
[0.2.0] - 2020-09-15 #
- Controllers can now return arguments from routes
- Dispatch jobs with the new BusQueue
- Updated router class
- ApiRender widget for rending Widgets from api futures
- Removal of unused methods, code clean up, example added
- New method for storing objects and lists to shared preferences
- New methods to check app connectivity in networking
- Metro improvements and bug fixes
- Bug fixes to project
[0.1.0] - 2020-08-23 #
- Initial release.