ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Publicly Shared
flutter.dev/go/deprecations-removed-after-2-2
2
3
Deprecations to be removed from Flutter after 2.2 Release
4
5
Deprecation Policy:
https://github.com/flutter/flutter/wiki/Tree-hygiene#deprecation
6
Announcement:
https://groups.google.com/g/flutter-announce/c/wSyaQWLuVN8
7
Cutoff:
5/6/2020 1.17 stable release
8
Full Migration Guide:
https://github.com/flutter/website/pull/6024
9
10
Library/PackageDeprecated inOld APINew APIRemoval PRNotesdart fix support
11
Materialv1.13.2InputDecorationhasFloatingPlaceholderfloatingLabelBehaviorhttps://github.com/flutter/flutter/pull/83923dart fixes already available on stableYes
12
v1.13.2InputDecoration.collapsedhasFloatingPlaceholderfloatingLabelBehavior
13
v1.13.2InputDecorationThemehasFloatingPlaceholderfloatingLabelBehavior
14
v1.13.2InputDecorationTheme.copyWithhasFloatingPlaceholderfloatingLabelBehaviorThis one is missing a dart fix, will add
15
v1.13.8TextThemedisplay4headline1https://github.com/flutter/flutter/pull/83924dart fixes already available on stableYes
16
v1.13.8TextThemedisplay3headline2
17
v1.13.8TextThemedisplay2headline3
18
v1.13.8TextThemedisplay1headline4
19
v1.13.8TextThemeheadlineheadline5
20
v1.13.8TextThemetitleheadline6
21
v1.13.8TextThemesubheadsubtitle1
22
v1.13.8TextThemesubtitlesubtitle2
23
v1.13.8TextThemebody2bodyText1
24
v1.13.8TextThemebody1bodyText2
25
v1.13.8TextTheme.copyWithdisplay4headline1
26
v1.13.8TextTheme.copyWithdisplay3headline2
27
v1.13.8TextTheme.copyWithdisplay2headline3
28
v1.13.8TextTheme.copyWithdisplay1headline4
29
v1.13.8TextTheme.copyWithheadlineheadline5
30
v1.13.8TextTheme.copyWithtitleheadline6
31
v1.13.8TextTheme.copyWithsubheadsubtitle1
32
v1.13.8TextTheme.copyWithsubtitlesubtitle2
33
v1.13.8TextTheme.copyWithbody2bodyText1
34
v1.13.8TextTheme.copyWithbody1bodyText2
35
v1.13.8Typography(constructor)material2014 or material2018
https://github.com/flutter/flutter/pull/83926
Default of Typography() changes from material2014 to material2018No
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