Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb309bc commit bf57107Copy full SHA for bf57107
packages/video_player/video_player/README.md
@@ -77,7 +77,7 @@ class _VideoAppState extends State<VideoApp> {
77
void initState() {
78
super.initState();
79
_controller = VideoPlayerController.network(
80
- 'http://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_20mb.mp4')
+ 'https://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_20mb.mp4')
81
..initialize().then((_) {
82
// Ensure the first frame is shown after the video is initialized, even before the play button has been pressed.
83
setState(() {});
0 commit comments