kalismeras61 / flutter_page_transition

This is Flutter Page Transition Package
BSD 2-Clause "Simplified" License
475 stars 57 forks source link

Is it able to pop several pages with animation up to down in one time? #80

Open guolingege opened 1 year ago

guolingege commented 1 year ago

The effect same with iOS: First, present an UINavigationController instance with a root view controller, and push some child controllers, finnaly call dissmiss(animated: true). In this transision, the child view controllers are packaged into the UINavigationController instance, I can order it directly. I can't find such class in Flutter