Fix wrong path in pubspec.yaml (#13)

This commit is contained in:
Hidenori Matsubayashi
2021-08-03 10:52:28 +09:00
committed by GitHub
parent 1cc1269f51
commit 6d61e81d94
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ dependencies:
path_provider_elinux:
git:
url: https://github.com/sony/flutter-elinux-plugins.git
path: packages/path_provider_elinux
path: packages/path_provider
ref: ^1.0.0
```