Skip to content

Commit

Permalink
Version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KasemJaffer committed Jan 26, 2024
1 parent 0e47986 commit a9a232e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## 1.6.2

* Requires Swift 5.0
* Fix backward compatibility down to iOS 8.0
* Use UTType for iOS 14.0 and above

## 1.6.1

* Stop UTType because it doesn't exist prior to iOS 14.0
* Stop using UTType because it doesn't exist prior to iOS 14.0

## 1.6.0

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ A flutter plugin that enables flutter apps to receive sharing photos, videos, te
Also, supports iOS Share extension and launching the host app automatically.
Check the provided [example](./example/lib/main.dart) for more info.

| | Android | iOS |
|-------------|---------|------------------|
| **Support** | SDK 19+ | 8.0+ (Swift 5.0) |

![Alt Text](./example/demo.gif)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: receive_sharing_intent
description: A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps.
version: 1.6.1
version: 1.6.2
homepage: https://github.com/KasemJaffer/receive_sharing_intent

environment:
Expand Down

0 comments on commit a9a232e

Please sign in to comment.