UmairSaqibBhutta
UmairSaqibBhutta
I am using `audioplayers` for playing audio in web but facing upper given error. I am using as : `return PlayerWidget( voiceUrl: message.uri, player: audioPlayer, );` where PlayerWidget is: `...
I am using `audioplayers` for playing audio in web but facing upper given error. I am using as : `return PlayerWidget( voiceUrl: message.uri, player: audioPlayer, );` where PlayerWidget is: `...
Hi! I am using flutter_sound. Can I upload the recorded sounded with API without storing them in the local storage of the device? If first storing into the local storage...
I am using flutter_html as a audio player for a url. Everythig is working well but design is not looking good. I want to remove speedometer from design. Please any...
below is my html but it showing only first line and 3 bullets. Other data is not showing "\r\n Here's how we make it easy to sell offer or earn...
I am using `HtmlWidget `as a audio player for a URL. Everything working well but audio is too low and difficult to hear. My code is: `HtmlWidget("""
I have a string that can sometimes have HTML. String has line breaks ( not `` ). If I use the `Text` Widget then, the string shows the right line...
I have a textfield of message where I want to use user mention feature but I have no option to use my predefined textfield.
I am using hive for data persistence and now I want to delete data at a particular key of a box. But `delete ` method is not working, My code...
I want to send a pdf file through the message service. But some iPhone devices does not support MMS service and I want to detect this. But I'm unable to...