Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps flex_seed_scheme from 3.4.1 to 3.5.0.

Release notes

Sourced from flex_seed_scheme's releases.

Version 3.5.0

3.5.0

Dec 29, 2024

PACKAGE

  • Updated the package to support and require at least Flutter v3.27.0.
  • Fixed all new analyzer lint warnings and removed usage of all deprecated Color properties.

NEW

  • Added convenience Color sRGB extensions that can be used as none deprecated replacements for alpha, red, green, blue and value they are called alpha8bit, red8bit, green8bit, blue8bit and value32bit. FlexSeedScheme uses them internally to avoid using the deprecated Color properties.
Changelog

Sourced from flex_seed_scheme's changelog.

3.5.0

Dec 29, 2024

PACKAGE

  • Updated the package to support and require at least Flutter v3.27.0.
  • Fixed all new analyzer lint warnings and removed usage of all deprecated Color properties.

NEW

  • Added convenience Color sRGB extensions that can be used as none deprecated replacements for alpha, red, green, blue and value they are called alpha8bit, red8bit, green8bit, blue8bit and value32bit. FlexSeedScheme uses them internally to avoid using the deprecated Color properties.
Commits
  • 2fb357b Update CHANGELOG.md
  • 02638f3 FIX: Used Flutter version info
  • 3420a66 ADD: Tests for 8 and 32 bit color extensions
  • 69eca6a NEW: Expose value32bit, alpha8bit, red8bit, green8bit, blue8bit
  • 7714084 Merge pull request #21 from rydmike/v3-5-0-for-flutter-3-27
  • 4f77450 Chore: Update to RydMike lints 2.3.0 and fix lints
  • da33310 Update CHANGELOG.md
  • 5af769f Chore: Bump version info of example app
  • b3583b1 Chore: Build podfile lock and gitignore update
  • 23286a8 Update CHANGELOG.md
  • 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_seed_scheme](https://github.com/rydmike/flex_seed_scheme) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/rydmike/flex_seed_scheme/releases) - [Changelog](https://github.com/rydmike/flex_seed_scheme/blob/master/CHANGELOG.md) - [Commits](rydmike/flex_seed_scheme@3.4.1...3.5.0) --- updated-dependencies: - dependency-name: flex_seed_scheme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jan 6, 2025
@rolandgeider rolandgeider merged commit 5855eb6 into master Jan 18, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/pub/flex_seed_scheme-3.5.0 branch January 18, 2025 10:58
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

2 participants