File tree 3 files changed +10
-10
lines changed
packages/android_alarm_manager 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- ## 2.0.0-nullsafety
1
+ ## 2.0.0
2
2
3
3
* Migrate to null safety.
4
4
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ dependencies:
11
11
# The example app is bundled with the plugin so we use a path dependency on
12
12
# the parent directory to use the current plugin's version.
13
13
path : ../
14
- shared_preferences : ^2.0.0-nullsafety
14
+ shared_preferences : ^2.0.0
15
15
integration_test :
16
16
path : ../../integration_test
17
- path_provider : ^2.0.0-nullsafety
17
+ path_provider : ^2.0.0
18
18
19
19
dev_dependencies :
20
20
espresso : ^0.0.1+3
21
21
flutter_driver :
22
22
sdk : flutter
23
23
flutter_test :
24
24
sdk : flutter
25
- pedantic : ^1.8 .0
25
+ pedantic : ^1.10 .0
26
26
27
27
flutter :
28
28
uses-material-design : true
29
29
30
30
environment :
31
- sdk : ' >=2.12.0-0 <3.0.0'
32
- flutter : " >=1.12.13+hotfix.5 "
31
+ sdk : ' >=2.12.0-259.9.beta <3.0.0'
32
+ flutter : " >=1.20.0 "
Original file line number Diff line number Diff line change 1
1
name : android_alarm_manager
2
2
description : Flutter plugin for accessing the Android AlarmManager service, and
3
3
running Dart code in the background when alarms fire.
4
- version : 2.0.0-nullsafety
4
+ version : 2.0.0
5
5
homepage : https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager
6
6
7
7
dependencies :
@@ -11,7 +11,7 @@ dependencies:
11
11
dev_dependencies :
12
12
flutter_test :
13
13
sdk : flutter
14
- pedantic : ^1.8 .0
14
+ pedantic : ^1.10 .0
15
15
16
16
flutter :
17
17
plugin :
@@ -21,5 +21,5 @@ flutter:
21
21
pluginClass : AndroidAlarmManagerPlugin
22
22
23
23
environment :
24
- sdk : ' >=2.12.0-0 <3.0.0'
25
- flutter : " >=1.12.13+hotfix.5 "
24
+ sdk : ' >=2.12.0-259.9.beta <3.0.0'
25
+ flutter : " >=1.20.0 "
You can’t perform that action at this time.
0 commit comments