Flutter
Commands
flutter pub – Commands for managing Flutter packages
add | Add a dependency to pubspec.yaml. |
get | Get the current package’s dependencies. |
outdated | Analyze 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