Skip to content

Conversation

@dependabot
Copy link

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

Bumps flutter_animate from 1.0.0 to 4.1.0.

Changelog

Sourced from flutter_animate's changelog.

[4.1.0] - 2023-02-13

Added

  • Animate.autoPlay and AnimateList.autoPlay
  • Animate.onInit and AnimateList.onInit
  • AnimateList.delay
  • debug warnings for some incompatible parameter combinations

Changed

  • fixed issues with orphaned adapters causing errors

[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

... (truncated)

Commits
  • f15f0f9 Update version, CHANGELOG, README
  • a969ba8 Add a warning for using controller with onInit
  • ecabc32 Run flutter format
  • b769bbe Change some asserts to warnings
  • 96daa48 Tiny comment fix
  • ee16f58 Resolve issue with orphaned adapters per #65
  • 75e4a27 remove an incorrect assert
  • 0aecdac Add autoPlay & onInit
  • f55f795 Update READM, CHANGELOG, version
  • 40f3b9a Implement FlipEffect test
  • 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.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...v4.1.0)

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

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 Feb 21, 2023
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