1
1
# clipboard_watcher
2
2
3
- [ ![ pub version] [ pub-image ]] [ pub-url ] [ ![ ] [ discord-image ]] [ discord-url ] ![ ] [ visits-count-image ]
3
+ [ ![ pub version] [ pub-image ]] [ pub-url ] [ ![ ] [ discord-image ]] [ discord-url ] ![ ] [ visits-count-image ]
4
4
5
5
[ pub-image ] : https://img.shields.io/pub/v/clipboard_watcher.svg
6
6
[ pub-url ] : https://pub.dev/packages/clipboard_watcher
7
-
8
7
[ discord-image ] : https://img.shields.io/discord/884679008049037342.svg
9
8
[ discord-url ] : https://discord.gg/zPa6EZ2jqb
10
-
11
9
[ visits-count-image ] : https://img.shields.io/badge/dynamic/json?label=Visits%20Count&query=value&url=https://api.countapi.xyz/hit/leanflutter.clipboard_watcher/visits
12
10
13
- This plugin allows Flutter desktop apps to watch clipboard changes.
11
+ This plugin allows Flutter apps to watch clipboard changes.
14
12
15
13
---
16
14
@@ -33,13 +31,13 @@ English | [简体中文](./README-ZH.md)
33
31
34
32
## Platform Support
35
33
36
- | Platform| Support|
37
- | ---| :---|
38
- | Linux| ✔️ Fully supported|
39
- | macOS| ✔️ Fully supported|
40
- | Windows| ✔️ Fully supported|
41
- | iOS| 14+ Needs user permission to read data copied from others apps<br >Old versions are fully supported out of the box|
42
- | Android| 10+ Only works when the app is in the foreground<br >Old versions are fully supported out of the box|
34
+ | Platform | Support |
35
+ | -------- | :---------------------------------------------------------------------------------------------------------------- |
36
+ | Linux | ✔️ Fully supported |
37
+ | macOS | ✔️ Fully supported |
38
+ | Windows | ✔️ Fully supported |
39
+ | iOS | 14+ Needs user permission to read data copied from others apps<br >Old versions are fully supported out of the box |
40
+ | Android | 10+ Only works when the app is in the foreground<br >Old versions are fully supported out of the box |
43
41
44
42
## Quick Start
45
43
@@ -49,7 +47,7 @@ Add this to your package's pubspec.yaml file:
49
47
50
48
``` yaml
51
49
dependencies :
52
- clipboard_watcher : ^0.1.3
50
+ clipboard_watcher : ^0.2.0
53
51
` ` `
54
52
55
53
Or
0 commit comments