Outdated is one of the commands of the pub tool . $ dart pub outdated [options] Use dart pub outdated to identify out-of-date package dependencies and get advice on how to update them.
Read moreHow do I install a .pub dev package?
Adding a package dependency to an app
Read moreHow do you get a pub?
From the terminal: Run flutter pub get . From Android Studio/IntelliJ: Click Packages get in the action ribbon at the top of pubspec. yaml . From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.
Read more