Dependency Management Review
Questions
- What is Dart’s dependency management tool?
- What is the distinction between a reliance and a transitive reliance?
- What is the distinction between a dependency and a development dependency?
- What are the various methods for adding a dependency to a dart project?
- What exactly are dependencies overrides?
- What exactly are dependency constraints?
- What exactly is a pubspec.yaml file?
- What exactly is a pubspec.lock file?
- What are the various attributes of the pubspec.yaml file?