Skip to content

karanrn/Flutter-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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"/>

About

Practicing and exploring flutter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published