Extract parameter / value pairs from an Uri as a Map

Viewed 1275

How do I get the parameter / value pairs of an URL / URI using Dart? Unfortunately currently there is no built-in functionality for this problem neither in the Uri library or the Location interface.

4 Answers
Related