Skip to content

Releases: nylo-core/framework

v1.1.0

13 Jul 21:45
5c746ac
Compare
Choose a tag to compare
  • Null safety stubs

v1.0.0

07 Jul 22:49
698a513
Compare
Choose a tag to compare
  • New method to create pages in router 'router.page(NyStatefulWidget widget)'
  • Pubspec.yaml dependency updates
  • README changes

v0.8-beta.4

30 Apr 21:20
fc080b5
Compare
Choose a tag to compare
  • Use pascal format for metro cli
  • Fix metro make:page command

v0.8-beta.3

27 Apr 23:43
30cc704
Compare
Choose a tag to compare
  • Fix stub using NyStatefulWidget

v0.8-beta.2

11 Apr 23:50
b983e57
Compare
Choose a tag to compare
  • Remove operand check
  • Update adaptive_theme dependency
  • Null safety support
  • Rename StatefulPageWidget to NyStatefulWidget
  • Pubspec.yaml dependency updates

v0.7-beta.1

16 Mar 21:12
c6190d3
Compare
Choose a tag to compare
  • Router bug fix
  • Small tweaks
  • Changes as per dart analysis log

v0.6-beta.2

07 Mar 20:56
c102cad
Compare
Choose a tag to compare
  • Flutter 2.0.0+ support
  • Bug fixes

v0.6-beta.1

18 Feb 22:43
807f645
Compare
Choose a tag to compare
  • Bug fixes

v0.6-beta.0

18 Feb 22:37
060e43a
Compare
Choose a tag to compare
  • Ability to create plugins for Nylo
  • Refactored NyRouter class
  • Add page transitions
  • StatefulPageWidget class now has data() method
  • Controller and model stub update
  • new construct(context) method for controllers
  • Version bump

v0.5-beta.2

31 Jan 10:43
e2ba600
Compare
Choose a tag to compare
  • Fix onPop called on null
  • Pass new "result" into pop method