flutter_scroll_animation 0.0.1 copy "flutter_scroll_animation: ^0.0.1" to clipboard
flutter_scroll_animation: ^0.0.1 copied to clipboard

A Flutter package that provides scroll-driven animations. Widgets become visible and animate into view when they enter the viewport, enabling smooth and dynamic UI transitions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_scroll_animation
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_scroll_animation: ^0.0.1
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_scroll_animation/flutter_scroll_animation.dart';
copied to clipboard
1
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.08 - 2025.04.22

A Flutter package that provides scroll-driven animations. Widgets become visible and animate into view when they enter the viewport, enabling smooth and dynamic UI transitions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fake_async, flutter, visibility_detector

More

Packages that depend on flutter_scroll_animation