Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Update versions to stable
  • Loading branch information
stuartmorgan-g committed Feb 22, 2021
commit 65be60dcf56b0046c76a2a99f6723fa2bdd73a32
15 changes: 3 additions & 12 deletions packages/share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
## 2.0.0-nullsafety.3

* Update README with the new documentation urls.

## 2.0.0-nullsafety.2
## 2.0.0

* Migrate to null safety.
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.

## 2.0.0-nullsafety.1

* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))

## 2.0.0-nullsafety

* Migrate to null safety.
* Update README with the new documentation urls.

## 0.6.5+5

Expand Down
14 changes: 7 additions & 7 deletions packages/share/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: share
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/flutter/plugins/tree/master/packages/share
version: 2.0.0-nullsafety.3
version: 2.0.0

flutter:
plugin:
Expand All @@ -14,20 +14,20 @@ flutter:
pluginClass: FLTSharePlugin

dependencies:
meta: ^1.3.0-nullsafety.6
mime: ^1.0.0-nullsafety.0
meta: ^1.3.0
mime: ^1.0.0
flutter:
sdk: flutter

dev_dependencies:
test: ^1.16.0-nullsafety.13
mockito: ^4.1.3
test: ^1.16.3
mockito: ^5.0.0-nullsafety.7
flutter_test:
sdk: flutter
integration_test:
path: ../integration_test
pedantic: ^1.10.0-nullsafety.3
pedantic: ^1.10.0

environment:
flutter: ">=1.12.13+hotfix.5"
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-259.9.beta <3.0.0"