File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
plugins/file_selector/file_selector_macos Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.3
2
+
3
+ * Fix README
4
+
1
5
## 0.0.2
2
6
3
7
* Update SDK constraint to signal compatibility with null safety.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This is what the above means to your `pubspec.yaml`:
17
17
dependencies :
18
18
...
19
19
file_selector : ^0.7.0
20
- file_selector_macos : ^0.0.2
20
+ file_selector_macos : ^0.0.3
21
21
...
22
22
```
23
23
@@ -28,12 +28,12 @@ You will need to [add an entitlement][2] for either read-only access:
28
28
<key>com.apple.security.files.user-selected.read-only</key>
29
29
<true/>
30
30
```
31
- or read/write access: or read/write access:
31
+ or read/write access:
32
32
```
33
33
<key>com.apple.security.files.user-selected.read-write</key>
34
34
<true/>
35
35
```
36
- depending on your use case. depending on your use case.
36
+ depending on your use case.
37
37
38
38
[ 1 ] : https://github.com/flutter/plugins/tree/master/packages/file_selector
39
39
[ 2 ] : https://flutter.dev/desktop#entitlements-and-the-app-sandbox
Original file line number Diff line number Diff line change 1
1
name : file_selector_macos
2
2
description : macOS implementation of the file_selector plugin.
3
- version : 0.0.2
3
+ version : 0.0.3
4
4
homepage : https://github.com/google/flutter-desktop-embedding/tree/master/plugins/file_selector/file_selector_macos
5
5
6
6
flutter :
You can’t perform that action at this time.
0 commit comments