7 Flutter Commands That You Should Understand Exactly

Geno Tech
App Dev Community
Published in
3 min readOct 9, 2021

--

Flutter Knowledge Sharing #49

Flutter is getting more popular these days. I have discussed 48 Flutter topics in detail so far. Now engaging more people with those articles. This is another chapter of that journey. When we use a framework, commands make it easy to accomplish our tasks. But It is compulsory to know the exact meaning and the purpose of each command that we use. Otherwise, everything sometimes gets confused when you run a wrong command. Flutter has so many commands that give us to use, But here I have explained 7 commands that we use frequently, and you know the exact usage maybe.

  • flutter upgrade
  • flutter channel
  • flutter doctor
  • flutter create
  • flutter run
  • flutter install
  • Pub commands

So I go one by one and show you what happened. These commands are case-sensitive; therefore, you should type and run them correctly.

flutter upgrade

This command upgrades your Flutter SDK into the most recent version of your current Flutter channel. Flutter has 4 release channels, stable, beta, dev, and master. If you want to get the most stable version, The most stable channel is the dev channel. So…

--

--

Geno Tech
App Dev Community

Software Development | Data Science | AI — We write rich & meaningful content on development, technology, digital transformation & life lessons.