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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_animate_on_scroll
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_animate_on_scroll: ^0.3.0
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_animate_on_scroll/flutter_animate_on_scroll.dart';
copied to clipboard
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