File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/path_provider/path_provider Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.0-nullsafety.1
2
+
3
+ * Require latest path_provider_windows to avoid potential issues
4
+ with breaking changes in ` ffi ` and ` win32 ` .
5
+
1
6
## 2.0.0-nullsafety
2
7
3
8
* Migrate to null safety.
Original file line number Diff line number Diff line change 1
1
name : path_provider
2
2
description : Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
4
- version : 2.0.0-nullsafety
4
+ version : 2.0.0-nullsafety.1
5
5
6
6
flutter :
7
7
plugin :
@@ -24,7 +24,7 @@ dependencies:
24
24
path_provider_platform_interface : ^2.0.0-nullsafety
25
25
path_provider_macos : ^0.0.5-nullsafety
26
26
path_provider_linux : ^0.2.0-nullsafety
27
- path_provider_windows : ^0.1.0-nullsafety
27
+ path_provider_windows : ^0.1.0-nullsafety.3
28
28
29
29
dev_dependencies :
30
30
integration_test :
You can’t perform that action at this time.
0 commit comments