We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dbc12 commit d3ad07bCopy full SHA for d3ad07b
.github/workflows/on_push.yml
@@ -3,16 +3,6 @@ name: CI
3
on: [push]
4
5
jobs:
6
- version:
7
- timeout-minutes: 10
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v2
11
- - uses: subosito/flutter-action@v2
12
- with:
13
- channel: 'stable'
14
- - run: ./am flutter --version
15
-
16
analyze:
17
timeout-minutes: 10
18
runs-on: ubuntu-latest
arcgis_map_sdk_android/pubspec.yaml
@@ -16,7 +16,7 @@ dependencies:
sdk: flutter
dev_dependencies:
19
- lint: ^2.0.0
+ lint: ^2.8.0
20
21
flutter:
22
plugin:
0 commit comments