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
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.x'
|
||||
flutter-version-file: pubspec.yaml
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
|
||||
|
||||
@@ -1530,4 +1530,4 @@ packages:
|
||||
version: "2.2.3"
|
||||
sdks:
|
||||
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."
|
||||
environment:
|
||||
sdk: '>=3.10.0 <4.0.0'
|
||||
flutter: '>=3.38.0 <4.0.0'
|
||||
workspace:
|
||||
- packages/design_system
|
||||
- packages/core
|
||||
|
||||
Reference in New Issue
Block a user