nubank / nuvigator

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

Preserve typings for RouteSettings when using DeepLinks in the legacy API #86

Closed leoiacovini closed 3 years ago

leoiacovini commented 3 years ago

Changes to support the List<String> in query parameters could cause problems in the legacy API when users are doing explicit casts. This revert this capability for the Legacy API to preserve the behavior