diff --git a/.github/workflows/flutter_ci.yml b/.github/workflows/flutter_ci.yml index 88f9af6f..bec52588 100644 --- a/.github/workflows/flutter_ci.yml +++ b/.github/workflows/flutter_ci.yml @@ -30,7 +30,7 @@ jobs: cache: true - uses: bluefireteam/melos-action@v3 - name: Lint analysis - run: melos analyze + run: melos analyze --fatal-warnings --fatal-infos --concurrency 10 build-android: name: "Build Android apk" diff --git a/example/lib/map_ui.dart b/example/lib/map_ui.dart index dc405f5c..fefb4ae0 100644 --- a/example/lib/map_ui.dart +++ b/example/lib/map_ui.dart @@ -99,7 +99,7 @@ class MapUiBodyState extends State { } Widget _myLocationRenderModeCycler() { - final MyLocationRenderMode nextType = MyLocationRenderMode.values[ + final nextType = MyLocationRenderMode.values[ (_myLocationRenderMode.index + 1) % MyLocationRenderMode.values.length]; return TextButton( onPressed: