modal_bottom_sheet
modal_bottom_sheet copied to clipboard
Support Navigator 2.0
Is there a way to use this library with flutter Navigator 2.0?
My expectation would be to get the ability to you are providing a page which has a Widget as child. Child is of course an consumer widget.
I was coming here to post exactly the same request.
I'm switching to Navigator 2.0 and I would like to manage all my routes inside a single file, so I would like stop using showModalBottomSheet inside the widgets but just push a new route and the RouteMap can use the animation your built when pushing the new route.
It would be awesome!
I, first thanks for this awesome package! Same question here, I've migrate to navigator 2, do you plan to support it? Actually Modal inherits of ModalRoute, which is not a compatible object with routers in v2 navigation système.
Absolutely same here!