Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps flex_color_scheme from 8.3.0 to 8.4.0.

Release notes

Sourced from flex_color_scheme's releases.

Version 8.4.0

8.4.0

November 30, 2025

Requires at least Flutter 3.38.0, but prefer 3.38.1 or higher.

Package

NEW

  • Add boolean sliderYear2023 to FlexSubThemesData to be able to select between older M3 and newer current M3 slider styles. Defaults to older style as before to not break styles. Set sliderYear2023 to value false, to use the current newer M3 style.
  • Add progressIndicatorTheme to FlexSubThemes to be able to theme CircularProgressIndicator and LinearProgressIndicator components.
  • To FlexSubThemesData added the properties:
    • progressIndicatorBaseSchemeColor (SchemeColor)
    • progressIndicatorLinearTrackSchemeColor SchemeColor()
    • progressIndicatorLinearMinHeight (double)
    • progressIndicatorCircularTrackSchemeColor (SchemeColor)
    • progressIndicatorRefreshBackgroundSchemeColor (SchemeColor)
    • progressIndicatorLinearRadius (double)
    • progressIndicatorStopIndicatorSchemeColor (SchemeColor)
    • progressIndicatorStopIndicatorRadius (double)
    • progressIndicatorStrokeWidth (double)
    • progressIndicatorStrokeAlign (double)
    • progressIndicatorTrackGap (double)
    • progressIndicatorStrokeCap (StrokeCap)
    • progressIndicatorConstraints (BoxConstraints)
    • progressIndicatorCircularTrackPadding (EdgeInsetsGeometry)
    • progressIndicatorYear2023 (bool)
  • To FlexSubThemes static function cardTheme added the parameters:
    • colorScheme (ColorScheme)
    • backgroundSchemeColor (SchemeColor)
    • borderSchemeColor (SchemeColor)
    • borderWidth (double)
  • To FlexSubThemesData added the properties:
    • cardBackgroundSchemeColor (SchemeColor)
    • cardBorderSchemeColor (SchemeColor)
    • cardBorderWidth (double)

CHANGE

  • The enum FlexSliderIndicatorType got a new value rounded, to support selecting the newer M3 indicator style also in M2 and older M3 mode for Slider and RangeSlider.

CHORE

  • Update lints to RydMike lint rules 2.6.0 and fix new linting issues.
  • Internal: Bump flex_seed_scheme dependency to ^4.0.0.
  • Internal: Refactored all component themes in FlexSubThemes to be in their own files, to improve maintainability and reduce the size of flex_sub_themes.dart file. This also make it easier for LLMs to work on the component themes, as they now have smaller files to process.
  • Improve FlexSubThemes function and variable documentation. Add parameter docs to all component theme functions in the function header docs so they show up in API docs.

Themes Playground

NEW

... (truncated)

Changelog

Sourced from flex_color_scheme's changelog.

8.4.0

November 30, 2025

Requires at least Flutter 3.38.0, but prefer 3.38.1 or higher.

Package

NEW

  • Add boolean sliderYear2023 to FlexSubThemesData to be able to select between older M3 and newer current M3 slider styles. Defaults to older style as before to not break styles. Set sliderYear2023 to value false, to use the current newer M3 style.
  • Add progressIndicatorTheme to FlexSubThemes to be able to theme CircularProgressIndicator and LinearProgressIndicator components.
  • To FlexSubThemesData added the properties:
    • progressIndicatorBaseSchemeColor (SchemeColor)
    • progressIndicatorLinearTrackSchemeColor SchemeColor()
    • progressIndicatorLinearMinHeight (double)
    • progressIndicatorCircularTrackSchemeColor (SchemeColor)
    • progressIndicatorRefreshBackgroundSchemeColor (SchemeColor)
    • progressIndicatorLinearRadius (double)
    • progressIndicatorStopIndicatorSchemeColor (SchemeColor)
    • progressIndicatorStopIndicatorRadius (double)
    • progressIndicatorStrokeWidth (double)
    • progressIndicatorStrokeAlign (double)
    • progressIndicatorTrackGap (double)
    • progressIndicatorStrokeCap (StrokeCap)
    • progressIndicatorConstraints (BoxConstraints)
    • progressIndicatorCircularTrackPadding (EdgeInsetsGeometry)
    • progressIndicatorYear2023 (bool)
  • To FlexSubThemes static function cardTheme added the parameters:
    • colorScheme (ColorScheme)
    • backgroundSchemeColor (SchemeColor)
    • borderSchemeColor (SchemeColor)
    • borderWidth (double)
  • To FlexSubThemesData added the properties:
    • cardBackgroundSchemeColor (SchemeColor)
    • cardBorderSchemeColor (SchemeColor)
    • cardBorderWidth (double)

CHANGE

  • The enum FlexSliderIndicatorType got a new value rounded, to support selecting the newer M3 indicator style also in M2 and older M3 mode for Slider and RangeSlider.

CHORE

  • Update lints to RydMike lint rules 2.6.0 and fix new linting issues.
  • Internal: Bump flex_seed_scheme dependency to ^4.0.0.
  • Internal: Refactored all component themes in FlexSubThemes to be in their own files, to improve maintainability and reduce the size of flex_sub_themes.dart file. This also make it easier for LLMs to work on the component themes, as they now have smaller files to process.
  • Improve FlexSubThemes function and variable documentation. Add parameter docs to all component theme functions in the function header docs so they show up in API docs.

Themes Playground

NEW

  • The Slider panel got a new switch control to select between older M3 and newer current M3 slider styles. It uses the new FlexSubThemesData.sliderYear2023 property to do so.

... (truncated)

Commits
  • c0e810b Update CHANGELOG.md
  • 56b17d5 Update README.md
  • 3c61c2a Update: Update doc comment with old legacy Flutter info.
  • 6d6275c FIX: Typos
  • 84bf41c Merge pull request #303 from rydmike/version-8-4-0
  • 8773bf2 Playground: Add control fro Card elevation to Card panel
  • 9f2aa4d Playground: Add Card control for background color, border color and border width
  • 432d94d ADD: Instructions for adding properties to Playground
  • 84e586f Update Claude.md
  • a2e53dd FIX lints
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flex_color_scheme](https://github.com/rydmike/flex_color_scheme) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/rydmike/flex_color_scheme/releases)
- [Changelog](https://github.com/rydmike/flex_color_scheme/blob/master/CHANGELOG.md)
- [Commits](rydmike/flex_color_scheme@8.3.0...8.4.0)

---
updated-dependencies:
- dependency-name: flex_color_scheme
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant