File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/shared_preferences/shared_preferences_macos Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.2-nullsafety
2
+
3
+ * Update Dart SDK constraint for null safety.
4
+
1
5
## 0.0.1+12
2
6
3
7
* Update Flutter SDK constraint.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: macOS implementation of the shared_preferences plugin.
3
3
# 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump
4
4
# the version to 2.0.0.
5
5
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
6
- version : 0.0.1+12
6
+ version : 0.0.2-nullsafety
7
7
homepage : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_macos
8
8
9
9
flutter :
@@ -13,11 +13,11 @@ flutter:
13
13
pluginClass : SharedPreferencesPlugin
14
14
15
15
environment :
16
- sdk : " >=2.1. 0 <3.0.0"
16
+ sdk : " >=2.12.0- 0 <3.0.0"
17
17
flutter : " >=1.12.8"
18
18
19
19
dependencies :
20
- shared_preferences_platform_interface : ^1 .0.0
20
+ shared_preferences_platform_interface : ^2 .0.0-nullsafety
21
21
flutter :
22
22
sdk : flutter
23
23
dev_dependencies :
You can’t perform that action at this time.
0 commit comments