Merge pull request #2697 from krille-chan/krille/switch-flutter-constraints
build: Use flutter constraints instead of fixed in pubspec.yaml
This commit is contained in:
commit
4f09b43f0e
2 changed files with 3 additions and 3 deletions
|
|
@ -2267,5 +2267,5 @@ packages:
|
|||
source: hosted
|
||||
version: "3.1.3"
|
||||
sdks:
|
||||
dart: ">=3.10.3 <4.0.0"
|
||||
dart: ">=3.11.1 <4.0.0"
|
||||
flutter: "3.41.4"
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ publish_to: none
|
|||
version: 2.4.0+3546
|
||||
|
||||
environment:
|
||||
sdk: ">=3.10.0 <4.0.0"
|
||||
flutter: 3.41.4
|
||||
sdk: ">=3.11.1 <4.0.0"
|
||||
flutter: "3.41.4"
|
||||
|
||||
dependencies:
|
||||
archive: ^4.0.7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue