Arash V

Results 35 comments of Arash V

@ryanheise It's me that should thank you for your time and awsome plugin 🙂. Tested with the `example_playlist.dart` >If you just add the TTS plugin to your pubspec without doing...

Yes, but the only thing that does not work in `example_multiple_handlers.dart` is the update from the TTS-handler to the Control Center, fx. when I pause the TTS inside the app...

hmm, I'm not sure if the second option will work, becasue in our app the TTS and Mp3 events are very similar. Let me know if there is anything I...

Have anyone found a solution for this?

@DavBfr So far I have created this POC method where it could add a label to the bar chart. ```dart void _drawLabel(Context context, ChartGrid grid, T value) { switch (axis)...

> I'll take a look at this later today. Thank you 🙏

@DavBfr Thank you so much for your time and great info, I'll continue to work on it 🙂.

@ryanheise We also get lots of complaints from our android users that playback pauses after some minutes :(. Seems that this issue is only on android 12 and 13. Could...

@ryanheise Thanks for the info, seems that the first option will be more suitable, but I'll get back when we have investigated both options :).

Yes, that's true, I've now also tested this on earlier versions of iOS and it works without any issues so it only happens on iOS 16.0+. I have set `R2EnableLog(withMinimumSeverityLevel:...