build: Use flutter version from pubspec.yaml instead of env file

This commit is contained in:
Christian Kußowski 2026-03-05 10:14:04 +01:00
commit 386d01296f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 14 additions and 40 deletions

View file

@ -2316,4 +2316,4 @@ packages:
version: "3.1.3"
sdks:
dart: ">=3.10.3 <4.0.0"
flutter: ">=3.38.4"
flutter: "3.41.3"