page_animator 1.0.1 copy "page_animator: ^1.0.1" to clipboard
page_animator: ^1.0.1 copied to clipboard

A Flutter package that provides smooth page transitions and animations with customizable effects. Perfect for creating engaging user interfaces with horizontal page navigation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add page_animator

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

dependencies:
  page_animator: ^1.0.1

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:page_animator/page_animator.dart';
3
likes
160
points
37
downloads

Publisher

verified publisherstagecoding.com

Weekly Downloads

A Flutter package that provides smooth page transitions and animations with customizable effects. Perfect for creating engaging user interfaces with horizontal page navigation.

Homepage
Repository (GitHub)
View/report issues

Topics

#animation #ui #page-transition #page-animation #infinite-scroll

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_hooks

More

Packages that depend on page_animator