Flutter Basic Commands

Flutter Basic Commands 


To create New PRoject (no space for project name) - flutter create project name

check connected device - flutter devices

clear cache - flutter clean

Run flutter Project - flutter run

to Run on all connected device - flutter run -d all

To generate APK - flutter build apk

Comments

Popular posts from this blog

TensorFlow Train/test /evaluation flow

AttributeError : module 'tensorflow' has no attribute 'global_variables_initializer'

AttributeError: module 'tensorflow_estimator.python.estimator.api._v2.estimator' has no attribute 'inputs'