Releases: nylo-core/framework
Releases · nylo-core/framework
v0.5-beta.2
- Fix
onPopcalled on null - Pass new "result" into
popmethod
v0.5-beta.0
- Metro new commands: create stateless widgets, stateful widgets and storable models
- "common" folder renamed to "resources"
- Router new
routemethod to create routes - Controller refactored to remove .of(BuildContext context)
- New Storable method
save('key')to store to secure storage - onPop parameter added to
routeTomethod - Small improvements and tweaks
flutter format
v0.4-beta.0
- New default state widget NyState
- Updates to Metro stubs
- APIRender Widget parameter refactor
- Helper class small refactor
- Dart code formatting
0.3-beta.2
- ApiRender widget updated with new required parameters and change in functionality.
v0.3-beta.1
- Bugfix for the controller when fetching request data
- Tweak to routes and transitions
- Improvements to Metro Cli
- Pubspec dependency update
- Updates to the README
v0.2-beta.0
- 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 the project