ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Publicly Shared
flutter.dev/go/deprecations-removed-after-3-3
2
3
Deprecations to be removed from Flutter after 3.3 Release
4
5
Tracking Issue:
https://github.com/flutter/flutter/issues/111708
6
Deprecation Policy:
https://github.com/flutter/flutter/wiki/Tree-hygiene#deprecation
7
Announcement:
https://groups.google.com/g/flutter-announce/c/-DCuEIj_8PA
8
Cutoff:
Changes preceding 5/18/2021 (2.2 stable release)
9
Full Migration Guide:
https://docs.flutter.dev/release/breaking-changes/3-3-deprecations
10
11
LibraryDeprecated inOld APINew APIRemoval PRNotesdart fix support
12
Renderingv2.1RenderUnconstrainedBoxRenderConstraintsTransformBox
https://github.com/flutter/flutter/pull/111711
No
13
Widgetsv2.1DragAnchorchildchildDragAnchorStrategyhttps://github.com/flutter/flutter/pull/111713Yes
14
v2.1DragAnchorpointerpointerDragAnchorStrategy
15
v2.1DraggabledragAnchordragAnchorStrategy
16
v2.1LongPressDraggabledragAnchordragAnchorStrategy
17
v2.1ScrollBehaviorbuildViewportChromebuildOverscrollIIndicator
https://github.com/flutter/flutter/pull/111715
Yes
18
19
20
21
22
23
24
25
26
27
28
29
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