Procházet zdrojové kódy

Update README (#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.
Miller Adulu před 6 roky
rodič
revize
47d2357484
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -15,6 +15,7 @@ In your `pubspec.yaml` file within your Flutter Project:
 ```yaml
 dependencies:
   chewie: <latest_version>
+  video_player: <latest_version>
 ```
 
 ## Use it