Committed by
GitHub
Merge branch 'master' into dependabot/gradle/android/androidx.camera-camera-lifecycle-1.3.1
Showing
3 changed files
with
14 additions
and
16 deletions
| 1 | -name: code analysis & formatting | 1 | +name: flutter |
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | push: | 4 | push: |
| @@ -11,12 +11,12 @@ jobs: | @@ -11,12 +11,12 @@ jobs: | ||
| 11 | analysis: | 11 | analysis: |
| 12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-latest |
| 13 | steps: | 13 | steps: |
| 14 | - - uses: actions/checkout@v4.1.1 | ||
| 15 | - - uses: actions/setup-java@v4.0.0 | 14 | + - uses: actions/checkout@v4 |
| 15 | + - uses: actions/setup-java@v4 | ||
| 16 | with: | 16 | with: |
| 17 | java-version: 17 | 17 | java-version: 17 |
| 18 | distribution: temurin | 18 | distribution: temurin |
| 19 | - - uses: subosito/flutter-action@v2.12.0 | 19 | + - uses: subosito/flutter-action@v2 |
| 20 | with: | 20 | with: |
| 21 | cache: true | 21 | cache: true |
| 22 | - name: Version | 22 | - name: Version |
| @@ -28,34 +28,32 @@ jobs: | @@ -28,34 +28,32 @@ jobs: | ||
| 28 | # analysis_min_sdk: | 28 | # analysis_min_sdk: |
| 29 | # runs-on: ubuntu-latest | 29 | # runs-on: ubuntu-latest |
| 30 | # steps: | 30 | # steps: |
| 31 | -# - uses: actions/checkout@v4.1.1 | ||
| 32 | -# - uses: actions/setup-java@v4.0.0 | 31 | +# - uses: actions/checkout@v4 |
| 32 | +# - uses: actions/setup-java@v4 | ||
| 33 | # with: | 33 | # with: |
| 34 | # java-version: 17 | 34 | # java-version: 17 |
| 35 | # distribution: temurin | 35 | # distribution: temurin |
| 36 | # - uses: subosito/flutter-action@v2.12.0 | 36 | # - uses: subosito/flutter-action@v2.12.0 |
| 37 | # with: | 37 | # with: |
| 38 | # cache: true | 38 | # cache: true |
| 39 | -# flutter-version: '3.7.0' | 39 | +# flutter-version: '3.10' |
| 40 | # channel: 'stable' | 40 | # channel: 'stable' |
| 41 | # - name: Version | 41 | # - name: Version |
| 42 | # run: flutter doctor -v | 42 | # run: flutter doctor -v |
| 43 | # - name: Install dependencies | 43 | # - name: Install dependencies |
| 44 | -# run: flutter pub get --directory ./example | ||
| 45 | -# - name: Install dependencies | ||
| 46 | # run: flutter pub get | 44 | # run: flutter pub get |
| 47 | # - name: Linter | 45 | # - name: Linter |
| 48 | # run: flutter analyze | 46 | # run: flutter analyze |
| 49 | formatting: | 47 | formatting: |
| 50 | runs-on: ubuntu-latest | 48 | runs-on: ubuntu-latest |
| 51 | steps: | 49 | steps: |
| 52 | - - uses: actions/checkout@v4.1.1 | ||
| 53 | - - uses: actions/setup-java@v4.0.0 | 50 | + - uses: actions/checkout@v4 |
| 51 | + - uses: actions/setup-java@v4 | ||
| 54 | with: | 52 | with: |
| 55 | java-version: 17 | 53 | java-version: 17 |
| 56 | distribution: temurin | 54 | distribution: temurin |
| 57 | - - uses: subosito/flutter-action@v2.12.0 | 55 | + - uses: subosito/flutter-action@v2 |
| 58 | with: | 56 | with: |
| 59 | cache: true | 57 | cache: true |
| 60 | - name: Format | 58 | - name: Format |
| 61 | - run: dart format --set-exit-if-changed . | 59 | + run: dart format --set-exit-if-changed . |
| @@ -75,9 +75,9 @@ dependencies { | @@ -75,9 +75,9 @@ dependencies { | ||
| 75 | implementation 'com.google.mlkit:barcode-scanning:17.2.0' | 75 | implementation 'com.google.mlkit:barcode-scanning:17.2.0' |
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | - implementation 'androidx.camera:camera-camera2:1.3.0' | 78 | + implementation 'androidx.camera:camera-camera2:1.3.1' |
| 79 | implementation 'androidx.camera:camera-lifecycle:1.3.1' | 79 | implementation 'androidx.camera:camera-lifecycle:1.3.1' |
| 80 | - implementation 'androidx.camera:camera-camera2:1.3.0' | 80 | + implementation 'androidx.camera:camera-camera2:1.3.1' |
| 81 | 81 | ||
| 82 | testImplementation 'org.jetbrains.kotlin:kotlin-test' | 82 | testImplementation 'org.jetbrains.kotlin:kotlin-test' |
| 83 | testImplementation 'org.mockito:mockito-core:5.8.0' | 83 | testImplementation 'org.mockito:mockito-core:5.8.0' |
| @@ -33,7 +33,7 @@ dev_dependencies: | @@ -33,7 +33,7 @@ dev_dependencies: | ||
| 33 | sdk: flutter | 33 | sdk: flutter |
| 34 | integration_test: | 34 | integration_test: |
| 35 | sdk: flutter | 35 | sdk: flutter |
| 36 | - lint: ^2.1.2 | 36 | + lint: ^2.0.20 |
| 37 | 37 | ||
| 38 | flutter: | 38 | flutter: |
| 39 | uses-material-design: true | 39 | uses-material-design: true |
-
Please register or login to post a comment