File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
packages/shared_preferences/shared_preferences Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.5
2
+
3
+ * Fix missing declaration of windows' default_package
4
+
1
5
## 2.0.4
2
6
3
7
* Fix a regression with simultaneous writes on Android.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: shared_preferences
2
2
description : Flutter plugin for reading and writing simple key-value pairs.
3
3
Wraps NSUserDefaults on iOS and SharedPreferences on Android.
4
4
homepage : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences
5
- version : 2.0.4
5
+ version : 2.0.5
6
6
7
7
flutter :
8
8
plugin :
@@ -18,6 +18,8 @@ flutter:
18
18
default_package : shared_preferences_macos
19
19
web :
20
20
default_package : shared_preferences_web
21
+ windows :
22
+ default_package : shared_preferences_windows
21
23
22
24
dependencies :
23
25
meta : ^1.3.0
You can’t perform that action at this time.
0 commit comments