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

🐛 Bug Report: Incompatibility with Google Fonts (Flutter) #5583

Closed
2 tasks done
riDuxd opened this issue May 25, 2023 · 3 comments · Fixed by appwrite/sdk-generator#661
Closed
2 tasks done

🐛 Bug Report: Incompatibility with Google Fonts (Flutter) #5583

riDuxd opened this issue May 25, 2023 · 3 comments · Fixed by appwrite/sdk-generator#661
Labels
bug Something isn't working

Comments

@riDuxd
Copy link

riDuxd commented May 25, 2023

👟 Reproduction steps

Add the appwrite and google fonts dependency into the pubspec.yaml

👍 Expected behavior

It should get all the necessary dependencies required for appwrite

👎 Actual Behavior

However, I get a:

Because no versions of google_fonts match >4.0.5 <5.0.0 and google_fonts 4.0.5 depends on http ^1.0.0, google_fonts ^4.0.5 requires http ^1.0.0.
And because appwrite >=7.0.0 depends on http ^0.13.5, google_fonts ^4.0.5 is incompatible with appwrite >=7.0.0.
So, because login depends on both appwrite ^9.0.0 and google_fonts ^4.0.5, version solving failed.

🎲 Appwrite version

Version 1.3.x

💻 Operating system

Linux

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@riDuxd riDuxd added the bug Something isn't working label May 25, 2023
@SoumyadeepOSD
Copy link

Can I work on it?

@2002Bishwajeet
Copy link
Contributor

@riDuxd as a workaround, you can downgrade the google fonts package. According to their changelogs, there isn't any difference in the previous and the latest version (https://pub.dev/packages/google_fonts/changelog)

@riDuxd
Copy link
Author

riDuxd commented May 26, 2023

@riDuxd as a workaround, you can downgrade the google fonts package. According to their changelogs, there isn't any difference in the previous and the latest version (https://pub.dev/packages/google_fonts/changelog)

I'll do that for now then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants