a-marenkov / gsheets

A Dart library for working with Google Sheets API.
Other
80 stars 31 forks source link

Version Conflicts #2

Closed tirth-aubergine closed 4 years ago

tirth-aubergine commented 4 years ago
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!
a-marenkov commented 4 years ago

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!

tirth-aubergine commented 4 years ago

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