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 73f7945 commit fa43a93Copy full SHA for fa43a93
packages/flutter_tools/lib/src/base/user_messages.dart
@@ -5,6 +5,12 @@
5
import 'context.dart';
6
import 'platform.dart';
7
8
+/// Contains messages produced by Flutter tools.
9
+//
10
+// This allows partial reimplementations of the flutter tool to override
11
+// certain messages.
12
+// TODO(andrewkolos): It is unclear if this is worth keeping. See
13
+// https://github.com/flutter/flutter/issues/125155.
14
UserMessages get userMessages => context.get<UserMessages>()!;
15
16
/// Class containing message strings that can be produced by Flutter tools.
0 commit comments