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

Commit 51c6eac

Browse files
[flutter_plugin_android_lifecycle] Bump version for NNBD stable (#3569)
1 parent 6c10217 commit 51c6eac

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

packages/flutter_plugin_android_lifecycle/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
## 2.0.0-nullsafety.2
1+
## 2.0.0
22

3+
* Bump Dart SDK for null-safety compatibility.
34
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
45

5-
## 2.0.0-nullsafety.1
6-
7-
* Fix example app SDK.
8-
9-
## 2.0.0-nullsafety
10-
11-
* Bump Dart SDK.
12-
136
## 1.0.12
147

158
* Update Flutter SDK constraint.

packages/flutter_plugin_android_lifecycle/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: flutter_plugin_android_lifecycle
22
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
3-
version: 2.0.0-nullsafety.2
3+
version: 2.0.0
44
homepage: https://github.com/flutter/plugins/tree/master/packages/flutter_plugin_android_lifecycle
55

66
environment:
7-
sdk: ">=2.12.0-0 <3.0.0"
7+
sdk: ">=2.12.0-259.9.beta <3.0.0"
88
flutter: ">=1.12.13"
99

1010
dependencies:

0 commit comments

Comments
 (0)