blob: 9a944e3ec4c724bd290e8de579393eb0be989e0b [file] [log] [blame]
name: share
description: Flutter plugin for sharing content via the platform share UI, using
the ACTION_SEND intent on Android and UIActivityViewController on iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/share
# 0.6.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.6.4+2
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.share
pluginClass: SharePlugin
ios:
pluginClass: FLTSharePlugin
dependencies:
meta: ^1.0.5
flutter:
sdk: flutter
dev_dependencies:
test: ^1.3.0
mockito: ^3.0.0
flutter_test:
sdk: flutter
e2e: ^0.2.0
pedantic: ^1.8.0
environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"