nubank / nuvigator

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

LENPLAT-389 Decode uri params #49

Closed janainavarela closed 4 years ago

janainavarela commented 4 years ago

This PR decode the parameters encoded sent to the DeepLinks.

We were having decode problems when sent an expression with blanc space ( ) or acute accent (´) as param in a deepLink uri parameter.

e.g: Dinheiro%20do%20caf%C3%A9 should return Dinheiro do café