MaheshPeri19
MaheshPeri19
I got the exact issue. We are using .wav audio format which is not supported by some devices like iPhone 8+, iPhone XR etc. After changing to audio format as...
Any update on this new api?
Yes, we are eagerly waiting for the update with images. Better to have all phones images along with the specifications.
> > > [this](https://api.deviceinfo.xyz) appears to be a similar API available. > > > > > > This returns a 503 error now > > Hi ,we have an api...
Hi, Good one. I am using this project example. If current user or peer user get new message, it is coming as push notification in notification tray. Along with push...
Ok. Thanks for your reply. Any other suggestion without using rx dart package ? As i am not aware of Rxdart.
Thank you. i will watch.
I am storing like in below format to get only chatted users. const kFirebaseUsersCollectionKey = "users"; const kFirebaseTextChattedUsersKey = "chatted_users"; class FirebaseHelpers { // Saving peer user details in current...
Good one. But the issue. It is working for same device wifi / mobile connection on and off. Below is not working case. Tested scenario : connected internet via mobile...
I used below package Add this package in yaml file : flutter_ringtone_player: ^2.0.0 And added below code. @override void initState() { super.initState(); // Start ringtone. FlutterRingtonePlayer.playRingtone(); } Call stop ringtone...