Update README: fix wrong pubspec.yaml (#14)
This commit is contained in:
@@ -6,12 +6,11 @@ The elinux implementation of [`path_provider`].
|
|||||||
### pubspec.yaml
|
### pubspec.yaml
|
||||||
```Yaml
|
```Yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
path_provider: ^2.0.2
|
|
||||||
path_provider_elinux:
|
path_provider_elinux:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/sony/flutter-elinux-plugins.git
|
url: https://github.com/sony/flutter-elinux-plugins.git
|
||||||
path: packages/path_provider
|
path: packages/path_provider
|
||||||
ref: ^1.0.0
|
ref: main
|
||||||
```
|
```
|
||||||
|
|
||||||
### Source code
|
### Source code
|
||||||
|
|||||||
@@ -16,14 +16,14 @@ $ sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstre
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### `pubspec.yaml`
|
### pubspec.yaml
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
video_player: ^2.1.12
|
video_player: ^2.1.12
|
||||||
video_player_elinux:
|
video_player_elinux:
|
||||||
url: https://github.com/sony/flutter-elinux-plugins.git
|
url: https://github.com/sony/flutter-elinux-plugins.git
|
||||||
path: packages/video_player
|
path: packages/video_player
|
||||||
ref: ^0.9.0
|
ref: main
|
||||||
```
|
```
|
||||||
|
|
||||||
### Source code
|
### Source code
|
||||||
|
|||||||
Reference in New Issue
Block a user