Skip to content

Bump flex_color_scheme from 8.2.0 to 8.3.0 #885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Bumps flex_color_scheme from 8.2.0 to 8.3.0.

Release notes

Sourced from flex_color_scheme's releases.

Version 8.3.0

8.3.0

August 15, 2025

This release of FlexColorScheme adds support for breaking changes in Flutter v3.35.0 and also requires at least this version.

Package

FIX

  • Fix the in Flutter v3.35 broken API for BottomAppBarTheme, see [issue #283](rydmike/flex_color_scheme#283)
  • Fix the Flutter v3.35 broken API for AppBarTheme, migrate to use new AppBarThemeData. For more information, see the discussion in #PR285
  • Fix the Flutter v3.35 broken API for InputDecorationTheme, migrate to use new InputDecorationThemeData. For more information, see the discussion in #PR285
  • Added a temporary workaround for the DropdownMenu's width issue #170970 so that the correct default width style for the DropdownMenu is retained. This issue affects Flutter 3.32.0 to at least Flutter 3.35.1. There is a fix PR in the master channel #PR169438, but it has not landed in Flutter 3.35.1. See also FCS issue report #286.

CHORE

  • Updated tests to use the new BottomAppBarThemeData API.
  • Updated tests to use the new AppBarThemeData API.
  • Updated tests to use the new InputDecorationThemeData API.
  • The test for FlexSubThemeData.sliderShowValueIndicator was changed from in Flutter 3.35 deprecated value ShowValueIndicator.always to ShowValueIndicator.onDrag, which is the new equivalent value in Flutter 3.35.
  • Bump packages to latest versions.

FEATURE

  • DropdownMenu: Added theming properties for the DropdownMenu's maximum size.
    • FlexSubThemesData got the new property dropdownMenuMaximumSize.
    • FlexSubThemes.dropdownMenuTheme got the new property maximumSize.
    • Both of type WidgetStateProperty<Size?>?
    • This was added to allow overriding the fix for the DropdownMenu width issue #170970.
    • The FlexSubThemes.dropdownMenuTheme property maximumSize temporarily default fallbacks to const WidgetStatePropertyAll<Size>(Size.infinite) if undefined. This results in the same default and correct style that Flutter had in 3.29.x and earlier versions. The default fallback will be removed in a future version of FlexColorScheme when the issue is fixed in Flutter SDK stable release.
    • This property is not available in the Themes Playground app, you can only override it via FlexColorScheme APIs.

Playground

CHORE

  • Change deprecated Switch.activeColor to Switch.activeThumbColor in ColorNameValue.
  • Use the new RadioGroup API in the Playground Theme Simulator in the Material-3 example app.
  • Update known issues info expands in the Playground with up-to-date information about known issues and limitations in Flutter SDK theming.
  • Bump packages to latest versions.

FEATURE

  • 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.
  • 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.

Version 8.2.1-dev.2

... (truncated)

Changelog

Sourced from flex_color_scheme's changelog.

8.3.0

August 15, 2025

This release of FlexColorScheme adds support for breaking changes in Flutter v3.35.0 and also requires at least this version.

Package

FIX

  • Fix the in Flutter v3.35 broken API for BottomAppBarTheme, see [issue #283](rydmike/flex_color_scheme#283)
  • Fix the Flutter v3.35 broken API for AppBarTheme, migrate to use new AppBarThemeData. For more information, see the discussion in #PR285
  • Fix the Flutter v3.35 broken API for InputDecorationTheme, migrate to use new InputDecorationThemeData. For more information, see the discussion in #PR285
  • Added a temporary workaround for the DropdownMenu's width issue #170970 so that the correct default width style for the DropdownMenu is retained. This issue affects Flutter 3.32.0 to at least Flutter 3.35.1. There is a fix PR in the master channel #PR169438, but it has not landed in Flutter 3.35.1. See also FCS issue report #286.

CHORE

  • Updated tests to use the new BottomAppBarThemeData API.
  • Updated tests to use the new AppBarThemeData API.
  • Updated tests to use the new InputDecorationThemeData API.
  • The test for FlexSubThemeData.sliderShowValueIndicator was changed from in Flutter 3.35 deprecated value ShowValueIndicator.always to ShowValueIndicator.onDrag, which is the new equivalent value in Flutter 3.35.
  • Bump packages to latest versions.

FEATURE

  • DropdownMenu: Added theming properties for the DropdownMenu's maximum size.
    • FlexSubThemesData got the new property dropdownMenuMaximumSize.
    • FlexSubThemes.dropdownMenuTheme got the new property maximumSize.
    • Both of type WidgetStateProperty<Size?>?
    • This was added to allow overriding the fix for the DropdownMenu width issue #170970.
    • The FlexSubThemes.dropdownMenuTheme property maximumSize temporarily default fallbacks to const WidgetStatePropertyAll<Size>(Size.infinite) if undefined. This results in the same default and correct style that Flutter had in 3.29.x and earlier versions. The default fallback will be removed in a future version of FlexColorScheme when the issue is fixed in Flutter SDK stable release.
    • This property is not available in the Themes Playground app, you can only override it via FlexColorScheme APIs.

Playground

CHORE

  • Change deprecated Switch.activeColor to Switch.activeThumbColor in ColorNameValue.
  • Use the new RadioGroup API in the Playground Theme Simulator in the Material-3 example app.
  • Update known issues info expands in the Playground with up-to-date information about known issues and limitations in Flutter SDK theming.
  • Bump packages to latest versions.

FEATURE

  • 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.
  • 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.
Commits
  • bb96e3e Update changelog
  • 4e5d44f Playground: Update known issues info expands with latest status of known issues
  • 68133a1 Update: Readme, add WASM build info
  • 538423d Playground: Cleanup after split codegen and export/import to own panels
  • 0168274 Playground: Minor tinted text theme typo fixes.
  • 85f5b40 Playground: Feature, move export/import theme JSON settings from Theme Code p...
  • d838cae Merge pull request #290 from rydmike/version-8-2-1-dev-1
  • 2f49ce8 Changelog: Add updates for version 8.3.0
  • d907753 Chore: Add new lint rules to all_lint_rules that are included in latest list ...
  • 493353a Chore: Fvm set to use stable
  • 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.2.0 to 8.3.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.2.0...8.3.0)

---
updated-dependencies:
- dependency-name: flex_color_scheme
  dependency-version: 8.3.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 Aug 18, 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.

0 participants