Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 392 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 392 Bytes

Flutter-Tutorials

Practicing and exploring flutter

Flutter build commands

Flutter build for android apk

flutter build apk --release

Flutter update/change app launcher icon

flutter pub pub run flutter_launcher_icons:main 

Notes

  1. Add the below line to android manifest file to allow web view
<uses-permission android:name="android.permission.INTERNET"/>