# Clean the dependencies
$ flutter clean
# Get the dependencies
$ flutter pub get
Execute this commands combinations
# Select the device
$ Ctrl + Shift + P
# Select the option:
$ Flutter: Select Device
Then select the device where you want to run the app
# Run the app
$ f5