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

Fix pub: not found error when flutter_package: false #32 #34

Merged
merged 1 commit into from
Jul 10, 2022

Conversation

festelo
Copy link
Contributor

@festelo festelo commented Jun 17, 2022

Resolves #32

@festelo festelo mentioned this pull request Jun 17, 2022
@@ -52,24 +52,22 @@ run_test_if_needed() {
}

create_prefix() {
FLUTTER_PREFIX=""
PUB_PREFIX="pub"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a difference between dart pub and flutter pub? It would be simpler to have PUB_PREFIX="dart pub" and use that everywhere

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CaseyHillers

I think you said right. flutter/flutter#88507
I will fix the next release.

@sakebook
Copy link
Owner

@festelo

Thank you. LGTM 👍

@sakebook sakebook merged commit 4ba7f13 into sakebook:master Jul 10, 2022
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

Successfully merging this pull request may close these issues.

pub: not found error when flutter_package: false
3 participants