Skip to content

Commit 47d2357

Browse files
MillerAdulubrianegan
authored andcommitted
Update README (fluttercommunity#172)
Adds the package video_player to the dependencies file. From a superficial point of view, it seems as if the chewie package comes with video_player hence it can be confusing when trying to instantiate `VideoPlayerController` and there's an error.
1 parent 5605d8d commit 47d2357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ In your `pubspec.yaml` file within your Flutter Project:
1515
```yaml
1616
dependencies:
1717
chewie: <latest_version>
18+
video_player: <latest_version>
1819
```
1920
2021
## Use it

0 commit comments

Comments
 (0)