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

Introducing Flutter Animate on Scroll - a 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 Dart:

 $ dart pub add flutter_animate_on_scroll
copied to clipboard

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 dart pub get):

dependencies:
  flutter_animate_on_scroll: ^0.1.0
copied to clipboard

Alternatively, your editor might support dart pub get or 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
0
points
207
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_animate_on_scroll