Files
flutter-elinux-plugins/packages/path_provider/pubspec.yaml
T
Hidenori Matsubayashi 1984167a61 [path_provider] update for flutter 3.3.0 release (#54)
Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
2022-09-17 10:37:44 +09:00

29 lines
643 B
YAML

name: path_provider_elinux
description: eLinux implementation of the path_provider plugin
homepage: https://github.com/sony/flutter-elinux-plugins
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/path_provider
version: 1.0.2
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.10.0"
flutter:
plugin:
implements: path_provider
platforms:
elinux:
dartPluginClass: PathProviderELinux
pluginClass: none
dependencies:
flutter:
sdk: flutter
path: ^1.8.0
path_provider_platform_interface: ^2.0.0
xdg_directories: ^0.2.0
dev_dependencies:
flutter_test:
sdk: flutter