Skip to content

Commit 9eb8db4

Browse files
committed
v0.2.0
1 parent eaa5f95 commit 9eb8db4

File tree

8 files changed

+35
-30
lines changed

8 files changed

+35
-30
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0
2+
3+
* Add mobile support (#8) @ademar111190
4+
15
## 0.1.3
26

37
* [linux] fix memory leaks & cosmetic clean up #7

README-ZH.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# clipboard_watcher
22

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]
44

55
[pub-image]: https://img.shields.io/pub/v/clipboard_watcher.svg
66
[pub-url]: https://pub.dev/packages/clipboard_watcher
7-
87
[discord-image]: https://img.shields.io/discord/884679008049037342.svg
98
[discord-url]: https://discord.gg/zPa6EZ2jqb
10-
119
[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
1210

13-
这个插件允许 Flutter 桌面应用程序观察剪贴板的变化
11+
这个插件允许 Flutter 应用程序观察剪贴板的变化
1412

1513
---
1614

@@ -33,9 +31,13 @@
3331

3432
## 平台支持
3533

36-
| Linux | macOS | Windows |
37-
| :---: | :---: | :-----: |
38-
| ✔️ | ✔️ | ✔️ |
34+
| 平台 | 支持 |
35+
| ------- | :--------------------------------------------------------------------- |
36+
| Linux | ✔️ 完全支持 |
37+
| macOS | ✔️ 完全支持 |
38+
| Windows | ✔️ 完全支持 |
39+
| iOS | 14+ 需要用户权限才能读取从其他应用复制的数据<br>旧版本完全支持开箱即用 |
40+
| Android | 10+ 仅当应用程序位于前台时有效<br>旧版本完全支持开箱即用 |
3941

4042
## 快速开始
4143

@@ -45,7 +47,7 @@
4547

4648
```yaml
4749
dependencies:
48-
clipboard_watcher: ^0.1.3
50+
clipboard_watcher: ^0.2.0
4951
```
5052
5153

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# clipboard_watcher
22

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]
44

55
[pub-image]: https://img.shields.io/pub/v/clipboard_watcher.svg
66
[pub-url]: https://pub.dev/packages/clipboard_watcher
7-
87
[discord-image]: https://img.shields.io/discord/884679008049037342.svg
98
[discord-url]: https://discord.gg/zPa6EZ2jqb
10-
119
[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
1210

13-
This plugin allows Flutter desktop apps to watch clipboard changes.
11+
This plugin allows Flutter apps to watch clipboard changes.
1412

1513
---
1614

@@ -33,13 +31,13 @@ English | [简体中文](./README-ZH.md)
3331

3432
## Platform Support
3533

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 |
4341

4442
## Quick Start
4543

@@ -49,7 +47,7 @@ Add this to your package's pubspec.yaml file:
4947

5048
```yaml
5149
dependencies:
52-
clipboard_watcher: ^0.1.3
50+
clipboard_watcher: ^0.2.0
5351
```
5452
5553
Or

example/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.11'
1+
platform :osx, '10.14'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
clipboard_watcher: a71da520051c24c1b969a411b3e152d4dcc93ca5
18-
FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
18+
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
1919

20-
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
20+
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
2121

2222
COCOAPODS: 1.11.3

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXAggregateTarget section */
@@ -273,6 +273,7 @@
273273
};
274274
3399D490228B24CF009A79C7 /* ShellScript */ = {
275275
isa = PBXShellScriptBuildPhase;
276+
alwaysOutOfDate = 1;
276277
buildActionMask = 2147483647;
277278
files = (
278279
);
@@ -404,7 +405,7 @@
404405
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
405406
GCC_WARN_UNUSED_FUNCTION = YES;
406407
GCC_WARN_UNUSED_VARIABLE = YES;
407-
MACOSX_DEPLOYMENT_TARGET = 10.11;
408+
MACOSX_DEPLOYMENT_TARGET = 10.14;
408409
MTL_ENABLE_DEBUG_INFO = NO;
409410
SDKROOT = macosx;
410411
SWIFT_COMPILATION_MODE = wholemodule;
@@ -483,7 +484,7 @@
483484
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
484485
GCC_WARN_UNUSED_FUNCTION = YES;
485486
GCC_WARN_UNUSED_VARIABLE = YES;
486-
MACOSX_DEPLOYMENT_TARGET = 10.11;
487+
MACOSX_DEPLOYMENT_TARGET = 10.14;
487488
MTL_ENABLE_DEBUG_INFO = YES;
488489
ONLY_ACTIVE_ARCH = YES;
489490
SDKROOT = macosx;
@@ -530,7 +531,7 @@
530531
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
531532
GCC_WARN_UNUSED_FUNCTION = YES;
532533
GCC_WARN_UNUSED_VARIABLE = YES;
533-
MACOSX_DEPLOYMENT_TARGET = 10.11;
534+
MACOSX_DEPLOYMENT_TARGET = 10.14;
534535
MTL_ENABLE_DEBUG_INFO = NO;
535536
SDKROOT = macosx;
536537
SWIFT_COMPILATION_MODE = wholemodule;

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages:
3131
path: ".."
3232
relative: true
3333
source: path
34-
version: "0.1.3"
34+
version: "0.2.0"
3535
clock:
3636
dependency: transitive
3737
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: clipboard_watcher
2-
description: This plugin allows Flutter desktop apps to watch clipboard changes.
3-
version: 0.1.3
2+
description: This plugin allows Flutter apps to watch clipboard changes.
3+
version: 0.2.0
44
homepage: https://github.com/leanflutter/clipboard_watcher
55

66
platforms:

0 commit comments

Comments
 (0)