a-marenkov / gsheets

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

Will you do it for flutter web ? #32

Open catalunha opened 4 years ago

catalunha commented 4 years ago

Congratulations on the project. Maybe you are already able and you still haven't updated. You can check it out for us and update on the puspec.

a-marenkov commented 4 years ago

Hi @catalunha! Oddly it seems to work with flutter web even though pub.dev says otherwise, it's because googleapis_auth not fully supports it.

Unfortunatly, i can't deliver full flutter web support right now. To do that i need to fork/replace googleapis_auth in gsheets.

If you can do that, PRs are welcome. Thanks.

Protoss78 commented 1 year ago

Just because I stumpled upon this issue right now - googleapis_auth seems to already support web in its latest version (1.3.1 right now). See https://pub.dev/packages/googleapis_auth for verification.