2
gitpush
6y

This is new to me .-.
I just noticed I don't have internet permission in my flutter app Android manifest, yet I'm able to fetch data from an API, how is this possible?

Comments
  • 0
    @kescherRant but it doesn't happen when using native Android development, I still don't understand lol
  • 1
    Try checking the permissions the app takes in your phone's settings
  • 0
    @kescherRant this is the answer. internet is an implied permission. internet access is for local networking stuff.
Add Comment