custom_page_transitions 0.0.4
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_transitionsThis 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.4Alternatively, 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';