diff --git a/demo_app/integration_test/auto_resize_test.dart b/demo_app/integration_test/auto_resize_test.dart index 05b758a5b..0a6da89ee 100644 --- a/demo_app/integration_test/auto_resize_test.dart +++ b/demo_app/integration_test/auto_resize_test.dart @@ -11,7 +11,7 @@ void main() { patrolTest('VideoPlayer', ($) async { final test = _AspectRatioTest( child: VideoPlayer( - 'https://files.daohoangson.com/public/fwfh/flower.mp4', + 'https://flutter-widget-from-html.github.io/pages/flower.mp4', aspectRatio: 1, loadingBuilder: (_, __, ___) => const Center(child: CircularProgressIndicator()), diff --git a/demo_app/lib/screens/hello_world.dart b/demo_app/lib/screens/hello_world.dart index 9c62bcef4..0ca601bb9 100644 --- a/demo_app/lib/screens/hello_world.dart +++ b/demo_app/lib/screens/hello_world.dart @@ -131,7 +131,7 @@ const kHtml = '''