Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: update test video source
  • Loading branch information
bselwe committed Jul 20, 2021
commit 725f6c4a8b4bee7eae0a7fecb9f2459141de191e
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ void main() {
mediaDevices = MockMediaDevices();

final videoElement = VideoElement()
..src = 'https://www.w3schools.com/tags/mov_bbb.mp4'
..src =
'https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4'
..preload = 'true'
..width = 10
..height = 10;
Expand Down