Skip to content

feat: expose command to install dependencies with recursive support #174

@felangel

Description

@felangel

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 -r

Additional Context
very_good_cli already contains the functionality as part of

static Future<void> packagesGet({
and addressing this issue would require exposing that functionality via a new command.

Related Issue on Flutter: flutter/flutter#89180

Metadata

Metadata

Assignees

Labels

featureA new feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions