forked from flutter-team-archive/plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (25 loc) · 727 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
29 lines (25 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: path_provider_macos
description: macOS implementation of the path_provider plugin
repository: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
version: 2.0.4
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
flutter:
plugin:
implements: path_provider
platforms:
macos:
pluginClass: PathProviderPlugin
dartPluginClass: PathProviderMacOS
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
path_provider_platform_interface: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
path: ^1.8.0
pedantic: ^1.10.0