-
Add a package as a direct dependency:
flutter pub add <package-name> -
Add a package as a
dev-dependency:flutter pub add -d <package-name> -
Remove a package:
flutter pub remove <package-name>
Note: You can also use dart command instead of flutter above.