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

A new flutter package that allows using transitions between screens.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add route_transition_dev

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

dependencies:
  route_transition_dev: ^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:route_transition_dev/route_transition_dev.dart';
2
likes
160
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A new flutter package that allows using transitions between screens.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on route_transition_dev