vikram25897/flutter_cached_video_player

Fatal problem. The app is exited after opening

Opened this issue · 3 comments

The old version 1.03 is good, but there is a fatal problem after upgrading the new version 2.2. The app exits after opening. The cache of 2.0.0-dev.1 doesn't work at all. It will be downloaded repeatedly, and others feedback that the cache is invalid. My pubspec.yaml does not contain the official video player, but I found that the official inventory lies in the external library, so I guess it is included in other plug-ins, resulting in conflicts. I can't use any version of video cache now. Please help us upgrade and resolve this fatal issue. Thank you for your hard work

your issue is resolved or not

your issue is resolved or not

No one answered me. I'm trying to change a native app that supports caching

@dawn789 Try to use this PR #42 as source for cached video player and use it like 1.0.3. Basically replacing VideoPlayer and VideoPlayerController class names to CachedVideoPlayer and CachedVideoPlayerController class names and leave a comment on PR with feedback.