custom_page_transitions 0.0.4 copy "custom_page_transitions: ^0.0.4" to clipboard
custom_page_transitions: ^0.0.4 copied to clipboard

This package helps to handle the animations of the screen transitions in an elegant and simple way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_page_transitions

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

dependencies:
  custom_page_transitions: ^0.0.4

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:custom_page_transitions/custom_page_transitions.dart';
3
likes
120
pub points
13%
popularity

Publisher

unverified uploader

This package helps to handle the animations of the screen transitions in an elegant and simple way.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_page_transitions