瀏覽代碼

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 6 年之前
父節點
當前提交
47d2357484
共有 1 個文件被更改,包括 1 次插入0 次删除
  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