Fetch the packages for the project (important)
Last updated
Was this helpful?
Last updated
Was this helpful?
Run this command on your project folder
More info:
Focus on this statement:
From the terminal: Run flutter pub get
.
OR
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.yaml
.