Skip to content

Commit

Permalink
Fixed demo video URL (fluttercommunity#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiphedor authored Mar 27, 2020
1 parent 7bc9efa commit 2668c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
```dart
import 'package:chewie/chewie.dart';
final videoPlayerController = VideoPlayerController.network(
'https://flutter.github.io/assets-for-api-docs/videos/butterfly.mp4');
'https://flutter.github.io/assets-for-api-docs/assets/videos/butterfly.mp4');

final chewieController = ChewieController(
videoPlayerController: videoPlayerController,
Expand Down

0 comments on commit 2668c79

Please sign in to comment.