Skip to content

Commit

Permalink
add flutter deep linking to info plist
Browse files Browse the repository at this point in the history
  • Loading branch information
LGro committed May 23, 2024
1 parent 4cce89c commit 523d576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<string>Photos access is required to send images and get QR codes from photo library</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>FlutterDeepLinkingEnabled</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>processing</string>
Expand Down

0 comments on commit 523d576

Please sign in to comment.