Skip to content

Commit

Permalink
fix!: pubspec flutter version must a minimum (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtome authored Jul 17, 2024
1 parent b855c76 commit a5cc357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/leap/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/kurtome/leap

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.13.2
flutter: ">=3.13.2"

dependencies:
flame: ^1.18.0
Expand Down

0 comments on commit a5cc357

Please sign in to comment.