ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Publicly Shared
flutter.dev/go/deprecations-removed-after-3-13
2
3
Deprecations to be removed from Flutter after 3.13 Release
4
5
Tracking Issue:
https://github.com/flutter/flutter/issues/133171
6
Deprecation Policy:
https://github.com/flutter/flutter/wiki/Tree-hygiene#deprecation
7
Announcement:
https://groups.google.com/g/flutter-announce/c/KQR0cV65IB8
8
Cutoff:
Changes preceding 5/11/2021 (3.0 stable release)
9
Full Migration Guide:
https://docs.flutter.dev/release/breaking-changes/3-13-deprecations
10
11
Package / LibraryDeprecated inOld APINew APIRemoval PRNotesdart fix support
12
flutter / materialv2.10DeletableChipAttributesuseDeleteButtonTooltipdeleteButtonTooltipMessageYes
13
v2.10ChipuseDeleteButtonTooltipdeleteButtonTooltipMessage
14
v2.10RawChipuseDeleteButtonTooltipdeleteButtonTooltipMessage
15
v2.10InputChipuseDeleteButtonTooltipdeleteButtonTooltipMessage
16
v2.11MaterialButtonWithIconMixinNone
https://github.com/flutter/flutter/pull/133173
This mixin no longer has an effect in the framework.
No
17
v2.13MaterialScrollBehaviorandroidOverscrollIndicatorThemeData.useMaterial3https://github.com/flutter/flutter/pull/133181No
18
v2.13ThemeDataandroidOverscrollIndicatorThemeData.useMaterial3
19
flutter / paintingv2.13PaintingBindinginstantiateImageCodecinstantiateImageCodecFromBufferhttps://github.com/flutter/flutter/pull/132679No
20
v2.13DecoderCallbackDecoderBufferCallback with ImageProvider.loadBuffer
21
v2.13ImageProvider.loadImplement loadBuffer
22
flutter / servicesv2.11PlatformViewsServicesynchronizeToNativeViewHierarchyNone
https://github.com/flutter/flutter/pull/133175
No longer necessary for performance improvements.
No
23
flutter / widgetsv2.12TextSelectionOverlayfadeDurationSelectionOverlay.fadeDurationYes
24
v2.13ScrollBehaviorandroidOverscrollIndicatoroverride ScrollBehavior.buildOverscrollIndicator
https://github.com/flutter/flutter/pull/133181
No
25
flutter_testv2.11TestWindowlocaleTestValueWidgetTester.platformDispatcher.localeTestValuehttps://github.com/flutter/flutter/pull/131098No
26
v2.11TestWindowclearLocaleTestValueWidgetTester.platformDispatcher.clearLocaleTestValue
27
v2.11TestWindowlocalesTestValueWidgetTester.platformDispatcher.localesTestValue
28
v2.11TestWindowclearLocalesTestValueWidgetTester.platformDispatcher.clearLocalesTestValue
29
v2.11TestWindowinitialLifecycleStateTestValueWidgetTester.platformDispatcher.initialLifecycleStateTestValue
30
v2.11TestWindowtextScaleFactorTestValueWidgetTester.platformDispatcher.textScaleFactorTestValuehttps://github.com/flutter/flutter/pull/133176
31
v2.11TestWindowclearTextScaleFactorTestValueWidgetTester.platformDispatcher.clearTextScaleFactorTestValue
32
v2.11TestWindowplatformBrightnessTestValueWidgetTester.platformDispatcher.platformBrightnessTestValuehttps://github.com/flutter/flutter/pull/133178
33
v2.11TestWindowclearPlatformBrightnessTestValueWidgetTester.platformDispatcher.clearPlatformBrightnessTestValue
34
v2.11TestWindowalwaysUse24HourFormatTestValueWidgetTester.platformDispatcher.alwaysUse24HourFormatTestValuehttps://github.com/flutter/flutter/pull/131098
35
v2.11TestWindowclearAlwaysUse24HourTestValueWidgetTester.platformDispatcher.clearAlwaysUse24HourTestValue
36
v2.11TestWindowbrieflyShowPasswordTestValueWidgetTester.platformDispatcher.brieflyShowPasswordTestValue
37
v2.11TestWindowdefaultRouteNameTestValueWidgetTester.platformDispatcher.defaultRouteNameTestValue
38
v2.11TestWindowclearDefaultRouteNameTestValueWidgetTester.platformDispatcher.clearDefaultRouteNameTestValue
39
v2.11TestWindowsemanticsEnabledTestValueWidgetTester.platformDispatcher.semanticsEnabledTestValue
40
v2.11TestWindowclearSemanticsEnabledTestValueWidgetTester.platformDispatcher.clearSemanticsEnabledTestValue
41
v2.11TestWindowaccessibilityFeaturesTestValueWidgetTester.platformDispatcher.accessibilityFeaturesTestValue
42
v2.11TestWindowclearAccessibilityFeaturesTestValueWidgetTester.platformDispatcher.clearAccessibilityFeaturesTestValue
43
v2.11TestWindow & TestPlatformDispatcheronPlatformMessage (getter)ServicesBinding.instance.channelBuffers.pushhttps://github.com/flutter/flutter/pull/133183
44
v2.11TestWindow & TestPlatformDispatcheronPlatformMessage (setter)ServicesBinding.instance.defaultBinaryMessenger.setMessageHandler
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100