Previously, if a screen had arguments with types other than strings, a runtime error appeared when opening the route through a deep link. This PR adds support for a few basic types such as int, double, bool and DateTime.
Eventually, this could evolve to accept a custom type mapping
Previously, if a screen had arguments with types other than strings, a runtime error appeared when opening the route through a deep link. This PR adds support for a few basic types such as int, double, bool and DateTime.
Eventually, this could evolve to accept a custom type mapping