Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps flutter_context_menu from 0.2.5 to 0.3.0.

Changelog

Sourced from flutter_context_menu's changelog.

0.3.0

Added / Changed

  • feat: A requestFocus parameter has been added to MenuRouteOptions and is utilized in the showMenu helper function.
  • Updated ContextMenuWidget, MenuHeader, and MenuItem to use Color.withValues().
  • Minor improvements compatible with Flutter 3.27+.

Breaking Changes

  • Requires Flutter 3.27+ and Dart 3.6+.
  • Pubspec environment: sdk: ^3.6.0
  • Not compatible with older Flutter versions (<3.27). Use 0.2.6 instead.

Notes

  • This release introduces a new API and may require changes in dependent code.

0.2.6

Fixed

  • Replaced Color.withValues() with color.withOpacity() for compatibility with Flutter 3.0–3.26.
  • Ensured ContextMenuWidget, MenuHeader, and MenuItem work on older Flutter versions.

Notes

  • This release is intended for users on Flutter versions below 3.27.
  • No new features introduced; only compatibility fixes.
  • Pubspec environment: sdk: '>=3.0.0 <3.6.0'
Commits

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 [flutter_context_menu](https://github.com/salah-rashad/flutter_context_menu) from 0.2.5 to 0.3.0.
- [Changelog](https://github.com/salah-rashad/flutter_context_menu/blob/main/CHANGELOG.md)
- [Commits](https://github.com/salah-rashad/flutter_context_menu/commits)

---
updated-dependencies:
- dependency-name: flutter_context_menu
  dependency-version: 0.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 16, 2025
@domesticmouse domesticmouse merged commit f5e494c into main Aug 16, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/pub/flutter_context_menu-0.3.0 branch August 16, 2025 14:34
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