Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 5, 2023
1 parent eaa5f95 commit 9eb8db4
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 30 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

* Add mobile support (#8) @ademar111190

## 0.1.3

* [linux] fix memory leaks & cosmetic clean up #7
Expand Down
18 changes: 10 additions & 8 deletions README-ZH.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# clipboard_watcher

[![pub version][pub-image]][pub-url] [![][discord-image]][discord-url] ![][visits-count-image]
[![pub version][pub-image]][pub-url] [![][discord-image]][discord-url] ![][visits-count-image]

[pub-image]: https://img.shields.io/pub/v/clipboard_watcher.svg
[pub-url]: https://pub.dev/packages/clipboard_watcher

[discord-image]: https://img.shields.io/discord/884679008049037342.svg
[discord-url]: https://discord.gg/zPa6EZ2jqb

[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

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

---

Expand All @@ -33,9 +31,13 @@

## 平台支持

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

## 快速开始

Expand All @@ -45,7 +47,7 @@

```yaml
dependencies:
clipboard_watcher: ^0.1.3
clipboard_watcher: ^0.2.0
```
Expand Down
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# clipboard_watcher

[![pub version][pub-image]][pub-url] [![][discord-image]][discord-url] ![][visits-count-image]
[![pub version][pub-image]][pub-url] [![][discord-image]][discord-url] ![][visits-count-image]

[pub-image]: https://img.shields.io/pub/v/clipboard_watcher.svg
[pub-url]: https://pub.dev/packages/clipboard_watcher

[discord-image]: https://img.shields.io/discord/884679008049037342.svg
[discord-url]: https://discord.gg/zPa6EZ2jqb

[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

This plugin allows Flutter desktop apps to watch clipboard changes.
This plugin allows Flutter apps to watch clipboard changes.

---

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

## Platform Support

|Platform|Support|
|---|:---|
|Linux|✔️ Fully supported|
|macOS|✔️ Fully supported|
|Windows|✔️ Fully supported|
|iOS|14+ Needs user permission to read data copied from others apps<br>Old versions are fully supported out of the box|
|Android|10+ Only works when the app is in the foreground<br>Old versions are fully supported out of the box|
| Platform | Support |
| -------- | :---------------------------------------------------------------------------------------------------------------- |
| Linux | ✔️ Fully supported |
| macOS | ✔️ Fully supported |
| Windows | ✔️ Fully supported |
| iOS | 14+ Needs user permission to read data copied from others apps<br>Old versions are fully supported out of the box |
| Android | 10+ Only works when the app is in the foreground<br>Old versions are fully supported out of the box |

## Quick Start

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

```yaml
dependencies:
clipboard_watcher: ^0.1.3
clipboard_watcher: ^0.2.0
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/macos/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :osx, '10.11'
platform :osx, '10.14'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
clipboard_watcher: a71da520051c24c1b969a411b3e152d4dcc93ca5
FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24

PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.11.3
9 changes: 5 additions & 4 deletions example/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down Expand Up @@ -273,6 +273,7 @@
};
3399D490228B24CF009A79C7 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down Expand Up @@ -404,7 +405,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down Expand Up @@ -483,7 +484,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -530,7 +531,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.3"
version: "0.2.0"
clock:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clipboard_watcher
description: This plugin allows Flutter desktop apps to watch clipboard changes.
version: 0.1.3
description: This plugin allows Flutter apps to watch clipboard changes.
version: 0.2.0
homepage: https://github.com/leanflutter/clipboard_watcher

platforms:
Expand Down

0 comments on commit 9eb8db4

Please sign in to comment.