flutter_page_transition icon indicating copy to clipboard operation
flutter_page_transition copied to clipboard

A rich, convenient, easy-to-use flutter page transition package

Results 6 flutter_page_transition issues
Sort by recently updated
recently updated
newest added

I am using this package in a major project and we migrated to null-safety. This change might interest you, to keep the package active.

When do you plan to support flutter2 ?

With the release of Flutter 2, it would be awesome if this library could be migrated to be null safe. More details: https://dart.dev/null-safety/migration-guide

I also updated the example project to Flutter embedding v2.

Is there any way that I can reverse the transition so the push animation looks like a pop?

enhancement