dependencies property

List<String>? dependencies
getter/setter pair

A yaml map of the flutter dependencies Formatted lines as they would appear in pubspec.yaml The map under 'dependencies:' in pubspec.yaml

Implementation

List<String>? dependencies;