Flutter-route-transition icon indicating copy to clipboard operation
Flutter-route-transition copied to clipboard

Repo for blog: Everything you need to know about Flutter page route transition

Results 5 Flutter-route-transition issues
Sort by recently updated
recently updated
newest added

question: this demo slide the whole screen, how to slide only part (e.g. one widget) of the screen? Do you know any examples I can follow? Thanks.

你好大佬,我发现当前页面(exitPage)和新页面(enterPage)一起动画时会有问题,会导致当前页面的initState, didDependencesChanged 等生命周期函数被多次调用。好像是每次都New了一次当前页面。 exitPage是StatefulWidget的

Hi amazing work, I just wanted to know if it's possible to use this code with named routes? Thank you.

SlideTransition页面等四个上下左右动画线性转场结束瞬间出现短暂卡顿。动画未能一次性执行完。是否知道原因。