Skip to content

Bump flutter_expandable_fab from 1.8.1 to 2.5.2 #844

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps flutter_expandable_fab from 1.8.1 to 2.5.2.

Changelog

Sourced from flutter_expandable_fab's changelog.

2.5.2

  • Removed unnecessary Timer and ready flag logic from ExpandableFab.
  • Ensured AnimationController and CurvedAnimation are only created in initState and not recreated.
  • Fixed assertion errors and improved FAB visibility and animation after navigation or rebuilds.

2.5.1

  • Improved timer cleanup when widget is disposed.

2.5.0

  • Fixed closing bug and eliminate unnecessary blur flicker.

2.4.1

  • Formatted source file.

2.4.0

  • Add a elevation parameter
  • Add a margin parameter

2.3.0

  • Add an option to configure open & close button alignment

2.2.0

  • Made to work without Scaffold.
  • Add ExpandableFabPos.center.
  • Add 'of' method.

2.1.0

  • Allows children's animations to be changed.
  • Fixed animation issues.
  • Fixed issue with some properties not being reflected when hot reloading.
  • overlayStyle supports setting both color and blur.

2.0.0

  • Changed customization to a builder-based method.
  • Left-handed mode added.
  • Fixed some minor bugs.
Braking changes:

Removed foregroundColor, backgroundColor, closeButtonStyle, expandedFabSize, and others. Use Default/RotateFloatingActionButtonBuilder or FloatingActionButtonBuilder instead.

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_expandable_fab](https://github.com/zuvola/flutter_expandable_fab) from 1.8.1 to 2.5.2.
- [Changelog](https://github.com/zuvola/flutter_expandable_fab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zuvola/flutter_expandable_fab/commits)

---
updated-dependencies:
- dependency-name: flutter_expandable_fab
  dependency-version: 2.5.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from MarkisDev July 1, 2025 04:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jul 1, 2025
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