Skip to content

Commit ba00f80

Browse files
committed
update
1 parent df9d8f0 commit ba00f80

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

example/lib/app/app.dart

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ class _ChewieDemoState extends State<ChewieDemo> {
4141
}
4242

4343
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',
4749
// "https://assets.mixkit.co/videos/preview/mixkit-spinning-around-the-earth-29351-large.mp4",
4850
// "https://assets.mixkit.co/videos/preview/mixkit-daytime-city-traffic-aerial-view-56-large.mp4",
4951
// "https://assets.mixkit.co/videos/preview/mixkit-a-girl-blowing-a-bubble-gum-at-an-amusement-park-1226-large.mp4"

example/lib/main.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
import 'package:chewie_example/my_test_app.dart';
21
import 'package:flutter/material.dart';
32

3+
import 'my_test_app.dart';
4+
45
void main() {
56
runApp(
67
const MyDemo(),
8+
// const ChewieDemo(),
79
);
810
}

0 commit comments

Comments
 (0)