Flutter- Convert complex objects (Nested Maps, Lists) to a url query string
One basic necessity of a mobile app is to consume data from an api. In flutter, the most popular libraries for making api request are http and dio. The http library is simple but the challenge comes when making a GET request and there is the need to ...
jol.hashnode.dev5 min read