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

feat(dart_package): allow --no-example on dart pub get #151

Closed
alestiago opened this issue Oct 5, 2023 · 1 comment · Fixed by #183
Closed

feat(dart_package): allow --no-example on dart pub get #151

alestiago opened this issue Oct 5, 2023 · 1 comment · Fixed by #183
Labels
feature A new feature or request good first issue Good for newcomers

Comments

@alestiago
Copy link
Contributor

alestiago commented Oct 5, 2023

Description
There is a Dart hidden argument (--no-example) to avoid getting packages on an example/ when running dart pub get. I would like to be able to toggle this through a workflow parameter.

Additional Context
Including this argument would help using Very Good Workflows on Formz, where the main package does not depend on Flutter but the example does.

@alestiago alestiago added feature A new feature or request good first issue Good for newcomers labels Oct 5, 2023
@eliasreis54
Copy link
Contributor

Hey, @alestiago! I hope you are doing great!
I applied my first thought to implement this feature. I can replicate it everywhere we run dart pub get if you thing it's worth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or request good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants