Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
KasemJaffer committed Jan 25, 2024
1 parent 72bf70f commit 8c2a757
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.6.0

### Breaking changes

* All files types now come through `getInitialMedia` and `getMediaStream`
* Your `ShareViewController` class should now inherit from `RSIShareViewController`. Eliminating the
need to copy the whole class again. Please check the example project for more details.
* Removed `getInitialText`, `getInitialTextAsUri`, `getTextStream` and `getTextStreamAsUri` methods.
Please use `getInitialMedia` and `getMediaStream` instead.

## 1.5.4

* Fix broken links in readme
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.5.4
version: 1.6.0
homepage: https://github.com/KasemJaffer/receive_sharing_intent

environment:

0 comments on commit 8c2a757

Please sign in to comment.