Skip to content

Commit

Permalink
Fix for channel sometimes receiving full SharedMedia object rather th…
Browse files Browse the repository at this point in the history
…an map. Update to version 0.0.4
  • Loading branch information
JoshJuncker committed May 31, 2022
1 parent d239b85 commit 27e89db
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions share_handler_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.0.4
Fix for channel sometimes receiving full SharedMedia object rather than map
# 0.0.3
Updated platform interface dependency
# 0.0.2
Expand Down
4 changes: 2 additions & 2 deletions share_handler_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: share_handler_android
description: An implementation for the Android platform of the Flutter share_handler plugin.
repository: https://github.com/AboutShout/share_handler/tree/main/share_handler_android
version: 0.0.3
version: 0.0.4

environment:
sdk: ">=2.14.0 <3.0.0"
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
share_handler_platform_interface: ^0.0.3
share_handler_platform_interface: ^0.0.4
# share_handler_platform_interface:
# path: ../share_handler_platform_interface

Expand Down
2 changes: 2 additions & 0 deletions share_handler_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.0.4
Fix for channel sometimes receiving full SharedMedia object rather than map
# 0.0.3
Updated platform interface dependency
# 0.0.2
Expand Down
4 changes: 2 additions & 2 deletions share_handler_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: share_handler_ios
description: An implementation for the iOS platform of the Flutter share_handler plugin.
repository: https://github.com/AboutShout/share_handler/tree/main/share_handler_ios
version: 0.0.3
version: 0.0.4

environment:
sdk: ">=2.14.0 <3.0.0"
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
share_handler_platform_interface: ^0.0.3
share_handler_platform_interface: ^0.0.4
# share_handler_platform_interface:
# path: ../share_handler_platform_interface

Expand Down
2 changes: 2 additions & 0 deletions share_handler_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.0.4
Fix for channel sometimes receiving full SharedMedia object rather than map
# 0.0.3
Fix for error getting initial media
# 0.0.2
Expand Down
2 changes: 1 addition & 1 deletion share_handler_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: share_handler_platform_interface
description: A common platform interface for the share_handler plugin.
repository: https://github.com/AboutShout/share_handler/tree/main/share_handler_platform_interface
version: 0.0.3
version: 0.0.4

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit 27e89db

Please sign in to comment.