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

flutter pub get failed on cloning "auto_size_text" package #76

Open
ghost opened this issue May 26, 2022 · 5 comments
Open

flutter pub get failed on cloning "auto_size_text" package #76

ghost opened this issue May 26, 2022 · 5 comments
Assignees

Comments

@ghost
Copy link

ghost commented May 26, 2022

flutter pub get failed on cloning "auto_size_text" package because in "pubspec.yaml" the git url of 'auto_size_text' is "git://github.com/gskinnerTeam/auto_size_text.git" it should be either "https://github.com/gskinnerTeam/auto_size_text.git" or "git@github.com/gskinnerTeam/auto_size_text.git"

@ahmed-adly-khalil
Copy link

i'm also having same issue, @gskinner any luck with that? thank you so much 🙏

@gskinner gskinner assigned gskinner and esDotDev and unassigned gskinner May 31, 2022
@rubiii
Copy link

rubiii commented Jun 16, 2022

I changed the GitHub target in pubspec.yml to https://github.com/gskinnerTeam/auto_size_text.git which fixed the issue for me.

@ahmed-adly-khalil
Copy link

thanks @rubiii that worked for me!

@erleizh
Copy link

erleizh commented Sep 22, 2022

image
The named parameter 'textBuilder' isn't defined.
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'textBuilder'.

@erleizh
Copy link

erleizh commented Sep 22, 2022

  auto_size_text:
    git:
      url: git@github.com:gskinnerTeam/auto_size_text.git
      ref: feature-add-textbuilder

fixed textBuilder isn't defined.

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

5 participants