a-marenkov/gsheets

Version Conflicts

Closed this issue · 2 comments

Because every version of flutter from sdk depends on meta 1.1.7 and every version of gsheets depends on meta ^1.1.8, flutter from sdk is incompatible with gsheets.

So, because certificate_generator depends on both flutter any from sdk and gsheets any, version solving failed.
pub upgrade failed (1)

Output of Flutter Doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.9.1+hotfix.6, on Linux, locale en_IN)
 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.40.2)
[✓] Connected device (1 available)

• No issues found!

Hi! Thanks for checking out gsheets library and providing your feedback!

I have lowered version of meta package to make gsheets compatible with flutter stable branch.

Could you please check gsheets 0.1.1 and let me know that everything works now.

Thanks!

It's working fine. Thanks a lot for fixing it and creating this awesome package ❤️