# The important pub commands
pub get | It helps to get all packages your application is depending on. |
pub upgrade | Upgrades all your dependencies to a newer version. |
pub build | This s used for building your web application and it will create a build folder, with all related scripts in it. |
pub help | This will give you help with all different pub commands. |