babakcode / flutter_gemini

Flutter Google Gemini SDK
https://pub.dev/packages/flutter_gemini
BSD 3-Clause "New" or "Revised" License
176 stars 53 forks source link

Looks like there is an issue in gemini.textAndImage #36

Closed leviabellar closed 3 months ago

leviabellar commented 3 months ago

I'm having a problem both android and web. Maybe this is because of the new flutter version?

Error dart-sdk/lib/_internal/js_dev_runtime/private/ddcruntime/errors.dart 296:3 throw packages/flutter_gemini/src/utils/gemini_exception_handler_mixin.dart 28:9 handler dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 60:31 dart-sdk/lib/async/zone.dart 1666:54 runBinary dart-sdk/lib/async/future_impl.dart 178:22 handleError dart-sdk/lib/async/future_impl.dart 859:46 handleError

image

ChunhThanhDe commented 3 months ago

Hi @leviabellar, The solution you need is in #33.

leviabellar commented 3 months ago

Yep. Found it and forgot to mark this as resolved. Thanks so much