flutter-tdd-clean-architecture-course
flutter-tdd-clean-architecture-course copied to clipboard
Should have permission Internet
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