'Play video when clicking a button on Flutter
I have a video from my assets I want to be played when a button is clicked on my Android Flutter app, but without having the normal actions like pause, play...etc. And I will add a "skip" button on the video that will navigate to another page, is that all possible?
Solution 1:[1]
Yes You can play video in Background and add skip button on it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jasmin Sojitra |
