Skip to content

v1.2.0

Latest

Choose a tag to compare

@JonasWanke JonasWanke released this 02 Jan 14:44
· 10 commits to main since this release
ba51645

🎉 New Features

  • add menuController.toggle() (ecb9b20)
  • color_material: add color.withHighEmphasisAlpha, .withMediumEmphasisAlpha, .withDisabledAlpha (0ef819c)
  • color_material: add MaterialColors.highEmphasisTextAlpha, .mediumEmphasisTextAlpha, .disabledTextAlpha (66572ed)
  • context: add theme.colorScheme (250b530)
  • widgets: add missing key parameters to LeftCenterRight, DragIndicator (ec31f0d)
  • widgets: add Circle (f8e9379)
  • widgets/buttons add missing variants (fac0bfc, 74d873e, 9a8a3a7)

⚡ Changes

  • color_material: deprecate ThemeMaterialColors containing onPrimary, highEmphasisOnPrimary, mediumEmphasisOnPrimary, disabledOnPrimary, onSecondary, highEmphasisOnSecondary, mediumEmphasisOnSecondary, disabledOnSecondary, onBackground, highEmphasisOnBackground, mediumEmphasisOnBackground, disabledOnBackground, onError, highEmphasisOnError, mediumEmphasisOnError, and disabledOnError (d232dfd)

📦 Build & CI

  • upgrade to Flutter v3.38.0, Dart v3.10.0 (c96d94c)