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

View File

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

View File

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