forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 785 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (28 loc) · 785 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
30
31
32
name: share
description: Flutter plugin for sharing content via the platform share UI, using
the ACTION_SEND intent on Android and UIActivityViewController on iOS.
repository: https://github.com/flutter/plugins/tree/master/packages/share
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+share%22
version: 2.0.4
environment:
flutter: ">=1.12.13+hotfix.5"
sdk: ">=2.12.0 <3.0.0"
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.share
pluginClass: SharePlugin
ios:
pluginClass: FLTSharePlugin
dependencies:
meta: ^1.3.0
mime: ^1.0.0
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
pedantic: ^1.10.0