Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! TW-1926: remove the permission when paste…
Browse files Browse the repository at this point in the history
… in iOS
  • Loading branch information
sherlockvn committed Sep 4, 2024
1 parent ea0c0f8 commit df979d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/adr/0024-upgrade-flutter-3.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

## Context

To enable features like text pasting without requiring user permission on iOS, we need to upgrade to Flutter 3.24.0.
To enable features like text pasting without requiring user permission on iOS, we need to upgrade to Flutter 3.24.0.[See detail](https://github.com/flutter/flutter/issues/103163#issuecomment-2320611190)

## Decision

During the upgrade to Flutter 3.24.0, some dependencies must also be updated to ensure successful release builds. Specifically, the `targetSdkVersion` or `compileSdkVersion` needs to be updated to at least 31. Below is the list of packages that require a minimum `compileSdkVersion` of 31 or higher for successful compilation:
During the upgrade to Flutter 3.24.0, some dependencies must also be updated to ensure successful release builds. Specifically, the `compileSdkVersion` needs to be updated to at least 31. Below is the list of packages that require a minimum `compileSdkVersion` of 31 or higher for successful compilation:

- **`callkeep`**: Upgrade `compileSdkVersion` from 28 to 31. [See PR #190](https://github.com/flutter-webrtc/callkeep/pull/190)
- **`receive_sharing_intent`**: Switch to the version maintained by Linagora, which has `compileSdkVersion` set to 33. [See Linagora Repository](https://github.com/linagora/receive_sharing_intent)
Expand Down

0 comments on commit df979d3

Please sign in to comment.