flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

Video Playing in background for few second. #28

Closed satishsoni777 closed 4 years ago

satishsoni777 commented 4 years ago

Can I play a video, behind the clock for a few seconds? using stack.

josephchenghmlet commented 4 years ago

It should be allowed. Ensure that the video dependency works for fuschia. And if you are using open source or downloaded video, make sure the source license is valid.

jkurtw commented 4 years ago

As long as you have the video packaged with your app (don't need internet to fetch it) and the license checks out, then you are fine. It doesn't need to work on Fuchsia :-)