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