Skip to content

Bump flex_color_picker from 3.8.0 to 4.0.0 - #25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flex_color_picker-4.0.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flex_color_picker-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps flex_color_picker from 3.8.0 to 4.0.0.

Release notes

Sourced from flex_color_picker's releases.

Version 4.0.0

4.0.0

Aug 30, 2026

The version requires Flutter 3.47.0 or higher. Offers support for SDK decoupled Material and Cupertino libraries.

BREAKING

  • This version requires Flutter 3.47.0 or higher
  • It also opts in on Dart 3.13.0 language features and lints.
  • This release brings full support for the standalone material_ui and cupertino_ui packages.
  • Per Flutter's official recommendation the package is released as a major breaking release.
  • Removed deprecated property colorCodeIcon. It had been deprecated already in v2.0.0, and no longer had any function since then. Use property [copyPasteBehavior] and [ColorPickerCopyPasteBehavior.copyIcon] instead.

FIX

  • Keyboard paste on Windows, Linux, Android and Fuchsia used Ctrl-C instead of Ctrl-V, so paste overwrote the copy shortcut. Paste is now Ctrl-V. Cmd-C / Cmd-V on macOS and iOS were already correct.

DOCS

  • Dart docs for showColorPickerDialog and ColorPicker.showPickerDialog now list parameters on the member page instead of inside the signature.
  • Setup package for agentic development and usage use with git worktrees.
  • Added a skill for agents that consume this package, see .agents/skills/flex-color-picker/SKILL.md.
  • Updated API docs, typos and language and some stale docs.
  • Refreshed the README for 4.0: Flutter 3.47 and material_ui / cupertino_ui highlight, stale claims and typos, undocumented APIs as text, a simpler heading structure, and prose that is not hard-wrapped. Screenshots are unchanged.

TESTS

  • Added CopyPasteHandler shortcut tests for Ctrl-C / Ctrl-V on Windows and Cmd-C / Cmd-V on macOS.
  • Raised package test coverage to 100% of instrumented lines. Added color_picker_coverage_test.dart for single-picker modes, clipboard formats/errors, toolbar OK/Close, opacity slider drags, and color-code editing. Compile-time-false _debug print blocks are excluded with documented coverage:ignore comments.

CHORE

  • Bump dependencies
  • Update to RydMike lints to 3.0.0 and fix lints.
  • Example iOS and macOS builds: removed CocoaPods integration so the runners use Swift Package Manager only.
  • Example web demo: replaced the deprecated Flutter service-worker bootstrap with flutter_bootstrap.js.
  • Agent docs (AGENTS.md and skills) and CONTRIBUTING: package lib/ coverage must stay at 100% of instrumented lines.
  • Untracked git-ignored coverage/lcov.info and Flutter-generated example plugin registrant files so dart pub publish --dry-run no longer warns about checked-in gitignored files. They are regenerated by tests / flutter pub get.

Version 4.0.0-dev.1

4.0.0-dev.1

Aug 30, 2026

The version requires Flutter 3.47.0 or higher. Offers support for SDK decoupled Material and Cupertino libraries.

BREAKING

  • This version requires Flutter 3.47.0 or higher
  • It also opts in on Dart 3.13.0 language features and lints.
  • This release brings full support for the standalone material_ui and cupertino_ui packages.
  • Per Flutter's official recommendation the package is released as a major breaking release.
  • Removed deprecated property colorCodeIcon. It had been deprecated already in v2.0.0, and no longer had any function since then. Use property [copyPasteBehavior] and [ColorPickerCopyPasteBehavior.copyIcon] instead.

... (truncated)

Changelog

Sourced from flex_color_picker's changelog.

4.0.0

Aug 30, 2026

The version requires Flutter 3.47.0 or higher. Offers support for SDK decoupled Material and Cupertino libraries.

BREAKING

  • This version requires Flutter 3.47.0 or higher
  • It also opts in on Dart 3.13.0 language features and lints.
  • This release brings full support for the standalone material_ui and cupertino_ui packages.
  • Per Flutter's official recommendation the package is released as a major breaking release.
  • Removed deprecated property colorCodeIcon. It had been deprecated already in v2.0.0, and no longer had any function since then. Use property [copyPasteBehavior] and [ColorPickerCopyPasteBehavior.copyIcon] instead.

FIX

  • Keyboard paste on Windows, Linux, Android and Fuchsia used Ctrl-C instead of Ctrl-V, so paste overwrote the copy shortcut. Paste is now Ctrl-V. Cmd-C / Cmd-V on macOS and iOS were already correct.

DOCS

  • Dart docs for showColorPickerDialog and ColorPicker.showPickerDialog now list parameters on the member page instead of inside the signature.
  • Setup package for agentic development and usage use with git worktrees.
  • Added a skill for agents that consume this package, see .agents/skills/flex-color-picker/SKILL.md.
  • Updated API docs, typos and language and some stale docs.
  • Refreshed the README for 4.0: Flutter 3.47 and material_ui / cupertino_ui highlight, stale claims and typos, undocumented APIs as text, a simpler heading structure, and prose that is not hard-wrapped. Screenshots are unchanged.

TESTS

  • Added CopyPasteHandler shortcut tests for Ctrl-C / Ctrl-V on Windows and Cmd-C / Cmd-V on macOS.
  • Raised package test coverage to 100% of instrumented lines. Added color_picker_coverage_test.dart for single-picker modes, clipboard formats/errors, toolbar OK/Close, opacity slider drags, and color-code editing. Compile-time-false _debug print blocks are excluded with documented coverage:ignore comments.

CHORE

  • Bump dependencies
  • Update to RydMike lints to 3.0.0 and fix lints.
  • Example iOS and macOS builds: removed CocoaPods integration so the runners use Swift Package Manager only.
  • Example web demo: replaced the deprecated Flutter service-worker bootstrap with flutter_bootstrap.js.
  • Agent docs (AGENTS.md and skills) and CONTRIBUTING: package lib/ coverage must stay at 100% of instrumented lines.
  • Untracked git-ignored coverage/lcov.info and Flutter-generated example plugin registrant files so dart pub publish --dry-run no longer warns about checked-in gitignored files. They are regenerated by tests / flutter pub get.
Commits
  • f1c9567 chore: update to v4.0.0 release version
  • d350349 CHORE: Untrack gitignored coverage and generated example registrants
  • 6df95a5 Merge pull request #99 from rydmike/v4-0-0
  • 39df123 chore: bump patrol finders dev dep to latest 3.6.0 - all tests still worked a...
  • f821026 chore: arm package for 4.0.0-dev.1 test release before 4.0.0
  • c14785d chore: update main readme
  • 5892e7b tests: increase package test coverage to 100%
  • 8f82f61 chore: update agents and doc skills
  • 73dbdaf chore: update info about unnecessary_type_name_in_constructor usage by other ...
  • 637e68c FIX: bind keyboard paste to Ctrl-V on non-Apple platforms
  • 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 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_picker](https://github.com/rydmike/flex_color_picker) from 3.8.0 to 4.0.0.
- [Release notes](https://github.com/rydmike/flex_color_picker/releases)
- [Changelog](https://github.com/rydmike/flex_color_picker/blob/master/CHANGELOG.md)
- [Commits](rydmike/flex_color_picker@3.8.0...4.0.0)

---
updated-dependencies:
- dependency-name: flex_color_picker
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 7, 2026
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