What is pub command?

Pub is the official repository for the Flutter and Dart packages available at pub. dev, and pub is your command line interface to that repository . This article will introduce the many options that are available with the Pub tool.

Read more

How do I clean my flutter?

To clear Flutter’s Build cache Open your flutter project folder in Command Prompt or Terminal. Then type flutter clean command and press enter. After executing flutter clean command we would see that it will delete the dart-tools folder, android folder and iOS folder in our application with debug file.

Read more