Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2026

Bumps popover from 0.3.1 to 0.4.0.

Release notes

Sourced from popover's releases.

v0.4.0

What's Changed

New Contributors

Full Changelog: minikin/popover@v0.3.1...v0.4.0

Changelog

Sourced from popover's changelog.

[0.4.0] - 23.10.2025

  • Fixed memory leak by disposing CurvedAnimation in FadeTransitionWidget (#105, #106).(thanks @​ZacharyYongBB).
  • Added ability to click on widgets behind the barrier (#101).(thanks @​mcquenji).
  • Updated minimum Flutter and Dart versions to 3.35.0+ and 3.9.0+ respectively.
Commits
  • b7817e4 Update Dart and Flutter version requirements
  • 648cb90 chore: Bump version to 0.4.0 (#108)
  • f7e04f1 fix: Dispose CurvedAnimation in FadeTransitionWidget to prevent memory leak (...
  • 1283ecd feat: Allow clicking on widgets behind the barrier (#101)
  • c313899 Update config.yml
  • 8b3478b Delete analysis_options.yaml
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jan 7, 2026
@sourceant
Copy link

sourceant bot commented Jan 7, 2026

Code Review Summary

✨ This pull request primarily focuses on routine dependency updates within the pubspec.lock and pubspec.yaml files. Several packages, including leak_tracker, meta, popover, test suite, and vector_math, have been updated to their latest versions. These updates ensure the project benefits from bug fixes, performance improvements, and new features provided by the latest package releases.

🚀 Key Improvements

  • Dependency updates ensure the project utilizes the latest stable versions of packages.
  • Incorporation of potential bug fixes and performance enhancements from updated libraries.
  • Improved security posture by staying current with third-party dependencies.

💡 Minor Suggestions

  • Consider using flutter pub upgrade --major-versions regularly to simplify dependency management and identify major version bumps.

Copy link

@sourceant sourceant bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review complete. No specific code suggestions were generated. See the overview comment for a summary.

Bumps [popover](https://github.com/minikin/popover) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/minikin/popover/releases)
- [Changelog](https://github.com/minikin/popover/blob/main/CHANGELOG.md)
- [Commits](minikin/popover@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: popover
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/popover-0.4.0 branch from 08297ec to d499771 Compare January 12, 2026 17:44
Copy link

@sourceant sourceant bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review complete. No specific code suggestions were generated. See the overview comment for a summary.

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