Skip to content

Commit

Permalink
Upgrade to Flutter v3.16.0, Dart v3.2.0
Browse files Browse the repository at this point in the history
Closes: #36
  • Loading branch information
JonasWanke committed Jan 20, 2024
1 parent bedd714 commit 8dd381c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Expand Up @@ -587,5 +587,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.0-194.0.dev <4.0.0"
flutter: ">=3.10.0"
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Expand Up @@ -2,8 +2,8 @@ name: swipeable_page_route_example
publish_to: none

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.16.0'

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Expand Up @@ -7,8 +7,8 @@ screenshots:
path: doc/demo.gif

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.16.0'

dependencies:
black_hole_flutter: ^1.0.3
Expand Down

0 comments on commit 8dd381c

Please sign in to comment.