Update flutter

This commit is contained in:
dane madsen
2023-11-02 22:45:11 +10:00
parent cbb1e54ced
commit 1b7961512e
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
java-version: '17' java-version: '17'
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.13.7' flutter-version: '3.13.9'
- name: Decode Keystore File - name: Decode Keystore File
env: env:
@@ -58,7 +58,7 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.13.7' flutter-version: '3.13.9'
- name: Install dependencies - name: Install dependencies
run: | run: |
@@ -88,7 +88,7 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.13.7' flutter-version: '3.13.9'
- name: Install dependencies - name: Install dependencies
run: | run: |

View File

@@ -1,5 +1,5 @@
name: maid name: maid
description: A new Flutter project. description: A cross-platform Flutter app for interfacing with GGUF / Llama models.
# The following line prevents the package from being accidentally published to # The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages. # pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev publish_to: 'none' # Remove this line if you wish to publish to pub.dev