Flutter - http parameters

20210609

stackoverview  "http ? coverted to 3%F in url"

var queryParameters = {
    'q': cityName,
    'appid': 'b6907d289e10d714a6e88b30761fae22',
  };

 var uri = Uri.http('samples.openweathermap.org', '/data/2.5/forecast', queryParameters);

Comments

Popular posts from this blog

Go-VSCode -Autocomplete and Auto-import

Go - mail