Christoph Kührer
Christoph Kührer
Android Studio doesn't detect them, instead it shows either just one of the devices or just `Unknown`:  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...