You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The effect same with iOS:
First, present an
UINavigationController
instance with a root view controller, and push some child controllers, finnaly calldissmiss(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 FlutterThe text was updated successfully, but these errors were encountered: