diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c3fb18..2dfcfd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index cb84040d..70416873 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pubspec.yaml b/pubspec.yaml index e838b9f9..78e14703 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: