Flutter

Commands

flutter pub – Commands for managing Flutter packages

addAdd a dependency to pubspec.yaml.
getGet the current package’s dependencies.
outdatedAnalyze dependencies to find which ones can be upgraded.
flutter pub get

flutter clean – Delete the build/ and .dart_tool/ directories

flutter clean

flutter doctor – Show information about the installed tooling

flutter doctor