Ibrahim Yildirim
Ibrahim Yildirim
Hi, I just started using Rive and I love it! It's really amazing what you guys have created. I'm using it on a new project, where I will be using...
## Environment | Technology | Version | |-----------------| ------------- | | Flutter version |3.7.6 | | Plugin version |6.0.0-beta.22| | Android version |Android 10| | iOS version |16.2| | macOS...
**Which API doesn't behave as documented, and how does it misbehave?** `iOS` When calling `setVolume()` with value from a Slider the playing audio pauses/breaks and continues only after the slider...
When using `checkAndRequest` or `requestPermissions`, with `await` it doesn't wait for the user input but rather just jumps to the next line. Example ``` await _audioQuery.checkAndRequest().then((value) async { _hasPermission =...
Hi, Thank you so much for creating this package. Of all the the YouTube packages, I love this the most. But I have issue with captions. I am adding a...
I was just wondering if it would be possible to add the feature to adjust volume? It seems it's only possible to `toggleVolume` to mute/unmute.