-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (35 loc) · 810 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (35 loc) · 810 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
33
34
35
36
37
38
39
40
name: clipboard_watcher
description: This plugin allows Flutter apps to watch clipboard changes.
version: 0.3.0
homepage: https://github.com/leanflutter/clipboard_watcher
platforms:
linux:
macos:
windows:
ios:
android:
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
dependency_validator: ^3.2.3
# flutter_test:
# sdk: flutter
mostly_reasonable_lints: ^0.1.2
flutter:
plugin:
platforms:
linux:
pluginClass: ClipboardWatcherPlugin
macos:
pluginClass: ClipboardWatcherPlugin
windows:
pluginClass: ClipboardWatcherPlugin
ios:
pluginClass: ClipboardWatcherPlugin
android:
pluginClass: ClipboardWatcherPlugin
package: clipboard.watcher