Skip to content

Commit a15d6b4

Browse files
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

19 files changed

+1792
-1385
lines changed

android/app/src/main/kotlin/com/zulip/flutter/Notifications.g.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v22.7.2), do not edit directly.
1+
// Autogenerated from Pigeon (v22.7.4), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
44

0 commit comments

Comments
 (0)