a-marenkov / gsheets

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

Exception Occurred. _CastError #57

Closed elomayry closed 1 year ago

elomayry commented 2 years ago

Hello , i was using this package perfectly but recently this error appears i create an new project for test but it gave the same problem as

a-marenkov commented 2 years ago

Hi @elomayry

There were no changes to gsheets and i cannot reproduce the error.

Can you please provide the stack trace and minimal example that reproduces the error?

elomayry commented 2 years ago

Starting a Gradle Daemon, 2 incompatible and 2 stopped Daemons could not be reused, use --status for details Task :app:compileDebugKotlin FAILED

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 21s 17 actionable tasks: 6 executed, 11 up-to-date

an simple example with two files main.dart and gsheets.dart gsheettest.zip

elomayry commented 2 years ago

The problem appear in debug mode on emulator after i had created a release apk and installed on my device it work

but problem still present on emulator on debug mode

a-marenkov commented 1 year ago

it does not look like the issue is with the gsheets