Milad-Akarie / auto_route_library

Flutter route generator
MIT License
1.6k stars 405 forks source link

Improve support for list query parameters #2061

Open jogboms opened 2 months ago

jogboms commented 2 months ago

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?