File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 9.4.8
2+
3+ * Adds Swift Package Manager (SPM) support for Flutter 3.24+. Permissions are
4+ enabled automatically based on usage description keys present in ` Info.plist `
5+ — no additional configuration required beyond clearing DerivedData once after
6+ changes: ` rm -rf ~/Library/Developer/Xcode/DerivedData ` .
7+ * Moves ObjC sources to SPM-compatible layout (` Sources/permission_handler_apple/ ` ).
8+ CocoaPods continues to work unchanged.
9+ * Bumps minimum iOS deployment target to 12.0.
10+
111## 9.4.7
212
313* Increases minimum supported Flutter version to 3.3.0, and removes code only
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: permission_handler_apple
22description : Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
33repository : https://github.com/baseflow/flutter-permission-handler
44issue_tracker : https://github.com/Baseflow/flutter-permission-handler/issues
5- version : 9.4.7
5+ version : 9.4.8
66
77environment :
88 sdk : " >=2.18.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments