Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: splitting pub and flutter #167

Closed
jack-r-warren opened this issue Jun 4, 2019 · 1 comment
Closed

Proposal: splitting pub and flutter #167

jack-r-warren opened this issue Jun 4, 2019 · 1 comment

Comments

@jack-r-warren
Copy link
Contributor

In working on #166 it became apparent to me that there's a number of cases where you'd want to run a command on all of the Flutter or non-Flutter packages. I can also imagine a number of other dependency-related tasks like #117. The following would be a breaking change but would allow room to grow:

  • mono_repo pub: argument pass-through to pub executable, run on all non-flutter packages
  • mono_repo flutter: argument pass-through to flutter executable, run on all flutter packages
  • mono_repo dependency (abbreviation dep?)

The change would be breaking for anyone currently using mono_repo pub [get|upgrade] to work with Flutter dependencies. It might make sense paired with #145 in a major version bump.

@kevmoo
Copy link
Collaborator

kevmoo commented Nov 25, 2021

Closing as duplicate of #45

@kevmoo kevmoo closed this as completed Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants