Skip to content

Commit

Permalink
Merge pull request #17 from nylo-core/master
Browse files Browse the repository at this point in the history
v0.8.3 - Fix stub using NyStatefulWidget
  • Loading branch information
agordn52 authored Apr 27, 2021
2 parents b983e57 + f442f1b commit 30cc704
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.8.3] - 2021-04-28

* Fix stub using NyStatefulWidget

## [0.8.2] - 2021-04-10

* Remove operand check
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="https://github.com/nylo-core/framework"><img alt="GitHub stars" src="https://img.shields.io/github/stars/nylo-core/framework?style=plastic"></a>
</p>

## Nylo Framework (Beta v0.8.2)
## Nylo Framework (Beta v0.8.3)

Nylo is a micro-framework for Flutter which is designed to help simplify app development. Every project provides a simple boilerplate and MVC pattern to help you build apps easier.

Expand Down
2 changes: 1 addition & 1 deletion lib/metro/stubs/page_w_controller_stub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'package:nylo_framework/widgets/ny_stateful_widget.dart';
import '../../app/controllers/${importName.toLowerCase()}_controller.dart';
import 'package:nylo_framework/widgets/ny_state.dart';
class ${capitalize(className)}Page extends StatefulPageWidget {
class ${capitalize(className)}Page extends NyStatefulWidget {
final ${capitalize(className)}Controller controller = ${capitalize(className)}Controller();
${capitalize(className)}Page({Key key}) : super(key: key);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nylo_framework
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
version: 0.8.2
version: 0.8.3
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework
issue_tracker: https://github.com/nylo-core/framework/issues
Expand Down

0 comments on commit 30cc704

Please sign in to comment.