Christoph Kührer

Results 4 comments of Christoph Kührer

Android Studio doesn't detect them, instead it shows either just one of the devices or just `Unknown`: ![screenshot 2019-01-30 at 10 19 29](https://user-images.githubusercontent.com/20903852/51971058-9cfccf00-2478-11e9-9696-897be2e6527c.png) while `adb devices` returns all connected devices.

You can add the [Gradle Versions Plugin](https://github.com/ben-manes/gradle-versions-plugin) to your project and get a list of updatable dependencies by running the `dependencyUpdates` task

This is happening in case the video loader state is in state `LoadState.success` and `playerController!.value.isInitialized` still equals `false`. A quick and dirty workaround is to change line 117 in `story_video.dart`...

I'm experiencing the same crash when trying to download webp images on iOS, which are currently not supported by this library. Maybe the image you are trying to download is...