File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
packages/path_provider/path_provider_windows Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.0-nullsafety.1
2+
3+ * Bump win32 dependency to latest version.
4+
15## 0.1.0-nullsafety
26
37* Migrate to null safety
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class PathProviderWindows extends PathProviderPlatform {
116116 /// [WindowsKnownFolder] .
117117 Future <String > getPath (String folderID) {
118118 final pathPtrPtr = allocate <Pointer <Utf16 >>();
119- final Pointer <GUID > knownFolderID = calloc <GUID >()..setGUID (folderID);
119+ final Pointer <GUID > knownFolderID = calloc <GUID >()..ref. setGUID (folderID);
120120
121121 try {
122122 final hr = SHGetKnownFolderPath (
Original file line number Diff line number Diff line change 11name : path_provider_windows
22description : Windows implementation of the path_provider plugin
33homepage : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_windows
4- version : 0.1.0-nullsafety
4+ version : 0.1.0-nullsafety.1
55
66flutter :
77 plugin :
@@ -17,7 +17,7 @@ dependencies:
1717 flutter :
1818 sdk : flutter
1919 ffi : ^0.2.0-nullsafety.1
20- win32 : ^2.0.0-nullsafety.8
20+ win32 : ^2.0.0-nullsafety.9
2121
2222dev_dependencies :
2323 flutter_test :
You can’t perform that action at this time.
0 commit comments