ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Publicly Shared
flutter.dev/go/deprecations-removed-after-3-16
2
3
Deprecations to be removed from Flutter after 3.16 Release
4
5
Tracking Issue:
https://github.com/flutter/flutter/issues/139243
6
Deprecation Policy:
https://github.com/flutter/flutter/wiki/Tree-hygiene#deprecation
7
Announcement:
https://groups.google.com/g/flutter-announce/c/DLnuqZo714o
8
Cutoff:
Changes preceding 8/30/2022 (3.3 stable release)
9
Full Migration Guide:
https://github.com/flutter/website/pull/10024
10
11
Package / LibraryDeprecated inOld APINew APIRemoval PRNotesdart fix support
12
flutter/materialv3.1ElevatedButton.styleFromprimarybackgroundColorYes
13
v3.1ElevatedButton.styleFromonPrimaryforegroundColorYes
14
v3.1ElevatedButton.styleFromonSurfacedisabledForegroundColorYes
15
v3.1OutlinedButton.styleFromprimaryforegroundColorYes
16
v3.1OutlinedButton.styleFromonSurfacedisabledForegroundColorYes
17
v3.1TextButton.styleFromprimaryforegroundColorYes
18
v3.1TextButton.styleFromonSurfacedisabledForegroundColorYes
19
v3.1TextThemeheadline1displayLargeThese were not removed until the next cycle.Yes
20
v3.1TextThemeheadline2displayMediumYes
21
v3.1TextThemeheadline3displaySmallYes
22
v3.1TextThemeheadline4headlineMediumYes
23
v3.1TextThemeheadline5headlineSmallYes
24
v3.1TextThemeheadline6titleLargeYes
25
v3.1TextThemesubtitle1titleMediumYes
26
v3.1TextThemesubtitle2titleSmallYes
27
v3.1TextThemebodyText1bodyLargeYes
28
v3.1TextThemebodyText2bodyMediumYes
29
v3.1TextThemecaptionbodySmallYes
30
v3.1TextThemebuttonlabelLargeYes
31
v3.1TextThemeoverlinelabelSmallYes
32
v3.1ThemeDataselectedRowColorN/A, no longer used by the frameworkYes
33
flutter/widgetsv3.1NavigatorStatefocusScopeNodefocusNode.enclosingScopeYes
34
v3.1PlatformMenuBarbodychildYes
35
v3.1WidgetInspectorServiceExtensionssetPubRootDirectoriesaddPubRootDirectoriesThis deprecation period was extended another year.Yes
36
v3.1WidgetInspectorServicesetPubRootDirectoriesaddPubRootDirectoriesYes
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