Skip to content

Commit

Permalink
fix: Fixes for flutter analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
cristopher-ozone committed Oct 29, 2023
1 parent 7d3b035 commit 62c0061
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.1+4] - October 29, 2023

* Fixes for flutter analyze


## [2.0.1+3] - October 10, 2023

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ void main() async {

class JsWidgetPage extends StatelessWidget {
const JsWidgetPage({
Key? key,
super.key,
required this.data,
}) : super(key: key);
});

final JsonWidgetData data;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_plugin_js'
description: 'A plugin to the JSON Dynamic Widget to provide JS support to the widgets'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_js'
version: '2.0.1+3'
version: '2.0.1+4'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 62c0061

Please sign in to comment.