nubank / nuvigator

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

Fix problems when using recent versions of analyzer #54

Closed leoiacovini closed 4 years ago

leoiacovini commented 4 years ago

New versions of analyzer include changes to accommodate non-nullable types, this was breaking the build

Closes: https://github.com/nubank/nuvigator/issues/53