Pub
The Pub package manager for Dart / Flutter.
Configuration
Example
{
"Pub": {
"options": {
"flutterVersion": "3.19.3-stable",
"gradleVersion": "7.3",
"pubDependenciesOnly": false
}
}
}
Options
flutterVersion
The version to use when bootstrapping Flutter. If Flutter is already on the path, this option is ignored.
gradleVersion
The version of Gradle to use when analyzing Gradle projects.
pubDependenciesOnly
Only scan Pub dependencies and skip native ones for Android (Gradle) and iOS (CocoaPods).