ResoCoder / flutter-tdd-clean-architecture-course

https://resocoder.com/flutter-clean-architecture-tdd/
1.99k stars 623 forks source link

Should have permission Internet #7

Open Kiruel opened 4 years ago

Kiruel commented 4 years ago

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