Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73a75b8

Browse files
authored
Migrate plugin_platform_interface to v2 stable, null-safe (flutter#3543)
1 parent f784207 commit 73a75b8

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

packages/plugin_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
## 1.1.0-nullsafety.2
2-
3-
* Use Mockito null safe.
4-
5-
## 1.1.0-nullsafety.1
6-
7-
* Bump Dart SDK to support null safety.
8-
9-
## 1.1.0-nullsafety
1+
## 2.0.0
102

113
* Migrate to null safety.
124

packages/plugin_platform_interface/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ description: Reusable base class for Flutter plugin platform interfaces.
1212
# be done when absolutely necessary and after the ecosystem has already migrated to 1.X.Y version
1313
# that is forward compatible with 2.0.0 (ideally the ecosystem have migrated to depend on:
1414
# `plugin_platform_interface: >=1.X.Y <3.0.0`).
15-
version: 1.1.0-nullsafety.2
15+
version: 2.0.0
1616

1717
repository: https://github.com/flutter/plugins/tree/master/packages/plugin_platform_interface
1818

1919
environment:
2020
sdk: ">=2.12.0-0 <3.0.0"
2121

2222
dependencies:
23-
meta: ^1.3.0-nullsafety.3
23+
meta: ^1.3.0
2424

2525
dev_dependencies:
26-
mockito: ^5.0.0-nullsafety.2
27-
test: ^1.10.0-nullsafety.1
28-
pedantic: ^1.10.0-nullsafety.1
26+
mockito: ^5.0.0-nullsafety.7
27+
test: ^1.16.0
28+
pedantic: ^1.10.0

0 commit comments

Comments
 (0)