Skip to content

Commit

Permalink
chore: Update minimum sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinVignal committed May 14, 2024
1 parent 4a7836a commit 0f8be0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/go_router_builder/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: go_router_builder examples
publish_to: none

environment:
sdk: ^3.1.0
sdk: ^3.2.0

dependencies:
collection: ^1.15.0
Expand Down
4 changes: 2 additions & 2 deletions packages/go_router_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repository: https://github.com/flutter/packages/tree/main/packages/go_router_bui
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router_builder%22

environment:
sdk: ^3.1.0
flutter: ">=3.13.0"
sdk: ^3.2.0
flutter: ">=3.16.0"

dependencies:
analyzer: ">=5.2.0 <7.0.0"
Expand Down

0 comments on commit 0f8be0e

Please sign in to comment.