modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

when pushing on root navigator showCupertinoModalBottomSheet rebuilds

Open NikosTsesmelis opened this issue 3 years ago • 1 comments

I use a custom navigator inside the modal. I insert a starting page to the navigator. When pushing a page from inside the said page to the root navigator the showCupertinoModalBottomSheet build method is called which recreates the navigator with only the initial page and i lose all the other pages that were previously open.

Works fine on 2.0.1. Not working on 2.1.0.

NikosTsesmelis avatar Jul 28 '22 14:07 NikosTsesmelis

might be related to https://github.com/jamesblasco/modal_bottom_sheet/pull/253

LeGoffMael avatar Aug 04 '22 05:08 LeGoffMael

It should be fixed by the PR from @LeGoffMael

jamesblasco avatar Sep 03 '22 10:09 jamesblasco