This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
packages/plugin_platform_interface Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1717repository : https://github.com/flutter/plugins/tree/master/packages/plugin_platform_interface
1818
1919environment :
2020 sdk : " >=2.12.0-0 <3.0.0"
2121
2222dependencies :
23- meta : ^1.3.0-nullsafety.3
23+ meta : ^1.3.0
2424
2525dev_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
You can’t perform that action at this time.
0 commit comments