transition_plus 0.0.12 copy "transition_plus: ^0.0.12" to clipboard
transition_plus: ^0.0.12 copied to clipboard

Flutter package that help you to transition between screens with interesting way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add transition_plus

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

dependencies:
  transition_plus: ^0.0.12

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:transition_plus/transition_plus.dart';
3
likes
160
points
101
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package that help you to transition between screens with interesting way.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on transition_plus