Unverified Commit e4f2d61b authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

TextSelectionHandleControls deprecation deletion timeframe (#124262)

Make sure the removal of deprecated APIs TextSelectionControls.buildToolbar and TextSelectionHandleControls happen in two separate steps.  Will make a tricky migration situation a little easier for affected users.
parent 9ca60126
......@@ -3270,12 +3270,11 @@ enum ClipboardStatus {
notPasteable,
}
// TODO(justinmc): Deprecate this after TextSelectionControls.buildToolbar is
// deleted, when users should migrate back to TextSelectionControls.buildHandle.
// See https://github.com/flutter/flutter/pull/124262
/// [TextSelectionControls] that specifically do not manage the toolbar in order
/// to leave that to [EditableText.contextMenuBuilder].
@Deprecated(
'Use `TextSelectionControls`. '
'This feature was deprecated after v3.3.0-0.5.pre.',
)
mixin TextSelectionHandleControls on TextSelectionControls {
@override
Widget buildToolbar(
......
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