Skip to content

Commit

Permalink
Update README (#172)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MillerAdulu authored and brianegan committed Jul 15, 2019
1 parent 5605d8d commit 47d2357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ In your `pubspec.yaml` file within your Flutter Project:
```yaml
dependencies:
chewie: <latest_version>
video_player: <latest_version>
```
## Use it
Expand Down

0 comments on commit 47d2357

Please sign in to comment.