Update README: fix wrong pubspec.yaml (#14)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user