flutter_page_transition icon indicating copy to clipboard operation
flutter_page_transition copied to clipboard

This is Flutter Page Transition Package

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

Issue #64 and Issue #44 have been closed as "wontfix", with the stated reason being that the problem is within flutter (https://github.com/flutter/flutter/issues/47441). However, the flutter issue actually does describe two...

Animations like sliding, the curve property isn't used, and the curve does not work. It would be nice to add the curves to all transitions, for better animations.

As stated on the title, this issue is tested even from the example project. I wonder if this is intended or is there a way to workaround this...? Thank you....

Hi, first of all, thank you for a great package for ease to implement page transition between app screen navigation. I wonder how to implement the package in the bottom...

enhancement

I want to display a popover window when an item is clicked on. But I would like to start a 300ms transition from the item's location. Lets say at an...

This is great! Awesome to see joined top/bottom and bottom/top working great now! Wondering if this is compatible with other routing libraries like go_router, auto_route, beamer etc? Some offer custom...

enhancement

Wondering if it's possible to have the whole app feel like a single canvas with pages on a grid? And you can transition from one grid to another no matter...

question

I'm getting several errors when attempting to use leftToRightJoined. - _dependents.isEmpty' - Duplicate Global Key detected - '_elements.contains(element)': is not true. - In Main, onGenerateRoute the switch statement for that...

Hi, is there a way to get hold of the current page widget (for `childCurrent`) from `generateRoute(RouteSettings)` ? If so it would be great to maybe add that to the...

question

Feature request. Add a Stinger transition based on video or transparent gif files

enhancement