DenisovAV / flutter_gemma

The Flutter plugin allows running the Gemma AI model locally on a device from a Flutter application.
MIT License
55 stars 17 forks source link

How can I fix the crash issue, when i combine the `flutter_gemma` and `camera` packages in my app? #22

Closed Ruban-07 closed 1 month ago

Ruban-07 commented 1 month ago

I've used the flutter_gemma package in my application. And I've used a camera package.

If I open the camera and the camera is working, but if I try to capture a picture or if I do anything inside the camera screen, my app is crashing.

When I run those things separately, it's working fine, but when a put them in a same app, the app is crashing.

How can I fix this???

In this issue, I didn't even got any crash error or any other build error, it just crashing my app.

Help me to fix this issue.

Exactly, it's happening when I used these below 2 packages in a single app:

  1. flutter_gemma
  2. camera
Ruban-07 commented 1 month ago

This seems to be another package, mistakenly raised this issue, thanks!