a-marenkov / gsheets

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

Cannot import package #48

Closed Scylla2020 closed 3 years ago

Scylla2020 commented 3 years ago

I've installed the library but this line still shows an error import 'package:gsheets/gsheets.dart'; Also the tutorial about getting credentials doesnt show where the other values like client_id, client_x509_cert_url come from? Package is pretty much unusable at this time

a-marenkov commented 3 years ago

I've installed the library but this line still shows an error import 'package:gsheets/gsheets.dart'; Also the tutorial about getting credentials doesnt show where the other values like client_id, client_x509_cert_url come from? Package is pretty much unusable at this time

Hi @Scylla2020

I'm sorry that you had bad experience setting up the gsheets.

Regarding credentials. What tutorial are you referring to? I have placed the link to the tutorial "How to get credentials" in readme and example comments.

Regarding import error. Could you please elaborate on the error? Does dart analysis say what the error is? What version of dart/flutter sdk you're using and what version of gsheets?

a-marenkov commented 3 years ago

Closing due to no reply