Skip to content

Commit

Permalink
chore: Upgrade to Flutter environment >3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Nov 27, 2023
1 parent beeb701 commit eaf98d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wrestling_scoreboard_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository: 'https://github.com/Oberhauser-Dev/wrestling_scoreboard/tree/master/
version: 0.0.1+1

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion wrestling_scoreboard_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
publish_to: 'none'

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=3.0.0 <4.0.0'

dependencies:
json_annotation: ^4.0.1
Expand Down
2 changes: 1 addition & 1 deletion wrestling_scoreboard_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://server.wrestling-scoreboard.oberhauser.dev
publish_to: 'none'

environment:
sdk: '>=2.15.0 <3.0.0'
sdk: '>=3.0.0 <4.0.0'

dependencies:
dotenv: ^4.1.0
Expand Down

0 comments on commit eaf98d4

Please sign in to comment.