fix: Video playback on iOS

This commit is contained in:
John Francis Sukamto 2021-12-09 07:42:08 +00:00 committed by Krille Fear
parent 0da1279510
commit c84b90a8dc
1 changed files with 5 additions and 0 deletions

View File

@ -101,5 +101,10 @@
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>