flutter-tdd-clean-architecture-course icon indicating copy to clipboard operation
flutter-tdd-clean-architecture-course copied to clipboard

Should have permission Internet

Open Kiruel opened this issue 5 years ago • 0 comments

If I want to put the application on Android phone we need to add a permission for internet in the manifest like so:

<uses-permission android:name="android.permission.INTERNET" />

Btw, very thanks for all this stuff, video, tutorial and this code you rock ;) ! @ResoDev

Kiruel avatar Oct 17 '19 17:10 Kiruel