jamesblasco / modal_bottom_sheet

Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style
https://pub.dev/packages/modal_bottom_sheet
MIT License
1.9k stars 479 forks source link

Does inside navigation work with showMaterialModalBottomSheet() or just showCupertinoModalBottomSheet() #361

Open hammamziadeh10 opened 1 year ago

hammamziadeh10 commented 1 year ago

Hey guys!

Does inside navigation work with showMaterialModalBottomSheet() or just showCupertinoModalBottomSheet()? If so, how do I do it with showMaterialModalBottomSheet() (because I can't seem to get it to work)?

Kind regards

stefanschaller commented 1 year ago

It's working, since it do it exactly like that. Do you need example code?

hammamziadeh10 commented 1 year ago

It's working, since it do it exactly like that. Do you need example code?

Yes please. That would help me greatly!

hammamziadeh10 commented 1 year ago

It's working, since it do it exactly like that. Do you need example code?

Any chance you could show me an example of how to do it?