Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "beta"
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: 'beta'
flutter-version-file: pubspec.yaml
- name: Add keystore
run: echo "${{ secrets.ANDROID_KEYSTORE }}" | base64 -d > android/localmaterialnotes_keystore.jks
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: 'beta'
flutter-version-file: pubspec.yaml
- run: dart run build_runner build
- run: flutter gen-l10n
- name: Analyze
run: |
dart run build_runner build
flutter gen-l10n
flutter pub get
dart analyze --fatal-infos
run: dart analyze --fatal-infos

format:
name: Format
Expand All @@ -32,7 +30,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: 'beta'
flutter-version-file: pubspec.yaml
- name: Format
run: dart format -l 120 --set-exit-if-changed .
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: 'beta'
flutter-version-file: pubspec.yaml
- name: Add keystore
run: echo "${{ secrets.ANDROID_KEYSTORE }}" | base64 -d > android/localmaterialnotes_keystore.jks
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: 'beta'
flutter-version-file: pubspec.yaml
- name: Get dependencies
run: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ fastlane/report.xml
*.g.dart

# External imports
docs/external_imports/outputs/*.json
docs/external_imports/outputs/*.json

# FVM
.fvm
2 changes: 1 addition & 1 deletion .isar
Submodule .isar updated from d0de37 to f49ed3
Loading
Loading