Skip to content

Bump flutter_animate from 1.0.0 to 2.1.0#22

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/flutter_animate-2.1.0
Closed

Bump flutter_animate from 1.0.0 to 2.1.0#22
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/flutter_animate-2.1.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps flutter_animate from 1.0.0 to 2.1.0.

Changelog

Sourced from flutter_animate's changelog.

[2.1.0] - 2022-12-24

Added

  • Animate.target for declarative animation
  • BoxShadowEffect - animate BoxShadow
  • ElevationEffect - animate elevation shadows
  • Animate.restartOnHotReload static property

Changed

  • fixed issues with low value blurs on web
  • fixed errors with 0 sized gradients in ShimmerEffect
  • removed optimizations that modify the display list

[2.0.1] - 2022-10-30

Changed

  • fixed ShakeEffect.hz calculations and adjusted defaults

[2.0.0] - 2022-10-23

Added

  • effects now use "smart" parameters. See README: Other Effect Parameters
  • effects now expose default param values as static fields
  • FlipEffect (2.5d card flip)
  • loop extension to AnimationController
  • support for non-uniform blurs in BlurEffect
  • animated property for all adapters
  • transformHitTest param on MoveEffect
  • first set of automated tests

Changed

  • changes to some effect extension methods (ex. move) to be more consistent
  • fix for BlurEffect on the web with low sigma values
  • exposed some effects' utility methods as static methods
  • changed SwapEffect.builder method signature to have a non-nullable child
  • minor documentation improvements and small fixes

Removed

  • unblur extension method. Use blurXY with a begin value instead
Commits
  • 1c26f37 Update version, README, CHANGLOG
  • 55f48cc Run flutter format
  • da26371 Fix issues with 0 sized gradient matrices
  • 7a2984a Add restartOnHotReload
  • b244818 Add BoxShadowEffect & ElevationEffect
  • 135f062 Fix alignment on ScaleEffect
  • 8ffde7f Add Animate.target param
  • 4963e83 Remove optimizations that change the display list
  • 6574944 Fix issues with blur on web
  • b0d6e70 Improve code readability of num duration extension
  • 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 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 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_animate](https://github.com/gskinner/flutter_animate) from 1.0.0 to 2.1.0.
- [Release notes](https://github.com/gskinner/flutter_animate/releases)
- [Changelog](https://github.com/gskinner/flutter_animate/blob/main/CHANGELOG.md)
- [Commits](gskinner/flutter_animate@v1.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: flutter_animate
  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 Jan 9, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #23.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/pub/flutter_animate-2.1.0 branch January 16, 2023 23:21
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