Add path_provider for elinux (#12)

Fixed #9
This commit is contained in:
Hidenori Matsubayashi
2021-08-03 10:47:25 +09:00
committed by GitHub
parent 0fe779fc3a
commit 1cc1269f51
24 changed files with 1311 additions and 1 deletions
@@ -0,0 +1,25 @@
name: pathproviderexample
description: Demonstrates how to use the path_provider_elinux plugin.
publish_to: "none"
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
path_provider_elinux:
path: ../
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter:
uses-material-design: true