dave
dave
When I run the code below, as soon as the beep sounds to start recording the mic, I get "**Network error**": I have no idea what's wrong here. I've: -...
**History check** Yes - I've searched all the issues **Describe the bug** If you change the quality whilst streaming on iOS, nothing happens, unless you manually seek to another point...
I followed the setup instructions exactly. I'm starting downloads from a method like so, which does show progress in the callback (exactly as in the docs): ``` Future startDownload(String url)...
If you try loading an image above 200kb in base64, the app completely crashes. This is repeatable. This shouldn't happen as that's not a large image. Is this a known...
Hi - wanted to say I know this take time and effort on your part. So thank you for this great time-saver. Please update your pub.dev / this repo readme...
**Flutter Version** My version : 3.7.1 **Lib Version** My version : 3.0.6 **Platform (Android / iOS / web) + version** Platform : Android **Describe the bug** `assets_audio_player` is causing the...
I'm currently working on this for a private project. So far I have only done the Web + Android implementation: * Play/Pause * SeekTo * Stop * End of playback...
Thanks for this repo, super useful. I have a particular requirement that I render the day events as a list view, not a month style grid of days, i.e. full...
Hi, Thanks again for this, just letting you know that as of the latest Flutter versions (3.3.7 upwards), I'm encountering the below error when trying to build: ``` - Running...
- mobile_scanner: ^7.0.1 - Android 15 OneUI 7 Samsung - Works absolutely fine in dev / profile mode. In my release build, I tried doing the following: ``` final MobileScannerController...