File tree 2 files changed +6
-2
lines changed
packages/path_provider/path_provider_macos 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.5-nullsafety
2
+
3
+ * Update Dart SDK constraint for null safety.
4
+
1
5
## 0.0.4+9
2
6
3
7
* Remove placeholder Dart file.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: macOS implementation of the path_provider plugin
3
3
# 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump
4
4
# the version to 2.0.0.
5
5
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
6
- version : 0.0.4+9
6
+ version : 0.0.5-nullsafety
7
7
homepage : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos
8
8
9
9
flutter :
@@ -13,7 +13,7 @@ flutter:
13
13
pluginClass : PathProviderPlugin
14
14
15
15
environment :
16
- sdk : " >=2.1. 0 <3.0.0"
16
+ sdk : " >=2.12.0- 0 <3.0.0"
17
17
flutter : " >=1.10.0"
18
18
19
19
dependencies :
You can’t perform that action at this time.
0 commit comments