feat: Update Flutter version handling in CI and adjust pubspec files for compatibility
This commit is contained in:
2
.github/workflows/mobile-ci.yml
vendored
2
.github/workflows/mobile-ci.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: 🦋 Set up Flutter
|
- name: 🦋 Set up Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.19.x'
|
flutter-version-file: pubspec.yaml
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
|||||||
@@ -1530,4 +1530,4 @@ packages:
|
|||||||
version: "2.2.3"
|
version: "2.2.3"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.10.3 <4.0.0"
|
dart: ">=3.10.3 <4.0.0"
|
||||||
flutter: ">=3.38.4"
|
flutter: ">=3.38.4 <4.0.0"
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ publish_to: 'none'
|
|||||||
description: "A sample project using melos and modular scaffold."
|
description: "A sample project using melos and modular scaffold."
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.10.0 <4.0.0'
|
sdk: '>=3.10.0 <4.0.0'
|
||||||
|
flutter: '>=3.38.0 <4.0.0'
|
||||||
workspace:
|
workspace:
|
||||||
- packages/design_system
|
- packages/design_system
|
||||||
- packages/core
|
- packages/core
|
||||||
|
|||||||
Reference in New Issue
Block a user