flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
164.8k stars 27.16k forks source link

[iOS 13] navigation transition styles can now mix #33799

Open xster opened 5 years ago

xster commented 5 years ago

Branching off from #33798

Kapture 2019-06-03 at 14 34 10

xster commented 5 years ago

Note that the inner normal push style vc was nested in the first stacked vc and both got swiped via the gesture

justinmc commented 5 years ago

I'm guessing that a right swipe back gesture works on the nested "Repeat" page in the gif to go back to the "New Event" page. However, a right swipe on the "New Event" page probably does nothing, and you must swipe down or press "Cancel" to dismiss.

Update: Confirmed on the iOS13 simulator.

justinmc commented 5 years ago

Here's the video from WWDC about this, around the 12:00 mark talking about the tabbed top modals. https://developer.apple.com/videos/play/wwdc2019/224/

jeroen-meijer commented 4 years ago

Just wanted to give my two cents.

Since iOS 13 launched about a year ago, this view has become really popular and is very often used. I feel it's essential for Flutter to support this kind of view in the near-future, especially since iOS 14 is about to release.

Cupertino deserves some love. 💙