nubank / nuvigator

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

Add WillPopCallback only if canPop returns true #89

Closed souzavitor closed 2 years ago

souzavitor commented 3 years ago

With this change a nested Nuvigator will use WillPopScope to override the pop behavior only when it contains more than route in the history stack.