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

A dart package for Flutter that allows co-ordinated page transitions that animate the previous route as well as the incoming route.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add coordinated_page_route

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

dependencies:
  coordinated_page_route: ^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:coordinated_page_route/coordinated_page_route.dart';
3
likes
160
pub points
23%
popularity

Publisher

unverified uploader

A dart package for Flutter that allows co-ordinated page transitions that animate the previous route as well as the incoming route.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on coordinated_page_route