ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Publicly Shared
flutter.dev/go/deprecations-removed-after-2-5
2
3
Deprecations to be removed from Flutter after 2.5 Release
4
5
Tracking Issue:
https://github.com/flutter/flutter/issues/90287
6
Deprecation Policy:
https://github.com/flutter/flutter/wiki/Tree-hygiene#deprecation
7
Announcement:
https://groups.google.com/g/flutter-announce/c/XhTc0sSG1cE
8
Cutoff:
8/6/2020 1.20 stable release
9
Full Migration Guide:TBD
10
11
Library/PackageDeprecated inOld APINew APIRemoval PRNotesdart fix support
12
Materialv1.19.0DropdownButtonFormFieldautovalidateautovalidateModehttps://github.com/flutter/flutter/pull/90292https://flutter.dev/docs/release/breaking-changes/form-field-autovalidation-apiY
13
v1.19.0TextFormFieldautovalidateautovalidateMode
14
Renderingv1.19.0FloatingHeaderSnapConfigurationvsyncSpecify SliverPersistentHeaderDelegate.vsync instead.https://github.com/flutter/flutter/pull/90293N
15
Servicesv1.20.0AndroidViewControlleridviewIdhttps://github.com/flutter/flutter/pull/90294Y
16
v1.20.0TextureAndroidViewControlleridviewId
17
v1.20.0SurfaceAndroidViewControlleridviewId
18
v1.20.0BlacklistingTextInputFormatterFilteringTextInputFormatter.denyhttps://github.com/flutter/flutter/pull/90296N
19
v1.20.0BlacklistingTextInputFormatterblacklistedPatternFilteringTextInputFormatter.filterPattern
20
v1.20.0BlacklistingTextInputFormattersingleLineFormatterFilteringTextInputFormatter.singleLineFormatter
21
v1.20.0WhiteListingTextInputFormatterFilteringTextInputFormatter.allow
22
v1.20.0WhiteListingTextInputFormatterwhitelistedPatternFilteringTextInputFormatter.filterPattern
23
v1.20.0WhiteListingTextInputFormatterdigitsOnlyFilteringTextInputFormatter.digitsOnly
24
Widgetsv1.19.0BottomNavigationBarItemtitlelabelhttps://github.com/flutter/flutter/pull/90295Y
25
v1.19.0FormautovalidateautovalidateModehttps://github.com/flutter/flutter/pull/90292https://flutter.dev/docs/release/breaking-changes/form-field-autovalidation-apiY
26
v1.19.0FormFieldautovalidateautovalidateMode
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