-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
featureA new feature or requestA new feature or request
Description
Description
As a developer, I want to be able to install dependencies for all packages within my current project. The command should ideally automatically determine whether to run flutter packages get or flutter pub get depending on the type of package and should be capable of recursively running the install command for each nested package.
Proposed Usage
# Install dependencies for the current package via `flutter packages get` or `flutter pub get`
very_good packages get
# Install dependencies recursively via `flutter packages get` or `flutter pub get`
very_good packages get --recursive
very_good packages get -rAdditional Context
very_good_cli already contains the functionality as part of
very_good_cli/lib/src/flutter_cli.dart
Line 11 in ee37acd
| static Future<void> packagesGet({ |
Related Issue on Flutter: flutter/flutter#89180
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureA new feature or requestA new feature or request