meshileya
meshileya
@harifsp , where you be to get this fixed pls?
Have you been able to get this done??? @sundar-malya
@adelburekovic , i tried listening to the state as well using this ``` if player.timeControlStatus == .paused{ do{ try self.session!.setActive(false, options: .notifyOthersOnDeactivation) }catch let error { print("ERROR==> \(error.localizedDescription)") } }...
I keep getting this error com.google.firebase.database.DatabaseException: Calls to setPersistenceEnabled() must be made before any other usage of FirebaseDatabase instance.
I think I was able to get it working by configuring the Firebase Cloud function.
I have been able to resolve this for iOS...what I did was just to replace with flutter_blue: git: git://github.com/pauldemarco/flutter_blue.git
why not try out the ArcProgress, whereby you can make use of the custom:arc_suffix_text="seconds"
thanks so much @amardeshbd i sincerely do appreciate...what i do like to ask is, since i added it as a dependency inside my build.gradle file, is there a way i...
thanks for the reply @amardeshbd i do like to know the quickest way to get this done, if i want to make the percentage dynamic..like, representing this donutprogress bar with...
``` public void onBackPressed(){ if (exoPlayer != null) { if (exoPlayer != null) { exoPlayer.setPlayWhenReady(false); exoPlayer.stop(); exoPlayer.seekTo(0); } finish(); } } ``` I was able to fix it with this...