Update README: fix wrong pubspec.yaml (#14)

This commit is contained in:
Hidenori Matsubayashi
2021-08-03 12:57:15 +09:00
committed by GitHub
parent 6d61e81d94
commit 6eed119327
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -6,12 +6,11 @@ The elinux implementation of [`path_provider`].
### pubspec.yaml
```Yaml
dependencies:
path_provider: ^2.0.2
path_provider_elinux:
git:
url: https://github.com/sony/flutter-elinux-plugins.git
path: packages/path_provider
ref: ^1.0.0
ref: main
```
### Source code
+2 -2
View File
@@ -16,14 +16,14 @@ $ sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstre
## Usage
### `pubspec.yaml`
### pubspec.yaml
```yaml
dependencies:
video_player: ^2.1.12
video_player_elinux:
url: https://github.com/sony/flutter-elinux-plugins.git
path: packages/video_player
ref: ^0.9.0
ref: main
```
### Source code