feat: start local server for iOS

This commit is contained in:
jideguru
2021-05-27 02:11:25 +01:00
parent f4f1802eb6
commit 8954f86086
10 changed files with 214 additions and 72 deletions

View File

@@ -41,5 +41,10 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

View File

@@ -62,13 +62,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_inappwebview:
dependency: transitive
description:
name: flutter_inappwebview
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.2"
flutter_test:
dependency: "direct dev"
description: flutter
@@ -179,4 +172,4 @@ packages:
version: "2.0.7"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.22.2"
flutter: ">=1.22.0"