nubank / nuvigator

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

Nuvigator is not working with Flutter Navigator 2.0 API #25

Closed leoiacovini closed 4 years ago

leoiacovini commented 4 years ago

Flutter is being updated with a new Navigator API and some of the changes that are being done are breaking Nuvigator, one issue is described here: https://github.com/nubank/nuvigator/issues/23

We need to dig down into those new changes and make Nuvigator compatible with them, and afterwards build/improve the API based on the new features provided by the 2,0 API.