Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lg8294 committed Aug 27, 2024
1 parent df9d8f0 commit ba00f80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions example/lib/app/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ class _ChewieDemoState extends State<ChewieDemo> {
}

List<String> srcs = [
'http://vfx.mtime.cn/Video/2019/03/19/mp4/190319222227698228.mp4',
'http://vfx.mtime.cn/Video/2019/03/19/mp4/190319212559089721.mp4',
'http://vfx.mtime.cn/Video/2019/03/18/mp4/190318231014076505.mp4',
"https://www.w3schools.com/html/movie.mp4",
'https://media.w3.org/2010/05/sintel/trailer.mp4',
// 'http://vfx.mtime.cn/Video/2019/03/19/mp4/190319222227698228.mp4',
// 'http://vfx.mtime.cn/Video/2019/03/19/mp4/190319212559089721.mp4',
// 'http://vfx.mtime.cn/Video/2019/03/18/mp4/190318231014076505.mp4',
// "https://assets.mixkit.co/videos/preview/mixkit-spinning-around-the-earth-29351-large.mp4",
// "https://assets.mixkit.co/videos/preview/mixkit-daytime-city-traffic-aerial-view-56-large.mp4",
// "https://assets.mixkit.co/videos/preview/mixkit-a-girl-blowing-a-bubble-gum-at-an-amusement-park-1226-large.mp4"
Expand Down
4 changes: 3 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import 'package:chewie_example/my_test_app.dart';
import 'package:flutter/material.dart';

import 'my_test_app.dart';

void main() {
runApp(
const MyDemo(),
// const ChewieDemo(),
);
}

0 comments on commit ba00f80

Please sign in to comment.