Skip to content

Commit

Permalink
Update Flutter dependencies
Browse files Browse the repository at this point in the history
- Update Reactive Forms version to 17.0
- Update Flutter version >=3.16.0
- Update Dart version >=3.2.4 <4.0.0
- Replace deprecated WillPopScope with PopScope
- Fix the use super parameters
  • Loading branch information
joanpablo committed Mar 29, 2024
1 parent 552a7ac commit b5189b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=3.2.4 <4.0.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 17.0.0
homepage: "https://github.com/joanpablo/reactive_forms"

environment:
sdk: ">=3.2.4 <4.0.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
Expand Down

0 comments on commit b5189b0

Please sign in to comment.