Skip to content

Commit 61dcb91

Browse files
authored
Switch to "dart format" from "flutter format" (#922)
flutter format is deprecated
1 parent f581ff7 commit 61dcb91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cupertino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Install dependencies
3737
run: flutter pub get
3838
- name: Check formatting
39-
run: flutter format --output=none --set-exit-if-changed .
39+
run: dart format --output=none --set-exit-if-changed .
4040
if: always() && steps.install.outcome == 'success'
4141
- name: Analyze code
4242
run: flutter analyze --fatal-infos

pkgs/cronet_http/tool/run_pigeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ flutter pub run pigeon \
99
--java_out android/src/main/java/io/flutter/plugins/cronet_http/Messages.java \
1010
--java_package "io.flutter.plugins.cronet_http"
1111

12-
flutter format lib/src/messages.dart
12+
dart format lib/src/messages.dart

0 commit comments

Comments
 (0)