flutter_page_tranzitionz 1.0.0-dev
flutter_page_tranzitionz: ^1.0.0-dev copied to clipboard
A set of Page Route Transitions for simple and easy animations between different screens. Inspired by other packages on pub.dev.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_page_tranzitionzThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_page_tranzitionz: ^1.0.0-devAlternatively, 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:flutter_page_tranzitionz/flutter_page_tranzitionz.dart';