Skip to content

Commit

Permalink
Upgrade packages and dart sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrshubham committed May 22, 2024
1 parent 39c1c64 commit 400859e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ publish_to: "none"
version: 1.0.0+1

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: '>=3.3.4 <4.0.0'

dependencies:
flame: 1.16.0
flame_audio: 2.10.0
flame: 1.17.0
flame_audio: 2.10.1
hive: 2.2.3
path_provider: 2.1.2
provider: 6.1.1
path_provider: 2.1.3
provider: 6.1.2
flutter:
sdk: flutter
cupertino_icons: 1.0.6
cupertino_icons: 1.0.8

dev_dependencies:
hive_generator: 2.0.1
build_runner: 2.4.8
build_runner: 2.4.10
flutter_test:
sdk: flutter
flutter_lints: 3.0.1
flutter_lints: 4.0.0

flutter:
uses-material-design: true
Expand Down

0 comments on commit 400859e

Please sign in to comment.