File tree 3 files changed +6
-2
lines changed
packages/video_player/video_player 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.5
2
+
3
+ * Update example code in README to fix broken url.
4
+
1
5
## 2.1.4
2
6
3
7
* Add an exoplayer URL to the maven repositories to address
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class _VideoAppState extends State<VideoApp> {
79
79
void initState() {
80
80
super.initState();
81
81
_controller = VideoPlayerController.network(
82
- 'https://www. sample-videos.com/video123/mp4/720/big_buck_bunny_720p_20mb.mp4')
82
+ 'https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_20mb.mp4')
83
83
..initialize().then((_) {
84
84
// Ensure the first frame is shown after the video is initialized, even before the play button has been pressed.
85
85
setState(() {});
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Flutter plugin for displaying inline video with other Flutter
3
3
widgets on Android, iOS, and web.
4
4
repository : https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
5
5
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
6
- version : 2.1.4
6
+ version : 2.1.5
7
7
8
8
environment :
9
9
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments