Skip to content

Commit

Permalink
chore: update flutter and dependencies (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien authored Jan 6, 2025
1 parent 2f3ca60 commit d9e45ca
Show file tree
Hide file tree
Showing 14 changed files with 249 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'
flutter-version: '3.27.1'
- name: Prepare Flutter Build
env:
ANDROID_KEYSTORE_STRING: ${{ secrets.ANDROID_KEYSTORE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_browserstack_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'
flutter-version: '3.27.1'
- name: Prepare Flutter Build
env:
ANDROID_KEYSTORE_STRING: ${{ secrets.ANDROID_KEYSTORE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_browserstack_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'
flutter-version: '3.27.1'
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build_test_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'
flutter-version: '3.27.1'
- name: Prepare Flutter Build
run: |
flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'
flutter-version: '3.27.1'
- name: Prepare Flutter Build
run: |
flutter pub get
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'
flutter-version: '3.27.1'
- name: Install the Apple signing certificate and appstore connect key
env:
SBB_APPSTORE_BASE64: ${{ secrets.SBB_APPSTORE_BASE64 }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'
flutter-version: '3.27.1'
- name: Prepare Flutter Android Build
env:
ANDROID_KEYSTORE_STRING: ${{ secrets.ANDROID_KEYSTORE }}
Expand Down
2 changes: 1 addition & 1 deletion das_client/.fvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutter": "3.24.3",
"flutter": "3.27.1",
"flavors": {}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import 'package:analyzer/error/listener.dart';
import 'package:custom_lint_builder/custom_lint_builder.dart';
import 'package:analyzer/error/error.dart';
import 'package:analyzer/error/error.dart' hide
// ignore: undefined_hidden_name, necessary to support lower analyzer versions
LintCode;

// Lint rule to use src folder imports
class DontUseSrcFolderImports extends DartLintRule {
Expand Down
Loading

0 comments on commit d9e45ca

Please sign in to comment.