Oleksandr Parfionov
Oleksandr Parfionov
**Remember to specify the plugin name in the title!** ### Device / Emulator and OS Please complete the following information for each phone and/or emulator you're experiencing this bug on:...
## Steps to Reproduce Add `onImageForAnalysis` callback to example app. It can be as simple as ``` onImageForAnalysis: (image) async { print('######################'); print(image.toInputImage()); print('######################'); } ``` ## Expected results Video...
**Is your feature request related to a problem? Please describe.** Currently I can only subscribe and unsubscribe to/from an audio track which may be inconvenient if one of the participants...
**Describe the bug** The fresh and up-to-date data is returned only on the very first query. The subsequent queries return the subset of the very first query: as the time...
Hi. Thanks for this analog of `flutter_firebase_chat_core` for Supabase. I noticed a small issue in the last commit for Flutter 3.22.x. The actual Dart SDK for 3.22.0 release is 3.4.0....
I was trying to run some examples but apparently GPU with 8GB of memory is not enough. When I checked the code of the package I noticed that there is...