8000 Fix copypasta in README (#833) · google/flutter-desktop-embedding@fd519be · GitHub
[go: up one dir, main page]

Skip to content

Commit fd519be

Browse files
Fix copypasta in README (#833)
Removes duplicated text in file_selector_macos README.
1 parent 6a36e6a commit fd519be

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

plugins/file_selector/file_selector_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.3
2+
3+
* Fix README
4+
15
## 0.0.2
26

37
* Update SDK constraint to signal compatibility with null safety.

plugins/file_selector/file_selector_macos/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is what the above means to your `pubspec.yaml`:
1717
dependencies:
1818
...
1919
file_selector: ^0.7.0
20-
file_selector_macos: ^0.0.2
20+
file_selector_macos: ^0.0.3
2121
...
2222
```
2323

@@ -28,12 +28,12 @@ You will need to [add an entitlement][2] for either read-only access:
2828
<key>com.apple.security.files.user-selected.read-only</key>
2929
<true/>
3030
```
31-
or read/write access: or read/write access:
31+
or read/write access:
3232
```
3333
<key>com.apple.security.files.user-selected.read-write</key>
3434
<true/>
3535
```
36-
depending on your use case. depending on your use case.
36+
depending on your use case.
3737

3838
[1]: https://github.com/flutter/plugins/tree/master/packages/file_selector
3939
[2]: https://flutter.dev/desktop#entitlements-and-the-app-sandbox

plugins/file_selector/file_selector_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: file_selector_macos
22
description: macOS implementation of the file_selector plugin.
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: https://github.com/google/flutter-desktop-embedding/tree/master/plugins/file_selector/file_selector_macos
55

66
flutter:

0 commit comments

Comments
 (0)
0