Skip to content

Commit

Permalink
[flutter] Upgrade and require Flutter 3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jun 19, 2023
1 parent a2e3870 commit 4c4771f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spine-flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ packages:
version: "0.7.4"
sdks:
dart: ">=3.0.0-417 <4.0.0"
flutter: ">=3.10.1"
flutter: ">=3.10.5"
2 changes: 1 addition & 1 deletion spine-flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1

environment:
sdk: '>=2.17.6 <4.0.0'
flutter: ">=3.10.1"
flutter: ">=3.10.5"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion spine-flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation: https://esotericsoftware.com/spine-flutter

environment:
sdk: '>=2.17.6 <4.0.0'
flutter: ">=3.10.1"
flutter: ">=3.10.5"

dependencies:
flutter:
Expand Down

0 comments on commit 4c4771f

Please sign in to comment.