forked from MixinNetwork/flutter-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
38 lines (34 loc) · 830 Bytes
/
pubspec.yaml
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
33
34
35
36
37
38
name: pasteboard
description: A flutter plugin which could read image,files from clipboard and write files to clipboard.
version: 0.3.0
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/pasteboard
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
web: ^1.0.0
uuid: ^4.0.0
path: ^1.9.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: "^2.0.0"
flutter:
plugin:
platforms:
android:
package: one.mixin.pasteboard
pluginClass: PasteboardPlugin
macos:
pluginClass: PasteboardPlugin
windows:
pluginClass: PasteboardPlugin
linux:
pluginClass: PasteboardPlugin
ios:
pluginClass: PasteboardPlugin
web: