Skip to content
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

fix(deps): update dependency flex_color_picker to v3.7.0 #1450

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Type Update Change
flex_color_picker dependencies minor 3.6.0 -> 3.7.0

Release Notes

rydmike/flex_color_picker (flex_color_picker)

v3.7.0

Compare Source

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.
    • While the package now uses the updated Color class with support for wide color gamut, the color inputs and outputs are still 32-bit RGB color values. A future feature update may add support for more and new color formats.

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. FlexColorPicker uses them internally to avoid using the deprecated Color properties.

KNOWN ISSUES

  • There style breaking issue on the padding around the custom opacity Slider. The thumb also jumps towards the center when pressed. These issues did not exist in Flutter 3.24.x and earlier versions. It seems like the issue cannot be completely solved in custom Slider implementation. The extra padding and thumb jumping towards the center seem related to Slider changes introduced in Flutter 3.27.0. Those changes were made in preparation for releasing support for the updated Material-3 slider styles. For more information, see issue https://github.com/rydmike/flex_color_picker/issues/90. A fix in Flutter SDK may be needed to solve this issue.

Configuration

📅 Schedule: Branch creation - "after 6pm every weekday,every weekend" in timezone Australia/Sydney, Automerge - "after 6pm every weekday,every weekend" in timezone Australia/Sydney.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 17, 2025 20:25
@renovate renovate bot force-pushed the renovate/flex_color_picker-3.x branch 2 times, most recently from 0c7af85 to 6d88d6c Compare January 19, 2025 04:23
@renovate renovate bot force-pushed the renovate/flex_color_picker-3.x branch from 6d88d6c to 96da7c2 Compare January 28, 2025 05:44
@renovate renovate bot force-pushed the renovate/flex_color_picker-3.x branch from 96da7c2 to 4ecbf1b Compare January 28, 2025 06:17
@renovate renovate bot merged commit 1ca49ac into main Jan 28, 2025
18 checks passed
@renovate renovate bot deleted the renovate/flex_color_picker-3.x branch January 28, 2025 06:33
zeshuaro pushed a commit that referenced this pull request Jan 28, 2025
## [2.3.0](v2.2.11...v2.3.0) (2025-01-28)

### Features

* **sdk:** update dependency flutter to v3.27.2 ([#1449](#1449)) ([30e0741](30e0741))

### Bug Fixes

* **deps:** update dependency device_preview_plus to v2.2.4 ([#1434](#1434)) ([7587efa](7587efa))
* **deps:** update dependency dropdown_search to v6 ([#1369](#1369)) ([1d80f09](1d80f09))
* **deps:** update dependency flex_color_picker to v3.7.0 ([#1450](#1450)) ([1ca49ac](1ca49ac))

### Documentation

* **license:** update copyright year to 2025 ([#1454](#1454)) ([5f2c1b2](5f2c1b2))

### Miscellaneous Chores

* **deps:** update dependency build_runner to v2.4.14 ([#1438](#1438)) ([7c43eff](7c43eff))
* **node:** update node.js to v22.13.1 ([#1456](#1456)) ([c144afe](c144afe))

### Continuous Integration

* **deps:** update stefanzweifel/git-auto-commit-action action to v5.1.0 ([#1448](#1448)) ([476de18](476de18))
* **deps:** update zeshuaro/github-actions-workflows digest to 10565a3 ([#1455](#1455)) ([4d7da1a](4d7da1a))
@zeshuaro
Copy link
Owner

🎉 This PR is included in version 2.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant