Fix wrong path in pubspec.yaml (#13)
This commit is contained in:
@@ -10,7 +10,7 @@ dependencies:
|
|||||||
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_elinux
|
path: packages/path_provider
|
||||||
ref: ^1.0.0
|
ref: ^1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -14,15 +14,15 @@ $ sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstre
|
|||||||
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav
|
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting Started
|
## 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:
|
||||||
git:
|
url: https://github.com/sony/flutter-elinux-plugins.git
|
||||||
url: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/video_player/video_player
|
path: packages/video_player
|
||||||
ref: ^0.9.0
|
ref: ^0.9.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user