transitioner 0.1.0 copy "transitioner: ^0.1.0" to clipboard
transitioner: ^0.1.0 copied to clipboard

This package helps how to manage transitions between different views/pages with custom curve animation also.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add transitioner

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

dependencies:
  transitioner: ^0.1.0

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:transitioner/transitioner.dart';
17
likes
160
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps how to manage transitions between different views/pages with custom curve animation also.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on transitioner