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+
16## 2.0.0-nullsafety
27
38* Migrate to null safety.
Original file line number Diff line number Diff line change 11name : path_provider
22description : Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
33homepage : 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
55
66flutter :
77 plugin :
@@ -24,7 +24,7 @@ dependencies:
2424 path_provider_platform_interface : ^2.0.0-nullsafety
2525 path_provider_macos : ^0.0.5-nullsafety
2626 path_provider_linux : ^0.2.0-nullsafety
27- path_provider_windows : ^0.1.0-nullsafety
27+ path_provider_windows : ^0.1.0-nullsafety.3
2828
2929dev_dependencies :
3030 integration_test :
You can’t perform that action at this time.
0 commit comments