Ver código fonte

Example: Fix URL of first video

Ben Hagen 7 anos atrás
pai
commit
2c6731c22f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      example/lib/main.dart

+ 1 - 1
example/lib/main.dart

@@ -76,7 +76,7 @@ class _ChewieDemoState extends State<ChewieDemo> {
                     onPressed: () {
                       setState(() {
                         _controller = new VideoPlayerController.network(
-                          'https://flutter.github.io/assets-for-api-docs/videos/butterfly.mp4',
+                          'https://github.com/flutter/assets-for-api-docs/blob/master/assets/videos/butterfly.mp4?raw=true',
                         );
                       });
                     },