Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b4378ce

Browse files
[share] Update README.md (#3300)
* Update README.md I just tried to update the links. The old links worked too but redirected to the current links. I just had the idea to put the current links directly. https://pub.dartlang.org/packages/share to https://pub.dev/packages/share/ and https://flutter.io/platform-plugins/ to https://flutter.dev/docs/development/packages-and-plugins/using-packages * Update pubspec.yaml * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: stuartmorgan <[email protected]>
1 parent e50f179 commit b4378ce

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/share/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0-nullsafety.3
2+
3+
* Update README with the new documentation urls.
4+
15
## 2.0.0-nullsafety.2
26

37
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.

packages/share/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more details see: https://github.com/flutter/flutter/wiki/Package-migration-
1717

1818
## Usage
1919

20-
To use this plugin, add `share` as a [dependency in your pubspec.yaml file](https://flutter.dev/docs/development/platform-integration/platform-channels).
20+
To use this plugin, add `share` as a [dependency in your pubspec.yaml file](https://flutter.dev/docs/development/packages-and-plugins/using-packages/).
2121

2222
## Example
2323

@@ -44,4 +44,4 @@ To share one or multiple files invoke the static `shareFiles` method anywhere in
4444
``` dart
4545
Share.shareFiles(['${directory.path}/image.jpg'], text: 'Great picture');
4646
Share.shareFiles(['${directory.path}/image1.jpg', '${directory.path}/image2.jpg']);
47-
```
47+
```

packages/share/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: share
22
description: Flutter plugin for sharing content via the platform share UI, using
33
the ACTION_SEND intent on Android and UIActivityViewController on iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/share
5-
version: 2.0.0-nullsafety.2
5+
version: 2.0.0-nullsafety.3
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)