-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 699 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (24 loc) · 699 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
name: shared_storage
description: "Flutter plugin to work with external storage and privacy-friendly APIs."
version: 0.7.0
homepage: https://github.com/alexrintt/shared-storage
repository: https://github.com/alexrintt/shared-storage
issue_tracker: https://github.com/alexrintt/shared-storage/issues
documentation: https://github.com/alexrintt/shared-storage
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^1.8.2
flutter:
plugin:
platforms:
android:
package: io.alexrintt.sharedstorage
pluginClass: SharedStoragePlugin