fix flutter version for reproducible builds

This commit is contained in:
Dr.Blank 2024-12-08 03:58:03 +05:30
parent 77f7a7e3b5
commit 997d3eb5e4
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: "stable" channel: "stable"
flutter-version-file: pubspec.yaml
- name: Install dependencies - name: Install dependencies
run: flutter pub get run: flutter pub get

View file

@ -20,7 +20,7 @@ version: 0.0.15+6
environment: environment:
sdk: ">=3.3.4 <4.0.0" sdk: ">=3.3.4 <4.0.0"
flutter: ">=3.24.5 <4.0.0" flutter: 3.24.5
isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used