Dependency Management in Dart
Dependency management is a part of modern programming. Dart has pub for dependency management. In this chapter we will learn and use Pub the Dart’s dependency management tool.
Objectives
- Using pubspec.yaml
- Using pub CLI
- Dev dependency vs dependency
- Importing and using dependencies