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 +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+
15## 0.0.1+12
26
37* 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.
33# 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump
44# the version to 2.0.0.
55# 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
77homepage : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_macos
88
99flutter :
@@ -13,11 +13,11 @@ flutter:
1313 pluginClass : SharedPreferencesPlugin
1414
1515environment :
16- sdk : " >=2.1. 0 <3.0.0"
16+ sdk : " >=2.12.0- 0 <3.0.0"
1717 flutter : " >=1.12.8"
1818
1919dependencies :
20- shared_preferences_platform_interface : ^1 .0.0
20+ shared_preferences_platform_interface : ^2 .0.0-nullsafety
2121 flutter :
2222 sdk : flutter
2323dev_dependencies :
You can’t perform that action at this time.
0 commit comments