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 f581ff7 commit 61dcb91Copy full SHA for 61dcb91
.github/workflows/cupertino.yml
@@ -36,7 +36,7 @@ jobs:
36
name: Install dependencies
37
run: flutter pub get
38
- name: Check formatting
39
- run: flutter format --output=none --set-exit-if-changed .
+ run: dart format --output=none --set-exit-if-changed .
40
if: always() && steps.install.outcome == 'success'
41
- name: Analyze code
42
run: flutter analyze --fatal-infos
pkgs/cronet_http/tool/run_pigeon.sh
@@ -9,4 +9,4 @@ flutter pub run pigeon \
9
--java_out android/src/main/java/io/flutter/plugins/cronet_http/Messages.java \
10
--java_package "io.flutter.plugins.cronet_http"
11
12
-flutter format lib/src/messages.dart
+dart format lib/src/messages.dart
0 commit comments