File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,11 @@ class _ChewieDemoState extends State<ChewieDemo> {
41
41
}
42
42
43
43
List <String > srcs = [
44
- 'http://vfx.mtime.cn/Video/2019/03/19/mp4/190319222227698228.mp4' ,
45
- 'http://vfx.mtime.cn/Video/2019/03/19/mp4/190319212559089721.mp4' ,
46
- 'http://vfx.mtime.cn/Video/2019/03/18/mp4/190318231014076505.mp4' ,
44
+ "https://www.w3schools.com/html/movie.mp4" ,
45
+ 'https://media.w3.org/2010/05/sintel/trailer.mp4' ,
46
+ // 'http://vfx.mtime.cn/Video/2019/03/19/mp4/190319222227698228.mp4',
47
+ // 'http://vfx.mtime.cn/Video/2019/03/19/mp4/190319212559089721.mp4',
48
+ // 'http://vfx.mtime.cn/Video/2019/03/18/mp4/190318231014076505.mp4',
47
49
// "https://assets.mixkit.co/videos/preview/mixkit-spinning-around-the-earth-29351-large.mp4",
48
50
// "https://assets.mixkit.co/videos/preview/mixkit-daytime-city-traffic-aerial-view-56-large.mp4",
49
51
// "https://assets.mixkit.co/videos/preview/mixkit-a-girl-blowing-a-bubble-gum-at-an-amusement-park-1226-large.mp4"
Original file line number Diff line number Diff line change 1
- import 'package:chewie_example/my_test_app.dart' ;
2
1
import 'package:flutter/material.dart' ;
3
2
3
+ import 'my_test_app.dart' ;
4
+
4
5
void main () {
5
6
runApp (
6
7
const MyDemo (),
8
+ // const ChewieDemo(),
7
9
);
8
10
}
You can’t perform that action at this time.
0 commit comments