@@ -29,37 +29,46 @@ release, and listed in alphabetical order:
2929[ test registry ] : https://github.com/flutter/tests
3030
3131### Not yet released to stable
32+ * [ Moved ReorderableListView's localized strings] [ ] from material to widgets localizations
33+ * [ Removed ` ignoringSemantics ` ] [ ] properties
34+ * [ Deprecated ` RouteInformation.location ` ] [ ] and its related APIs
35+
36+ [ Moved ReorderableListView's localized strings ] : {{site.url}}/release/breaking-changes/material-localized-strings
37+ [ Removed `ignoringSemantics` ] : {{site.url}}/release/breaking-changes/ignoringsemantics-migration
38+ [ Deprecated `RouteInformation.location` ] : {{site.url}}/release/breaking-changes/route-information-uri
39+
40+ {% comment %}
41+ * [ Deprecated ` describeEnum ` ] [ ]
42+ [ Deprecated `describeEnum` ] : {{site.url}}/release/breaking-changes/describeEnum
43+ {% endcomment %}
44+
45+ ### Released in Flutter 3.10
3246
3347* [ Deprecated API removed after v3.7] [ ]
34- * [ Removed ` ignoringSemantics ` ] [ ]
35- * [ The window singleton is deprecated] [ ]
36- * [ Migration guide for ` RouteInformation.location ` ] [ ]
37- * [ At least one clipboard data variant must be provided] [ ]
48+ * [ Deprecated the window singleton] [ ]
49+ * [ Require one data variant for ` ClipboardData ` constructor] [ ]
50+ * [ Resolve the Android Java Gradle error] [ ]
3851
39- [ Material localized Strings migration guide ] : {{site.url}}/release/breaking-changes/material-localized-strings
40- [ Android Java Gradle migration guide ] : {{site.url}}/release/breaking-changes/android-java-gradle-migration-guide
4152[ Deprecated API removed after v3.7 ] : {{site.url}}/release/breaking-changes/3-7-deprecations
42- [ Removed `ignoringSemantics` ] : {{site.url}}/release/breaking-changes/ignoringsemantics-migration
43- [ The window singleton is deprecated ] : {{site.url}}/release/breaking-changes/window-singleton
44- [ Migration guide for `RouteInformation.location` ] : {{site.url}}/release/breaking-changes/route-information-uri
45- [ Migration guide for `describeEnum` ] : {{site.url}}/release/breaking-changes/describeEnum
46- [ At least one clipboard data variant must be provided ] : {{site.url}}/release/breaking-changes/clipboard-data-required
53+ [ Deprecated the window singleton ] : {{site.url}}/release/breaking-changes/window-singleton
54+ [ Resolve the Android Java Gradle error ] : {{site.url}}/release/breaking-changes/android-java-gradle-migration-guide
55+ [ Require one data variant for `ClipboardData` constructor ] : {{site.url}}/release/breaking-changes/clipboard-data-required
4756
4857### Released in Flutter 3.7
4958
5059* [ Deprecated API removed after v3.3] [ ]
60+ * [ Replaced parameters for customizing context menus with a generic widget builder] [ ]
5161* [ iOS FlutterViewController splashScreenView made nullable] [ ]
5262* [ Migrate ` of ` to non-nullable return values, and add ` maybeOf ` ] [ ]
5363* [ Removed RouteSettings.copyWith] [ ]
5464* [ ThemeData's toggleableActiveColor property has been deprecated] [ ]
55- * [ A new way to customize context menus] [ ]
5665
66+ [ Replaced parameters for customizing context menus with a generic widget builder ] : {{site.url}}/release/breaking-changes/context-menus
5767[ Deprecated API removed after v3.3 ] : {{site.url}}/release/breaking-changes/3-3-deprecations
5868[ iOS FlutterViewController splashScreenView made nullable ] : {{site.url}}/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable
5969[ Migrate `of` to non-nullable return values, and add `maybeOf` ] : {{site.url}}/release/breaking-changes/supplemental-maybeOf-migration
6070[ Removed RouteSettings.copyWith ] : {{site.url}}/release/breaking-changes/routesettings-copywith-migration
6171[ ThemeData's toggleableActiveColor property has been deprecated ] : {{site.url}}/release/breaking-changes/toggleable-active-color
62- [ A new way to customize context menus ] : {{site.url}}/release/breaking-changes/context-menus
6372
6473### Released in Flutter 3.3
6574
0 commit comments