Commit a15d6b4
committed
deps: Update dart_style to 3.0.1, from 2.x
This results in the emitted code getting the new "tall" style,
which the Dart formatter added in order to get the Flutter project
on board with using the formatter. See changelog:
https://pub.dev/packages/dart_style/changelog#300
An upcoming Pigeon upgrade requires the upgraded dart_style,
prompting us to take this update.
This commit was produced by editing pubspec.yaml, then:
$ flutter pub get
$ tools/check --all-files --fix pigeon
$ tools/check --all-files --fix build_runner
$ tools/check --all-files --fix drift
(Plus a temporary commit before the build_runner step, because
build_runner would otherwise clobber part of pigeon's output.)1 parent f2d8241 commit a15d6b4
File tree
19 files changed
+1792
-1385
lines changed- android/app/src/main/kotlin/com/zulip/flutter
- lib
- api
- model
- route
- host
- model
- test/model/schemas
19 files changed
+1792
-1385
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments