You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,16 @@ This release of FlexColorScheme adds support for breaking changes in Flutter v3.
39
39
### Playground
40
40
41
41
**CHORE**
42
+
42
43
* Change deprecated `Switch.activeColor` to `Switch.activeThumbColor` in `ColorNameValue`.
43
44
* Use the new `RadioGroup` API in the Playground Theme Simulator in the Material-3 example app.
45
+
* Update known issues info expands in the Playground with up-to-date information about known issues and limitations in Flutter SDK theming.
44
46
* Bump packages to latest versions.
45
47
46
-
***FEATURE**
47
-
* The slider indicator value selection got the new selections `ShowValueIndicator.onDrag` and `ShowValueIndicator.alwaysShow`, which are new values in Flutter 3.35. The old value `ShowValueIndicator.always` is deprecated in Flutter 3.35 and will be removed in a future version of Flutter SDK and the Playground app.
48
+
**FEATURE**
48
49
50
+
* The slider indicator value selection got the new selections `ShowValueIndicator.onDrag` and `ShowValueIndicator.alwaysShow`, which are new values in Flutter 3.35. The old value `ShowValueIndicator.always` is deprecated in Flutter 3.35 and will be removed in a future version of Flutter SDK and the Playground app.
51
+
* The Code generation and Export-Import to JSON features were separated into two different panels. This was done to improve the discoverability of the Export-import to JSON feature.
0 commit comments