babakcode / flutter_gemini

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

Error with Gemini.instance.textAndImage #29

Closed tuantung closed 3 months ago

tuantung commented 3 months ago

flutter_gemini: ^2.0.4

Throw exception when using Gemini.instance.textAndImage

`flutter: type 'List' is not a subtype of type 'Map<String, Object?>' flutter:

0 GeminiImpl.textAndImage (package:flutter_gemini/src/implement/gemini_implement.dart:368:45)

` Do you have any suggestions for this problem? Please help me check