Skip to content

Instantly share code, notes, and snippets.

@MCarlomagno
Created June 26, 2020 22:25
Show Gist options
  • Save MCarlomagno/8d27fed340cd552bb660bcfbbb6788a3 to your computer and use it in GitHub Desktop.
Save MCarlomagno/8d27fed340cd552bb660bcfbbb6788a3 to your computer and use it in GitHub Desktop.
...
child: Container(
width: MediaQuery.of(context).size.width,
height: 500,
child: KiddVideoPlayer(
videoUrl: "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
fromUrl: true,
),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment