modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

Support Navigator 2.0

Open marinkobabic opened this issue 3 years ago • 3 comments

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.

marinkobabic avatar May 28 '21 10:05 marinkobabic

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!

julienlebren avatar May 28 '21 13:05 julienlebren

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.

Tiska avatar Jun 14 '21 10:06 Tiska

Absolutely same here!

KanybekMomukeyev avatar May 16 '22 00:05 KanybekMomukeyev