Skip to content

Commit

Permalink
Add flutter version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Oct 22, 2024
1 parent b2592c2 commit c7a3932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1691,4 +1691,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
flutter: ">=3.27.0-0.1.pre"
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: lichess_mobile
description: Lichess mobile app V2
publish_to: "none"

version: 0.12.5+001205 # see README.md for details about versioning
version: 0.12.5+001205 # See README.md for details about versioning

environment:
sdk: ">=3.5.0 <4.0.0"
# We're using the beta channel for the flutter version
flutter: "3.27.0-0.1.pre"

dependencies:
app_settings: ^5.1.1
Expand Down

0 comments on commit c7a3932

Please sign in to comment.