Releases: nylo-core/framework
Releases · nylo-core/framework
v1.1.0
v1.0.0
v0.8-beta.4
- Use pascal format for metro cli
- Fix metro make:page command
v0.8-beta.3
- Fix stub using NyStatefulWidget
v0.8-beta.2
- Remove operand check
- Update adaptive_theme dependency
- Null safety support
- Rename StatefulPageWidget to NyStatefulWidget
- Pubspec.yaml dependency updates
v0.7-beta.1
- Router bug fix
- Small tweaks
- Changes as per dart analysis log
v0.6-beta.2
- Flutter 2.0.0+ support
- Bug fixes
v0.6-beta.1
- Bug fixes
v0.6-beta.0
- Ability to create plugins for Nylo
- Refactored NyRouter class
- Add page transitions
StatefulPageWidget
class now hasdata()
method- Controller and model stub update
- new
construct(context)
method for controllers - Version bump
v0.5-beta.2
- Fix
onPop
called on null - Pass new "result" into
pop
method