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
[android_intent] Bump version for NNBD stable
  • Loading branch information
stuartmorgan-g committed Feb 22, 2021
commit 9e39270c2b4c780c7ded7aa3a583929125c22f89
12 changes: 3 additions & 9 deletions packages/android_intent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
## 2.0.0-nullsafety.2

* 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
## 2.0.0

* Migrate to null safety.
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.

## 0.3.7+8

Expand Down
14 changes: 7 additions & 7 deletions packages/android_intent/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: android_intent
description: Flutter plugin for launching Android Intents. Not supported on iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/android_intent
version: 2.0.0-nullsafety.2
version: 2.0.0

flutter:
plugin:
Expand All @@ -13,15 +13,15 @@ flutter:
dependencies:
flutter:
sdk: flutter
platform: ^3.0.0-nullsafety.4
meta: ^1.3.0-nullsafety.6
platform: ^3.0.0
meta: ^1.3.0
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
pedantic: ^1.10.0-nullsafety.1
pedantic: ^1.10.0

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