nubank / nuvigator

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

Removal of Nuvigator Legacy API #101

Closed leoiacovini closed 2 years ago

leoiacovini commented 2 years ago

This PR is part of the effort to move away from the Nuvigator Legacy API, opening room for further improvements in the NEXT API.

The most obvious improvement that will be implemented after this removal, is the support for Sound Null Safety.

This is a breaking change and is going to be released under a new major 2.0.0 version. It removes all the main constructors, generators, and arguments that were already deprecated from previous versions, related to the Legacy API.