Practicing and exploring flutter
Flutter build for android apk
flutter build apk --release
Flutter update/change app launcher icon
flutter pub pub run flutter_launcher_icons:main
- Add the below line to android manifest file to allow web view
<uses-permission android:name="android.permission.INTERNET"/>