Skip to content

Releases: nylo-core/framework

v0.5-beta.2

31 Jan 10:43
e2ba600

Choose a tag to compare

  • Fix onPop called on null
  • Pass new "result" into pop method

v0.5-beta.0

30 Jan 23:31
679b579

Choose a tag to compare

  • Metro new commands: create stateless widgets, stateful widgets and storable models
  • "common" folder renamed to "resources"
  • Router new route method to create routes
  • Controller refactored to remove .of(BuildContext context)
  • New Storable method save('key') to store to secure storage
  • onPop parameter added to routeTo method
  • Small improvements and tweaks
  • flutter format

v0.4-beta.0

21 Dec 15:26
130b504

Choose a tag to compare

  • New default state widget NyState
  • Updates to Metro stubs
  • APIRender Widget parameter refactor
  • Helper class small refactor
  • Dart code formatting

0.3-beta.2

23 Sep 21:39
7b4dea8

Choose a tag to compare

  • ApiRender widget updated with new required parameters and change in functionality.

v0.3-beta.1

19 Sep 10:03
4fba3cd

Choose a tag to compare

  • 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

15 Sep 00:11
92786db

Choose a tag to compare

  • 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

0.1.0

26 Aug 16:57
a11a48d

Choose a tag to compare

Initial release.