flutter_page_tranzitionz 4.0.1 copy "flutter_page_tranzitionz: ^4.0.1" to clipboard
flutter_page_tranzitionz: ^4.0.1 copied to clipboard

A set of Page Route Transitions for simple and easy animations between different screens. Inspired by other packages on pub.dev.

Flutter Page Tranzitionz #

pub package

A set of Page Route Transitions for simple and easy animations between different screens. Inspired by other packages on pub.dev.

Usage #

import 'package:flutter_page_tranzitionz/flutter_page_tranzitionz.dart';

Navigator.of(context).push(
  FadeTranzition.bottomToTop(child: MyNextPage()),
);

Navigator.push(
  context,
  PopTranzition.rightToLeft(
      child: MyNextPage(),
      currentChild: context.widget,
    ),
);
2
likes
150
points
218
downloads
screenshot

Documentation

API reference

Publisher

verified publishermj12358.dev

Weekly Downloads

A set of Page Route Transitions for simple and easy animations between different screens. Inspired by other packages on pub.dev.

Repository (GitHub)
View/report issues

Topics

#flutter #animation #transition

Funding

Consider supporting this project:

www.buymeacoffee.com

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_page_tranzitionz