Master Flutter

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

Lessons

  • 01 Understanding Dependency Management
  • 02 Pubspec.yaml
  • 03 Dependency Management Review
Intro Understanding Dependency ManagementPubspec.yamlDependency Management Review