Play and pause a video

cookbook

By Flutter

local_offer Tags
Cookbook article

Playing videos is a common task in app development, and Flutter apps are no exception. To play videos, the Flutter team provides the video_player plugin. You can use the video_player plugin to play videos stored on the file system, as an asset, or from the internet.