feat: Update Flutter version handling in CI and adjust pubspec files for compatibility

This commit is contained in:
Achintha Isuru
2026-02-19 16:45:03 -05:00
parent aff56be2bc
commit b8772b301e
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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