This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
shared_preferences_windows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.1.1
2+
3+ * Removed obsolete ` pluginClass: none ` from pubpsec.
4+
15## 2.1.0
26
37* Now ` getTemporaryPath ` returns the value of the ` TMPDIR ` environment variable primarily. If ` TMPDIR ` is not set, ` /tmp ` is returned.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: path_provider_linux
22description : Linux implementation of the path_provider plugin
33repository : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_linux
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5- version : 2.1.0
5+ version : 2.1.1
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
@@ -14,7 +14,6 @@ flutter:
1414 platforms :
1515 linux :
1616 dartPluginClass : PathProviderLinux
17- pluginClass : none
1817
1918dependencies :
2019 flutter :
Original file line number Diff line number Diff line change 1+ ## 2.0.4
2+
3+ * Removed obsolete ` pluginClass: none ` from pubpsec.
4+
15## 2.0.3
26
37* Updated installation instructions in README.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: path_provider_windows
22description : Windows implementation of the path_provider plugin
33repository : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_windows
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5- version : 2.0.3
5+ version : 2.0.4
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
@@ -14,7 +14,6 @@ flutter:
1414 platforms :
1515 windows :
1616 dartPluginClass : PathProviderWindows
17- pluginClass : none
1817
1918dependencies :
2019 ffi : ^1.0.0
Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 2.0.3
22
3+ * Removed obsolete ` pluginClass: none ` from pubpsec.
34* Fixes newly enabled analyzer options.
45
56## 2.0.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: shared_preferences_linux
22description : Linux implementation of the shared_preferences plugin
33repository : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_linux
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
5- version : 2.0.2
5+ version : 2.0.3
66
77environment :
88 sdk : " >=2.12.0 <3.0.0"
@@ -14,7 +14,6 @@ flutter:
1414 platforms :
1515 linux :
1616 dartPluginClass : SharedPreferencesLinux
17- pluginClass : none
1817
1918dependencies :
2019 file : ^6.0.0
Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 2.0.3
22
3+ * Removed obsolete ` pluginClass: none ` from pubpsec.
34* Fixes newly enabled analyzer options.
45
56## 2.0.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: shared_preferences_windows
22description : Windows implementation of shared_preferences
33repository : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_windows
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22
5- version : 2.0.2
5+ version : 2.0.3
66
77environment :
88 sdk : ' >=2.12.0 <3.0.0'
@@ -14,7 +14,6 @@ flutter:
1414 platforms :
1515 windows :
1616 dartPluginClass : SharedPreferencesWindows
17- pluginClass : none
1817
1918dependencies :
2019 file : ^6.0.0
You can’t perform that action at this time.
0 commit comments