ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Publicly Shared
flutter.dev/go/deprecations-removed-after-3-10
2
3
Deprecations to be removed from Flutter after 3.10 Release
4
5
Tracking Issue:
https://github.com/flutter/flutter/issues/127042
6
Deprecation Policy:
https://github.com/flutter/flutter/wiki/Tree-hygiene#deprecation
7
Announcement:
https://groups.google.com/g/flutter-announce/c/iwuYilrUaiQ
8
Cutoff:
Changes preceding 2/03/2022 (2.10 stable release)
9
Full Migration Guide:
flutter.dev/go/deprecations-removed-after-3-10
10
11
Package / LibraryDeprecated inOld APINew APIRemoval PRNotesdart fix support
12
flutter / Cupertinov2.9CupertinoScrollbarisAlwaysShownthumbVisibility
https://github.com/flutter/flutter/pull/127351
Yes
13
flutter / Materialv2.5ThemeDatafixTextFieldOutlineLabelNone, remove
https://github.com/flutter/flutter/pull/125893
Temporary migration flagYes
14
v2.6ThemeDataprimaryColorBrightnessNone, remove
https://github.com/flutter/flutter/pull/127238
Yes
15
v2.6ColorSchemeprimaryVariantprimaryContainer
https://github.com/flutter/flutter/pull/127124
Yes
16
v2.6ColorSchemesecondaryVariantsecondaryContainer
https://github.com/flutter/flutter/pull/127124
Yes
17
v2.9ScrollbarhoverThicknessScrollbarThemeData.thickness
https://github.com/flutter/flutter/pull/127351
MaterialStateProperty incorporates more optionsNo
18
v2.9ScrollbarThemeDataisAlwaysShownthumbVisibility
https://github.com/flutter/flutter/pull/127351
Yes
19
v2.9ScrollbarisAlwaysShownthumbVisibility
https://github.com/flutter/flutter/pull/127351
Yes
20
flutter / Widgetsv2.5OverscrollIndicatorNotificationdisallowGlowdisallowIndicator
https://github.com/flutter/flutter/pull/127050
Yes
21
v2.9RawScrollbarisAlwaysShownthumbVisibility
https://github.com/flutter/flutter/pull/127351
Yes
22
flutter_testv2.3AnimationSheetBuilderdisplaycollateYes
23
v2.3AnimationSheetBuildersheetSizeNone, removeNo longer necessary without display.No
24
v2.6TestWidgetsFlutterBindingaddTimeNone, removeNo
25
v2.6TestWidgetsFlutterBinding.runAsyncadditionalTimeNone, removeNo
26
v2.6TestWidgetsFlutterBinding.runTesttimeoutNone, removeNo
27
v2.6AutomatedTestWidgetsFlutterBinding.runTesttimeoutNone, removeNo
28
v2.6LiveTestWidgetsFlutterBinding.runTesttimeoutNone, removeNo
29
v2.6testWidgetsinitialTimeouttimeoutYes
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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