[flutter_tools] add todo for userMessages (#125156)

Adds `todo` link in code for #125155.
This commit is contained in:
Andrew Kolos 2023-04-19 14:29:24 -07:00 committed by GitHub
parent 73f7945ba2
commit fa43a93bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.