Open jogboms opened 2 months ago
At the moment, only the List<String> is supported even though I couldn't find any documentation.
List<String>
https://github.com/Milad-Akarie/auto_route_library/blob/7a03a88fa93e84d80a8ce9b08b51efd4b9778b76/auto_route/lib/src/common/parameters.dart#L164
I am wondering if this was already considered and rejected because it seems like a low-hanging fruit for other primitive values.
Would a PR be accepted for this?
At the moment, only the
List<String>
is supported even though I couldn't find any documentation.https://github.com/Milad-Akarie/auto_route_library/blob/7a03a88fa93e84d80a8ce9b08b51efd4b9778b76/auto_route/lib/src/common/parameters.dart#L164
I am wondering if this was already considered and rejected because it seems like a low-hanging fruit for other primitive values.
Would a PR be accepted for this?