rettet-die-stille

Results 10 comments of rettet-die-stille

Thank you for the very quick reply! I tried ".changePace(true)" but had the problem that the app started to react funny after a while when I executed ".changePace(true)" every second....

Yes, I was afraid of this answer. If I execute it only once, I continue to have the problem that the location updates stop after a while. I also tried...

stopTimeout, yes, I oversaw that in the docs, you made my day!

I read "Philosophy of Operation" again and I added "stopTimeout: 15" to the config above. But that did not solve the problem. I am in moving state all the time,...

Wow, after first tests "distanceFilter: 0" seems to do the trick! I tested it on an iPhone and distanceFilter: 0 seems to activate time-based location tracking even on an iOS...

So if I do not set locationUpdateInterval on both Android and iOS it is ~1Hz. That would be perfect for me.

> Please attach: > > 1. `pubspec.yaml` and `pubspec.lock` > 2. `ios/Podfile` > 3. Confirm whether or not you have added _any_ native code directly to your Runner? (E.g., modified...

> his method helped me. Add the following content to the assets_audio_player_web library Yes, that did it for me! Thank You!

thanx, yes, I tried that, but on iOS the just_audio library does not play in background mode , even whem comfigured with audio_serviice

> private fun getSmallIcon(context: Context): Int { > return android.R.drawable.ic_media_play > } > > private fun getPlayIcon(context: Context, resourceName: String?): Int { > return android.R.drawable.ic_media_play > } > > private...