We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b49872 commit 6ce49a3Copy full SHA for 6ce49a3
packages/file_selector/file_selector_ios/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.5.3
2
+
3
+* Converts implementation to Swift.
4
+* Re-adds Swift Package Manager compatibility.
5
6
## 0.5.2+1
7
8
* Temporarily remove Swift Package Manager compatibility to resolve issues with Cocoapods builds.
packages/file_selector/file_selector_ios/pubspec.yaml
@@ -2,7 +2,7 @@ name: file_selector_ios
description: iOS implementation of the file_selector plugin.
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_ios
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
-version: 0.5.2+1
+version: 0.5.3
environment:
sdk: ^3.2.3
0 commit comments