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 476 forks source link

Show and animate previous Route when not using 'routes' or 'onGenerateRoute' #429

Open jjklangbehn opened 1 month ago

jjklangbehn commented 1 month ago

In my App I don't use the 'routes' or 'onGenerateRoute' parameter. I only do Routing with Navigator.push(). I can show the ModalSheet but it does not animate the previous route behind the new one.

How can I change that without adding 'routes' or 'onGenerateRoute' in my MaterialApp()?

Best regards