I get a list of video files now I want to play the video using path, for example, video path is ‘storage/emulated/0/vedio1.mp4’. how can I play it? now.
I get a list of video files now I want to play the video using path, for example, video path is ‘storage/emulated/0/vedio1.mp4’. how can I play it? now.
3
Answers
with video_player package with that controller VideoPlayerController.file(…
https://pub.dev/documentation/video_player/latest/video_player/VideoPlayerController/VideoPlayerController.file.html
Use flutter’s video_player
Example:
Refer Flutter CookBook
// Inject video_player & chewie dependencies in your pubspec.yaml
// And use like this…