Rogi Solorzano

Results 3 comments of Rogi Solorzano

Also seeing this issue on Android 11. When I select 'Only this time' or 'While using the app', `getCurrentPosition` is timing out.

Recently ran into this same error and found that it was because I had missed the permissions that were needed in the [Android Setup instructions](https://github.com/ryanheise/just_audio/blob/minor/just_audio_background/README.md#android-setup). Took a look at your...

Also running into this on Android API 30, flutter version 3.24.3. Overriding `video_player_android` to a version that does not support impeller (2.7.1) displays the video correctly. ``` dependency_overrides: video_player_android: 2.7.1...