Last updated:
0 purchases
flutter page tranzitionz
Flutter Page Tranzitionz #
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(BottomToTopFadeTranzition(child: MyNextPage()));
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.