page_entry_animation 0.0.3 copy "page_entry_animation: ^0.0.3" to clipboard
page_entry_animation: ^0.0.3 copied to clipboard

Flutter 页面进场动画,支持从左往右、从右往左、从上往下以及从下往上。从右往左和从下往上的页面,在安卓上也支持类似IOS左侧滑动推出。

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add page_entry_animation

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

dependencies:
  page_entry_animation: ^0.0.3

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_entry_animation/page_entry_animation.dart';
2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Flutter 页面进场动画,支持从左往右、从右往左、从上往下以及从下往上。从右往左和从下往上的页面,在安卓上也支持类似IOS左侧滑动推出。

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on page_entry_animation