Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/share_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.8.0
## 1.1.0

- Transfer to plus-plugins monorepo

Expand Down
8 changes: 4 additions & 4 deletions packages/share_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: share_plus
description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus
version: 0.8.0
version: 1.1.0

flutter:
plugin:
Expand All @@ -21,9 +21,9 @@ dependencies:
mime: ^0.9.7
flutter:
sdk: flutter
share_plus_platform_interface: ^1.0.0
share_plus_linux: ^1.0.0
share_plus_windows: ^1.0.0
share_plus_platform_interface: ^1.1.0
share_plus_linux: ^1.1.0
share_plus_windows: ^0.1.0

dev_dependencies:
test: ^1.3.0
Expand Down
4 changes: 2 additions & 2 deletions packages/share_plus_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.1.0
## 1.1.0

- Transfer to plus-plugins monorepo

## 0.0.1
## 1.0.0

- Initial Linux support.
4 changes: 2 additions & 2 deletions packages/share_plus_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: share_plus_linux
description: Linux implementation of the share_plus plugin
homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus_linux
version: 0.1.0
version: 1.1.0

environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.17.0 <2.0.0"

dependencies:
share_plus_platform_interface: ^1.0.0
share_plus_platform_interface: ^1.1.0
file: '>=5.2.1 <=6.0.0-nullsafety.2'
flutter:
sdk: flutter
Expand Down
4 changes: 2 additions & 2 deletions packages/share_plus_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.1.0
## 1.1.0

- Transfer to plus-plugins monorepo

## 0.0.1
## 1.0.0

- Initial release
2 changes: 1 addition & 1 deletion packages/share_plus_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: share_plus_platform_interface
description: A common platform interface for the share_plus plugin.
homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus
version: 0.1.0
version: 1.1.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/share_plus_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
flutter: ">=1.17.0 <2.0.0"

dependencies:
share_plus_platform_interface: ^1.0.0
share_plus_platform_interface: ^1.1.0
flutter:
sdk: flutter
meta: ^1.2.3
Expand Down