Skip to content

Bump flutter_animate from 1.0.0 to 4.0.0#34

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2023

Bumps flutter_animate from 1.0.0 to 4.0.0.

Changelog

Sourced from flutter_animate's changelog.

[4.0.0] - 2023-02-13

Added

  • CrossfadeEffect - cross fades in a new widget
  • Adapter.direction - optionally update in only one direction

Changed

  • major refactor of Adapter
  • fix issue with adapters generating errors on disposed Animate instances
  • improve smoothing for Adapter.animated
  • improve adapter examples
  • changed ThenEffect functionality to establish a new baseline time
  • cleaned up tests & added tests for new effects

[3.1.0] - 2023-01-30

Added

  • added a few fun examples to the everything_view

Changed

  • changed ShakeEffect.hz to a double
  • added padding to ShimmerEffect to reduce visual issues with ShaderMask and antialiasing
  • fix an error in the AnimationController.loop extension when the target was disposed

[3.0.0] - 2023-01-19

Changed

  • reorganize lib folder to follow dart guidance
  • cleanup of documentation to improve consistency
  • renamed test_view to playground_view

[2.2.0] - 2023-01-15

Added

  • ColorEffect - animate between two colors with a blend mode

Changed

  • reset animation if onPlay changes
  • simplified BoxShadowEffect implementation

[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

... (truncated)

Commits
  • f55f795 Update READM, CHANGELOG, version
  • 40f3b9a Implement FlipEffect test
  • 8373c79 Add tests for new effects
  • 016bd9e Minor cleanup of tests
  • 5f7d1d3 Update README
  • d898365 Adjust how ThenEffect works per #45
  • 599258e Add directionality to all adpaters
  • 39e8c8d Better adapter examples
  • cf5c408 Implement custom animation logic for adapters
  • 7ee0765 Slightly better handling of scrollcontrollers
  • 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 4.0.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...v4.0.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 Feb 14, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 21, 2023

Superseded by #38.

@dependabot dependabot bot closed this Feb 21, 2023
@dependabot dependabot bot deleted the dependabot/pub/flutter_animate-4.0.0 branch February 21, 2023 00:20
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