Skip to content

Commit

Permalink
Version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KasemJaffer committed Jan 29, 2024
1 parent f692052 commit 1190be7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.5

* Update deprecated API usage in Android

## 1.6.4

* Added a flag to disable the automatic closing of the share extension after sharing.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# receive_sharing_intent
[![pub package](https://img.shields.io/pub/v/receive_sharing_intent.svg)](https://pub.dev/packages/receive_sharing_intent)

A flutter plugin that enables flutter apps to receive sharing photos, videos, text, urls or any other file types from another app.
A Flutter plugin that enables flutter apps to receive sharing photos, videos, text, urls or any other file types from another app.

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+ | 12.0+ (Swift 5.0) |



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


Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}

group 'com.kasem.receive_sharing_intent'
version '1.5.0'
version '1.6.5'

rootProject.allprojects {
repositories {
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.4
version: 1.6.5
homepage: https://github.com/KasemJaffer/receive_sharing_intent

environment:
Expand Down

0 comments on commit 1190be7

Please sign in to comment.