Unverified Commit fa43a93b authored by Andrew Kolos's avatar Andrew Kolos Committed by GitHub

[flutter_tools] add todo for userMessages (#125156)

Adds `todo` link in code for #125155.
parent 73f7945b
......@@ -5,6 +5,12 @@
import 'context.dart';
import 'platform.dart';
/// Contains messages produced by Flutter tools.
//
// This allows partial reimplementations of the flutter tool to override
// certain messages.
// TODO(andrewkolos): It is unclear if this is worth keeping. See
// https://github.com/flutter/flutter/issues/125155.
UserMessages get userMessages => context.get<UserMessages>()!;
/// Class containing message strings that can be produced by Flutter tools.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment