Version 8.2.1-dev.2
8.2.1-dev.2
July 19, 2025
This is a pre-release of FlexColorScheme v8.2.1, released to support breaking changes in Flutter SDK v3.35.0-0.0.pre "beta" channel. It may not cover additional breaking changes in the latest Flutter "master" channel.
Requires at least Flutter SDK v3.35.0-0.0.pre.
Package
CHORE
-
Fix the Flutter broken API for
AppBarTheme, migrate to use newAppBarThemeData. For more information, see the discussion in #PR285 -
Update tests to use the new
AppBarThemeDataAPI. -
Fix the Flutter broken API for
InputDecorationTheme, migrate to use newInputDecorationThemeData. For more information, see the discussion in #PR285 -
Update tests to use the new
InputDecorationThemeDataAPI. -
The test for
FlexSubThemeData.sliderShowValueIndicatorwas changed from in Flutter 3.35 deprecated valueShowValueIndicator.alwaystoShowValueIndicator.onDrag, which is the new equivalent value in Flutter 3.35.
Playground
- The slider indicator value selection got the new selections
ShowValueIndicator.onDragandShowValueIndicator.alwaysShow, which are the new values in Flutter 3.35. The old valueShowValueIndicator.alwaysis deprecated in Flutter 3.35 and will be removed in a future version of Flutter SDK and the Playground app.