nubank / nuvigator

A powerful routing abstraction over Flutter Navigator, with nested Navigator and Deeplinks
Apache License 2.0
275 stars 33 forks source link

fix: added function for call pop when nested route #114

Closed wesleyjesus-dev closed 3 months ago

wesleyjesus-dev commented 3 months ago

What?

We need to ensure that the pop method is called for routes that are nested

How?

Forcing the parent method to be called so that pop is invoked