You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run flick-video-player-master [example-lib] this project,
VideoPlayerController.contentUri is only supported on Android.
'package:video_player/video_player.dart':
Failed assertion: line 328 pos 16: 'defaultTargetPlatform == TargetPlatform.android'
The relevant error-causing widget was:
Container
Container:file:///Users/panxin/Downloads/flick-video-player-master/example/lib/short_v
ideo_player/short_video_player/short_video_player.dart:49:18
When the exception was thrown, this was the stack: #2 new VideoPlayerController.contentUri
(package:video_player/video_player.dart:328:16) #3 _FlickMultiPlayerState.initState
(package:example/short_video_player/short_video_player/multi_manager/flick_multi_player.
dart:34:33)
The text was updated successfully, but these errors were encountered:
I run flick-video-player-master [example-lib] this project,
VideoPlayerController.contentUri is only supported on Android.
'package:video_player/video_player.dart':
Failed assertion: line 328 pos 16: 'defaultTargetPlatform == TargetPlatform.android'
The relevant error-causing widget was:
Container
Container:file:///Users/panxin/Downloads/flick-video-player-master/example/lib/short_v
ideo_player/short_video_player/short_video_player.dart:49:18
When the exception was thrown, this was the stack:
#2 new VideoPlayerController.contentUri
(package:video_player/video_player.dart:328:16)
#3 _FlickMultiPlayerState.initState
(package:example/short_video_player/short_video_player/multi_manager/flick_multi_player.
dart:34:33)
The text was updated successfully, but these errors were encountered: