Skip to content

Commit fa43a93

Browse files
authored
[flutter_tools] add todo for userMessages (#125156)
Adds `todo` link in code for #125155.
1 parent 73f7945 commit fa43a93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/flutter_tools/lib/src/base/user_messages.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
import 'context.dart';
66
import 'platform.dart';
77

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.
814
UserMessages get userMessages => context.get<UserMessages>()!;
915

1016
/// Class containing message strings that can be produced by Flutter tools.

0 commit comments

Comments
 (0)