-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpubspec.yaml
More file actions
26 lines (23 loc) · 631 Bytes
/
pubspec.yaml
File metadata and controls
26 lines (23 loc) · 631 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
name: share_plus_platform_interface
description: A common platform interface for the share_plus plugin.
version: 6.1.0
homepage: https://github.com/fluttercommunity/plus_plugins
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
dependencies:
cross_file: ^0.3.3+4
flutter:
sdk: flutter
meta: ^1.8.0
mime: ">=1.0.4 <3.0.0"
plugin_platform_interface: ^2.1.4
path_provider: ^2.0.14
uuid: ">=3.0.7 <5.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.0
flutter_lints: ">=4.0.0 <6.0.0"
test: ^1.22.0
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"