What permissions should be added in manifest file for accessing network?
Add the INTERNET permission to your manifest file. This tag should be placed BEFORE the aplication TAG. If you put if after aplication TAG, it produces a warning.
Read moreWhere do I put user permissions in Manifest flutter?
“flutter internet permission” Code Answer’s
Read more