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 eba271f8ae
commit 72cbc1f47b

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>