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
10
2
11
3
* Migrate to null safety.
12
4
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ description: Reusable base class for Flutter plugin platform interfaces.
12
12
# be done when absolutely necessary and after the ecosystem has already migrated to 1.X.Y version
13
13
# that is forward compatible with 2.0.0 (ideally the ecosystem have migrated to depend on:
14
14
# `plugin_platform_interface: >=1.X.Y <3.0.0`).
15
- version : 1.1.0-nullsafety.2
15
+ version : 2.0.0
16
16
17
17
repository : https://github.com/flutter/plugins/tree/master/packages/plugin_platform_interface
18
18
19
19
environment :
20
20
sdk : " >=2.12.0-0 <3.0.0"
21
21
22
22
dependencies :
23
- meta : ^1.3.0-nullsafety.3
23
+ meta : ^1.3.0
24
24
25
25
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
You can’t perform that action at this time.
0 commit comments