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