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:
Krille-chan 2026-03-13 10:32:10 +01:00 committed by GitHub
commit 4f09b43f0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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