flutter_animate_on_scroll 0.3.0 copy "flutter_animate_on_scroll: ^0.3.0" to clipboard
flutter_animate_on_scroll: ^0.3.0 copied to clipboard

Flutter package for animating widgets based on scroll events. Effortlessly create captivating, interactive scroll-based animations to enhance your UI.

0.0.1 (Initial Release) #

  • Added the core functionality for scroll-based animations.
  • Implemented scroll position detection and trigger mechanism.
  • Supported basic animation types such as opacity, translation, and scaling.
  • Included customizable animation parameters like duration, delay, and easing curves.
  • Provided examples and documentation for getting started with Flutter animate on scroll.

0.0.2 #

  • Migrated from using MediaQueryData.fromWindow to MediaQueryData.fromView for improved accuracy in obtaining the viewport size.
  • Optimized the threshold calculation for triggering animations based on scroll position.

0.1.0 #

  • Optimized scroll animation behaviour
  • Added ZoomOut animation
  • Added Text animation (typer effect with optional fade, wavy effect)

0.1.1 #

  • Optimized scroll animation behaviour for custom animations

0.2.0 #

  • Removed the need to attach global keys and scroll controllers.
  • Introduced BaseAnimationConfig and BaseTextAnimationConfig.
  • Fixed a bug (Looking up a deactivated widget's ancestor is unsafe).
  • Updated the README to reflect the new changes.

0.3.0 #

  • Added a VisibilityDetector widget to detect widget visibility.
  • Fixed a bug (Couldn't implement KeyboardListener()).
42
likes
150
points
195
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.14 - 2025.03.29

Flutter package for animating widgets based on scroll events. Effortlessly create captivating, interactive scroll-based animations to enhance your UI.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_animate_on_scroll