File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 7.1.1] - 2026-03-29
2+
3+ ### Changed
4+ * Page stub now sets ` stateManaged ` to ` false ` by default for newly scaffolded pages
5+
16## [ 7.1.0] - 2026-03-29
27
38### Added
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ class _${className.pascalCase}PageState extends NyPage<${className.pascalCase}Pa
1818 get init => () {
1919
2020 };
21+
22+ @override
23+ bool get stateManaged => false;
2124
2225 @override
2326 Widget view(BuildContext context) {
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export 'package:date_field/date_field.dart';
1515export 'package:dio/dio.dart' ;
1616
1717/// Nylo version
18- const String nyloVersion = 'v7.1.0 ' ;
18+ const String nyloVersion = 'v7.1.1 ' ;
Original file line number Diff line number Diff line change 11name : nylo_framework
22description : Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3- version : 7.1.0
3+ version : 7.1.1
44homepage : https://nylo.dev
55repository : https://github.com/nylo-core/framework/tree/7.x
66issue_tracker : https://github.com/nylo-core/framework/issues
You can’t perform that action at this time.
0 commit comments