workspace.xml 61.4 KB
Newer Older
pichillilorenzo's avatar
pichillilorenzo committed
1 2
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
pichillilorenzo's avatar
pichillilorenzo committed
3 4 5 6 7
  <component name="AndroidLayouts">
    <shared>
      <config />
    </shared>
  </component>
8
  <component name="AndroidLogFilters">
9
    <option name="TOOL_WINDOW_LOG_LEVEL" value="verbose" />
10 11
    <option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
  </component>
12 13 14 15 16
  <component name="CMakeSettings">
    <configurations>
      <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
    </configurations>
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
17
  <component name="ChangeListManager">
18
    <list default="true" id="9b41f7a2-a71e-4923-91fb-249d7815b3e7" name="Default" comment="">
19
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
20
      <change beforePath="$PROJECT_DIR$/CHANGELOG.md" beforeDir="false" afterPath="$PROJECT_DIR$/CHANGELOG.md" afterDir="false" />
21
      <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
22 23 24 25 26
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/CredentialDatabaseHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/CredentialDatabaseHandler.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/FlutterWebView.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/FlutterWebView.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/FlutterWebViewFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/FlutterWebViewFactory.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppBrowser.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppBrowser.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppBrowserActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppBrowserActivity.java" afterDir="false" />
27
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebView.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebView.java" afterDir="false" />
28
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewChromeClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewChromeClient.java" afterDir="false" />
29
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewClient.java" afterDir="false" />
30 31 32 33 34 35 36 37 38
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewOptions.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewOptions.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewStatic.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewStatic.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/JavaScriptBridgeInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/JavaScriptBridgeInterface.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/MyCookieManager.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/MyCookieManager.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/Shared.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/Shared.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/Util.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/Util.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/android/app/src/main/AndroidManifest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/example/android/app/src/main/AndroidManifest.xml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/assets/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/example/assets/index.html" afterDir="false" />
39
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/.idea/workspace.xml" afterDir="false" />
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/CHANGELOG.md" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/CHANGELOG.md" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/README.md" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/CredentialDatabaseHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/CredentialDatabaseHandler.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/FlutterWebView.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/FlutterWebView.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/FlutterWebViewFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/FlutterWebViewFactory.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppBrowser.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppBrowser.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppBrowserActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppBrowserActivity.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebView.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebView.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewChromeClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewChromeClient.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewClient.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewOptions.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebView/InAppWebViewOptions.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewFlutterPlugin.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewStatic.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/InAppWebViewStatic.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/JavaScriptBridgeInterface.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/JavaScriptBridgeInterface.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/MyCookieManager.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/MyCookieManager.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/Shared.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/Shared.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/Util.java" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/android/src/main/java/com/pichillilorenzo/flutter_inappwebview/Util.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/example/assets/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/example/assets/index.html" afterDir="false" />
58
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/example/lib/main.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/example/lib/main.dart" afterDir="false" />
59 60 61 62 63 64 65
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/example/test_driver/app_test.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/example/test_driver/app_test.dart" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/flutter_inappwebview.iml" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/flutter_inappwebview.iml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/lib/src/webview_options.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/lib/src/webview_options.dart" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/nodejs_server_test_auth_basic_and_ssl/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/nodejs_server_test_auth_basic_and_ssl/index.js" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/nodejs_server_test_auth_basic_and_ssl/public/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/nodejs_server_test_auth_basic_and_ssl/public/test-index.html" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/pubspec.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/pubspec.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/test.sh" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappwebview/test.sh" afterDir="false" />
66
      <change beforePath="$PROJECT_DIR$/example/lib/main.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/lib/main.dart" afterDir="false" />
67 68
      <change beforePath="$PROJECT_DIR$/example/test_driver/app_test.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/test_driver/app_test.dart" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/flutter_inappwebview.iml" beforeDir="false" afterPath="$PROJECT_DIR$/flutter_inappwebview.iml" afterDir="false" />
69
      <change beforePath="$PROJECT_DIR$/lib/src/webview_options.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/webview_options.dart" afterDir="false" />
70 71 72 73
      <change beforePath="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/index.js" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/public/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/public/test-index.html" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/pubspec.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/pubspec.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/test.sh" beforeDir="false" afterPath="$PROJECT_DIR$/test.sh" afterDir="false" />
74
    </list>
pichillilorenzo's avatar
pichillilorenzo committed
75 76 77 78 79 80 81 82 83 84 85 86
    <ignored path="$PROJECT_DIR$/.dart_tool/" />
    <ignored path="$PROJECT_DIR$/.idea/" />
    <ignored path="$PROJECT_DIR$/.pub/" />
    <ignored path="$PROJECT_DIR$/build/" />
    <ignored path="$PROJECT_DIR$/example/.pub/" />
    <ignored path="$PROJECT_DIR$/example/build/" />
    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
87 88 89
  <component name="DefaultGradleProjectSettings">
    <option name="isMigrated" value="true" />
  </component>
90
  <component name="ExecutionTargetManager" SELECTED_TARGET="LGH870776aa626" />
pichillilorenzo's avatar
pichillilorenzo committed
91
  <component name="FileEditorManager">
92
    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
93
      <file pinned="false" current-in-tab="false">
94
        <entry file="file://$PROJECT_DIR$/example/lib/main.dart">
95
          <provider selected="true" editor-type-id="text-editor">
96 97
            <state relative-caret-position="445">
              <caret line="78" column="1" selection-start-line="78" selection-start-column="1" selection-end-line="78" selection-end-column="1" />
98
              <folding>
99
                <element signature="e#0#20#0" expanded="true" />
100 101 102 103 104
              </folding>
            </state>
          </provider>
        </entry>
      </file>
105 106
      <file pinned="false" current-in-tab="true">
        <entry file="file://$PROJECT_DIR$/example/assets/index.html">
107
          <provider selected="true" editor-type-id="text-editor">
108 109
            <state relative-caret-position="212">
              <caret line="23" column="17" lean-forward="true" selection-start-line="23" selection-start-column="17" selection-end-line="23" selection-end-column="17" />
110 111 112 113
            </state>
          </provider>
        </entry>
      </file>
114
      <file pinned="false" current-in-tab="false">
115
        <entry file="file://$PROJECT_DIR$/lib/src/in_app_webview.dart">
116
          <provider selected="true" editor-type-id="text-editor">
117 118
            <state relative-caret-position="211">
              <caret line="440" selection-start-line="440" selection-end-line="440" />
119 120 121 122 123 124 125 126
              <folding>
                <element signature="e#0#17#0" expanded="true" />
              </folding>
            </state>
          </provider>
        </entry>
      </file>
      <file pinned="false" current-in-tab="false">
127
        <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_on_received_http_auth_request_test.dart">
128
          <provider selected="true" editor-type-id="text-editor">
129 130
            <state relative-caret-position="399">
              <caret line="54" column="29" selection-start-line="54" selection-start-column="29" selection-end-line="54" selection-end-column="29" />
131
              <folding>
132
                <element signature="e#0#39#0" expanded="true" />
133
              </folding>
134 135 136 137
            </state>
          </provider>
        </entry>
      </file>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
138
      <file pinned="false" current-in-tab="false">
139
        <entry file="file://$PROJECT_DIR$/example/test_driver/main_test.dart">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
140
          <provider selected="true" editor-type-id="text-editor">
141 142
            <state relative-caret-position="264">
              <caret line="48" column="91" selection-start-line="48" selection-start-column="91" selection-end-line="48" selection-end-column="91" />
143
              <folding>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
144
                <element signature="e#0#20#0" expanded="true" />
145
              </folding>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
146 147 148 149
            </state>
          </provider>
        </entry>
      </file>
150
      <file pinned="false" current-in-tab="false">
151
        <entry file="file://$PROJECT_DIR$/example/test_driver/app_test.dart">
152
          <provider selected="true" editor-type-id="text-editor">
153 154
            <state relative-caret-position="554">
              <caret line="360" column="33" selection-start-line="360" selection-start-column="33" selection-end-line="360" selection-end-column="33" />
155 156 157 158
            </state>
          </provider>
        </entry>
      </file>
159
      <file pinned="false" current-in-tab="false">
160
        <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_ssl_request_test.dart">
161
          <provider selected="true" editor-type-id="text-editor">
162 163
            <state relative-caret-position="367">
              <caret line="52" column="22" selection-start-line="50" selection-start-column="20" selection-end-line="52" selection-end-column="22" />
164 165 166 167
            </state>
          </provider>
        </entry>
      </file>
pichillilorenzo's avatar
pichillilorenzo committed
168 169 170 171 172 173
    </leaf>
  </component>
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
        <option value="Class" />
174
        <option value="Dart File" />
pichillilorenzo's avatar
pichillilorenzo committed
175 176 177 178 179
      </list>
    </option>
  </component>
  <component name="FindInProjectRecents">
    <findStrings>
180 181 182 183 184 185 186 187 188 189 190 191 192 193
      <find>onPrint</find>
      <find>ontARGET</find>
      <find>onCreateWindow</find>
      <find>javaScriptHandlerForbiddenNames</find>
      <find>ajaxRequest</find>
      <find>onTarget</find>
      <find>AjaxR</find>
      <find>print</find>
      <find>shouldOver</find>
      <find>ShouldOverrideUrlLoadingAction</find>
      <find>headers</find>
      <find>domStorageEnabled</find>
      <find>fromValue</find>
      <find>shouldOv</find>
194
      <find>shouldOverrideUrlLoading</find>
195
      <find>supportMultipleWindows</find>
196 197 198 199
      <find>ThreadedInputConnection</find>
      <find>ThreadedInputConnecti</find>
      <find>InputAwareWebView</find>
      <find>\n</find>
200
      <find>debuggingEnabled</find>
201
      <find>_inappweb</find>
202
      <find>\n&quot; +</find>
203 204 205 206 207 208 209
      <find>This workaround is applied as soon as the web page fires the `DOMContentLoaded` JavaScript event.</find>
      <find>dispose</find>
      <find>InAppWebViewOnCreateWindowTest</find>
      <find>InAppWebViewOnTarget</find>
      <find>InAppWebViewOnReceivedHttpAuthRequestTest</find>
      <find>dropDownWorkaroundEnabled</find>
      <find>mContext</find>
pichillilorenzo's avatar
pichillilorenzo committed
210 211 212 213 214 215
    </findStrings>
    <replaceStrings>
      <replace>activity.getPreferences(0)</replace>
      <replace>Log.</replace>
      <replace>com.pichillilorenzo.flutter_inappbrowser</replace>
      <replace>flutter_inappbrowser</replace>
216
      <replace>Event fired</replace>
217 218
      <replace>flutterInAppWebViewPlatformReady</replace>
      <replace>flutter_inappwebview</replace>
219
      <replace>&quot; +</replace>
pichillilorenzo's avatar
pichillilorenzo committed
220
    </replaceStrings>
221 222
    <dirStrings>
      <dir>$PROJECT_DIR$/example/android</dir>
223 224
      <dir>$PROJECT_DIR$/example</dir>
      <dir>$PROJECT_DIR$</dir>
225
    </dirStrings>
pichillilorenzo's avatar
pichillilorenzo committed
226
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
227 228 229
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
230 231 232
  <component name="IdeDocumentHistory">
    <option name="CHANGED_PATHS">
      <list>
233 234 235 236
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_console_message_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_download_start_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_find_result_received_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_js_dialog_test.dart" />
237
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_load_http_error_test.dart" />
238 239 240 241 242 243 244 245
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_load_resource_custom_scheme_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_load_resource_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_navigation_state_change_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_progress_changed_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_safe_browsing_hit_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_scroll_changed_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_target_blank_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_ssl_request_test.dart" />
246 247 248 249 250 251
        <option value="$PROJECT_DIR$/ios/Classes/InAppBrowserFlutterPlugin.m" />
        <option value="$PROJECT_DIR$/ios/Classes/InAppWebViewFlutterPlugin.h" />
        <option value="$PROJECT_DIR$/ios/Classes/SwiftFlutterPlugin.swift" />
        <option value="$PROJECT_DIR$/lib/src/cookie_manager.dart" />
        <option value="$PROJECT_DIR$/lib/src/http_auth_credentials_database.dart" />
        <option value="$PROJECT_DIR$/example/test_assets/in_app_webview_initial_file_test.html" />
252 253
        <option value="$PROJECT_DIR$/.git/config" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_load_error_test.dart" />
254 255 256 257
        <option value="$PROJECT_DIR$/lib/src/channel_manager.dart" />
        <option value="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/css/style.css" />
        <option value="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/index.html" />
        <option value="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/js/main.js" />
258 259
        <option value="$PROJECT_DIR$/.github/ISSUE_TEMPLATE/BUG_REPORT.md" />
        <option value="$PROJECT_DIR$/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md" />
260 261 262 263 264 265 266 267
        <option value="$PROJECT_DIR$/android/src/main/res/values/styles.xml" />
        <option value="$PROJECT_DIR$/example/assets/css/style.css" />
        <option value="$PROJECT_DIR$/example/test_assets/in_app_webview_on_create_window_test.html" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_create_window_test.dart" />
        <option value="$PROJECT_DIR$/example/assets/js/main.js" />
        <option value="$PROJECT_DIR$/lib/src/types.dart" />
        <option value="$PROJECT_DIR$/lib/src/in_app_browser.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_should_override_url_loading_test.dart" />
268
        <option value="$PROJECT_DIR$/example/lib/in_app_browser_example.screen.dart" />
269
        <option value="$PROJECT_DIR$/lib/src/in_app_webview.dart" />
270 271 272 273
        <option value="$PROJECT_DIR$/example/pubspec.yaml" />
        <option value="$PROJECT_DIR$/example/android/app/src/main/AndroidManifest.xml" />
        <option value="$PROJECT_DIR$/pubspec.yaml" />
        <option value="$PROJECT_DIR$/example/lib/in_app_webiew_example.screen.dart" />
274
        <option value="$PROJECT_DIR$/README.md" />
275
        <option value="$PROJECT_DIR$/CHANGELOG.md" />
276
        <option value="$PROJECT_DIR$/lib/src/webview_options.dart" />
277 278 279 280 281
        <option value="$PROJECT_DIR$/test.sh" />
        <option value="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/index.js" />
        <option value="$PROJECT_DIR$/example/test_driver/in_app_webview_on_received_http_auth_request_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/main_test.dart" />
        <option value="$PROJECT_DIR$/example/test_driver/app_test.dart" />
282
        <option value="$PROJECT_DIR$/example/lib/main.dart" />
283
        <option value="$PROJECT_DIR$/example/assets/index.html" />
pichillilorenzo's avatar
pichillilorenzo committed
284 285 286
      </list>
    </option>
  </component>
287 288
  <component name="ProjectFrameBounds" extendedState="6">
    <option name="x" value="-1" />
pichillilorenzo's avatar
pichillilorenzo committed
289
    <option name="y" value="23" />
290
    <option name="width" value="1920" />
291
    <option name="height" value="1057" />
pichillilorenzo's avatar
pichillilorenzo committed
292
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
293
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
pichillilorenzo's avatar
pichillilorenzo committed
294 295 296 297 298
  <component name="ProjectView">
    <navigator currentView="ProjectPane" proportions="" version="1">
      <foldersAlwaysOnTop value="true" />
    </navigator>
    <panes>
299
      <pane id="PackagesPane" />
300 301 302 303 304 305 306 307 308 309 310
      <pane id="Scope">
        <subPane subId="Project Files">
          <expand>
            <path>
              <item name="Root" type="cbb8eebc:String" user="Root" />
              <item name="flutter_inappbrowser" type="cbb8eebc:String" user="flutter_inappbrowser" />
            </path>
          </expand>
          <select />
        </subPane>
      </pane>
311
      <pane id="ProjectPane">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
312 313 314
        <subPane>
          <expand>
            <path>
315 316
              <item name="flutter_inappwebview" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappwebview" type="462c0819:PsiDirectoryNode" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
317 318
            </path>
            <path>
319 320
              <item name="flutter_inappwebview" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappwebview" type="462c0819:PsiDirectoryNode" />
321
              <item name="example" type="462c0819:PsiDirectoryNode" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
322 323
            </path>
            <path>
324 325
              <item name="flutter_inappwebview" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappwebview" type="462c0819:PsiDirectoryNode" />
326 327 328 329 330 331 332
              <item name="example" type="462c0819:PsiDirectoryNode" />
              <item name="assets" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
              <item name="flutter_inappwebview" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappwebview" type="462c0819:PsiDirectoryNode" />
              <item name="example" type="462c0819:PsiDirectoryNode" />
333
              <item name="lib" type="462c0819:PsiDirectoryNode" />
334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
            </path>
          </expand>
          <select />
        </subPane>
      </pane>
      <pane id="AndroidView">
        <subPane>
          <expand>
            <path>
              <item name="flutter_inappbrowser" type="1abcf292:AndroidViewProjectNode" />
              <item name="flutter_inappbrowser_android" type="e9137016:NonAndroidModuleNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="1abcf292:AndroidViewProjectNode" />
              <item name="flutter_inappbrowser_android" type="e9137016:NonAndroidModuleNode" />
              <item name="java" type="f7eae187:NonAndroidSourceTypeNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="1abcf292:AndroidViewProjectNode" />
              <item name="flutter_inappbrowser_android" type="e9137016:NonAndroidModuleNode" />
              <item name="java" type="f7eae187:NonAndroidSourceTypeNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="1abcf292:AndroidViewProjectNode" />
              <item name="flutter_inappbrowser_android" type="e9137016:NonAndroidModuleNode" />
              <item name="java" type="f7eae187:NonAndroidSourceTypeNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
              <item name="InAppWebView" type="462c0819:PsiDirectoryNode" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
363 364 365 366 367
            </path>
          </expand>
          <select />
        </subPane>
      </pane>
pichillilorenzo's avatar
pichillilorenzo committed
368 369 370
    </panes>
  </component>
  <component name="PropertiesComponent">
371 372 373
    <property name="Downloaded.Files.Path.Enabled" value="true" />
    <property name="Repository.Attach.JavaDocs" value="false" />
    <property name="Repository.Attach.Sources" value="false" />
374
    <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
375 376
    <property name="android.project.structure.last.selected" value="SDK Location" />
    <property name="android.project.structure.proportion" value="0.15" />
pichillilorenzo's avatar
pichillilorenzo committed
377
    <property name="dart.analysis.tool.window.force.activate" value="false" />
378
    <property name="editor.config.ad.shown" value="true" />
pichillilorenzo's avatar
pichillilorenzo committed
379
    <property name="io.flutter.reload.alreadyRun" value="true" />
380
    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
381
    <property name="project.structure.last.edited" value="SDK Location" />
382 383
    <property name="project.structure.proportion" value="0.15" />
    <property name="project.structure.side.proportion" value="0.2" />
384
    <property name="settings.editor.selected.configurable" value="flutter.settings" />
385
    <property name="show.migrate.to.gradle.popup" value="false" />
pichillilorenzo's avatar
pichillilorenzo committed
386 387
  </component>
  <component name="RecentsManager">
388 389
    <key name="CopyFile.RECENT_KEYS">
      <recent name="$PROJECT_DIR$/example/test_driver" />
390
      <recent name="$PROJECT_DIR$/example/test_assets" />
391 392 393 394
      <recent name="$PROJECT_DIR$/example/assets" />
      <recent name="$PROJECT_DIR$/example/assets/images" />
      <recent name="$PROJECT_DIR$/android/libs" />
    </key>
395 396 397 398 399
    <key name="MoveFile.RECENT_KEYS">
      <recent name="$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/public" />
      <recent name="$PROJECT_DIR$/example/assets/images" />
      <recent name="$PROJECT_DIR$/android/src/main/java" />
    </key>
pichillilorenzo's avatar
pichillilorenzo committed
400 401 402 403 404 405 406 407 408 409 410 411 412 413
  </component>
  <component name="RunDashboard">
    <option name="ruleStates">
      <list>
        <RuleState>
          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
        </RuleState>
        <RuleState>
          <option name="name" value="StatusDashboardGroupingRule" />
        </RuleState>
      </list>
    </option>
  </component>
  <component name="RunManager">
414
    <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
pichillilorenzo's avatar
pichillilorenzo committed
415 416 417
      <option name="MAIN_CLASS_NAME" />
      <option name="VM_PARAMETERS" value="-ea" />
      <option name="PARAMETERS" />
418 419 420 421
      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
    </configuration>
    <configuration name="&lt;template&gt;" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false">
      <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
pichillilorenzo's avatar
pichillilorenzo committed
422
    </configuration>
423 424 425 426 427 428
    <configuration default="true" type="Applet">
      <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
429 430 431 432 433 434
    <configuration default="true" type="Application" factoryName="Application">
      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
pichillilorenzo's avatar
pichillilorenzo committed
435
    <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
436
      <module name="flutter_webview" />
pichillilorenzo's avatar
pichillilorenzo committed
437 438 439 440 441 442 443
      <option name="VM_PARAMETERS" />
      <option name="PROGRAM_PARAMETERS" />
      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="PASS_PARENT_ENVS" value="true" />
      <option name="MAIN_CLASS_NAME" />
      <option name="WORKING_DIRECTORY" />
444 445 446
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
pichillilorenzo's avatar
pichillilorenzo committed
447 448
    </configuration>
    <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
449
      <module name="flutter_webview" />
pichillilorenzo's avatar
pichillilorenzo committed
450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <option name="filePath" />
      <option name="vmParameters" />
      <option name="alternativeJrePath" />
      <option name="programParameters" />
      <option name="passParentEnvs" value="true" />
      <option name="workingDirectory" />
      <option name="isAlternativeJrePathEnabled" value="false" />
      <option name="VM_PARAMETERS" />
      <option name="PROGRAM_PARAMETERS" />
      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="PASS_PARENT_ENVS" value="true" />
      <option name="MAIN_CLASS_NAME" />
      <option name="WORKING_DIRECTORY" />
      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
      <option name="filePath" />
      <option name="vmParameters" />
      <option name="alternativeJrePath" />
      <option name="programParameters" />
      <option name="passParentEnvs" value="true" />
      <option name="workingDirectory" />
      <option name="isAlternativeJrePathEnabled" value="false" />
      <option name="VM_PARAMETERS" />
      <option name="PROGRAM_PARAMETERS" />
      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
      <option name="ALTERNATIVE_JRE_PATH" />
      <option name="PASS_PARENT_ENVS" value="true" />
      <option name="MAIN_CLASS_NAME" />
      <option name="WORKING_DIRECTORY" />
480 481 482
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
pichillilorenzo's avatar
pichillilorenzo committed
483
    </configuration>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
484 485
    <configuration default="true" type="TestNG">
      <option name="TEST_OBJECT" value="CLASS" />
pichillilorenzo's avatar
pichillilorenzo committed
486 487 488
      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
      <properties />
      <listeners />
489 490 491
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
pichillilorenzo's avatar
pichillilorenzo committed
492 493 494 495 496 497 498 499 500 501 502 503 504 505 506
    </configuration>
  </component>
  <component name="SvnConfiguration">
    <configuration />
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="9b41f7a2-a71e-4923-91fb-249d7815b3e7" name="Default" comment="" />
      <created>1536836356751</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1536836356751</updated>
    </task>
    <servers />
  </component>
507 508 509 510 511 512 513 514 515
  <component name="TodoView">
    <todo-panel id="selected-file">
      <is-autoscroll-to-source value="true" />
    </todo-panel>
    <todo-panel id="all">
      <are-packages-shown value="true" />
      <is-autoscroll-to-source value="true" />
    </todo-panel>
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
516
  <component name="ToolWindowManager">
517
    <frame x="-1" y="23" width="1920" height="1057" extended-state="6" />
518
    <editor active="true" />
pichillilorenzo's avatar
pichillilorenzo committed
519
    <layout>
520
      <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.6177474" visible="true" weight="0.22523962" />
521
      <window_info id="Structure" order="1" sideWeight="0.38225257" side_tool="true" weight="0.2087327" />
522
      <window_info id="Designer" order="2" />
pichillilorenzo's avatar
pichillilorenzo committed
523
      <window_info id="Build Variants" order="3" side_tool="true" />
524 525 526 527
      <window_info id="Captures" order="4" side_tool="true" weight="0.32936507" />
      <window_info id="Favorites" order="5" side_tool="true" />
      <window_info id="Capture Tool" order="6" />
      <window_info id="Image Layers" order="7" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
528
      <window_info id="Resources Explorer" order="8" />
529
      <window_info anchor="bottom" id="Message" order="0" />
530 531
      <window_info anchor="bottom" id="Find" order="1" weight="0.32642487" />
      <window_info anchor="bottom" id="Run" order="2" sideWeight="0.49478307" weight="0.38445595" />
532
      <window_info anchor="bottom" id="Debug" order="3" weight="0.34196892" />
533 534
      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
535
      <window_info anchor="bottom" id="TODO" order="6" weight="0.3284974" />
536
      <window_info anchor="bottom" id="Android Profiler" order="7" show_stripe_button="false" />
537 538
      <window_info anchor="bottom" id="Event Log" order="8" sideWeight="0.50532484" side_tool="true" weight="0.35751295" />
      <window_info anchor="bottom" id="Version Control" order="9" />
539 540 541 542
      <window_info anchor="bottom" id="Terminal" order="10" sideWeight="0.4946752" weight="0.32435232" />
      <window_info anchor="bottom" id="Messages" order="11" sideWeight="0.4968051" weight="0.33782384" />
      <window_info anchor="bottom" id="Dependency Viewer" order="12" weight="0.32800853" />
      <window_info anchor="bottom" id="Logcat" order="13" visible="true" weight="0.41968912" />
543 544
      <window_info anchor="bottom" id="Dart Analysis" order="14" weight="0.3253886" />
      <window_info anchor="bottom" id="Flutter Performance" order="15" side_tool="true" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
545
      <window_info anchor="bottom" id="Build" order="16" />
546 547 548
      <window_info anchor="right" id="Commander" order="0" weight="0.4" />
      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
549 550 551 552 553 554 555
      <window_info anchor="right" id="Flutter Inspector" order="3" weight="0.3290735" />
      <window_info anchor="right" id="Capture Analysis" order="4" />
      <window_info anchor="right" id="Device File Explorer" order="5" side_tool="true" />
      <window_info anchor="right" id="Flutter Outline" order="6" weight="0.32922077" />
      <window_info anchor="right" id="Theme Preview" order="7" />
      <window_info anchor="right" id="Assistant" order="8" weight="0.3290735" />
      <window_info anchor="right" id="Palette&#9;" order="9" />
556
      <window_info anchor="right" id="Preview" order="10" weight="0.32960597" />
pichillilorenzo's avatar
pichillilorenzo committed
557 558
    </layout>
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
559
  <component name="UnknownFeatures">
560
    <option featureType="com.intellij.fileTypeFactory" implementationName="*.sh" />
pichillilorenzo's avatar
pichillilorenzo committed
561
    <option featureType="com.intellij.fileTypeFactory" implementationName="*.css" />
562
    <option featureType="com.intellij.fileTypeFactory" implementationName="*.js" />
pichillilorenzo's avatar
pichillilorenzo committed
563
  </component>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
564 565 566 567
  <component name="VcsManagerConfiguration">
    <ignored-roots>
      <path value="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappbrowser" />
    </ignored-roots>
pichillilorenzo's avatar
pichillilorenzo committed
568 569
  </component>
  <component name="editorHistoryManager">
570 571 572 573
    <entry file="file://$PROJECT_DIR$/.git/description">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$PROJECT_DIR$/.git/config">
574
      <provider selected="true" editor-type-id="text-editor">
575 576
        <state relative-caret-position="195">
          <caret line="13" lean-forward="true" selection-start-line="13" selection-end-line="13" />
577 578 579
        </state>
      </provider>
    </entry>
580
    <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_on_load_error_test.dart">
581
      <provider selected="true" editor-type-id="text-editor">
582 583 584 585 586
        <state relative-caret-position="357">
          <caret line="27" column="33" selection-start-line="27" selection-start-column="33" selection-end-line="27" selection-end-column="33" />
          <folding>
            <element signature="e#0#39#0" expanded="true" />
          </folding>
587 588 589
        </state>
      </provider>
    </entry>
590
    <entry file="file://$USER_HOME$/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.5+6/lib/connectivity.dart">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
591
      <provider selected="true" editor-type-id="text-editor">
592 593
        <state relative-caret-position="75">
          <caret line="11" column="5" selection-start-line="11" selection-start-column="5" selection-end-line="11" selection-end-column="5" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
594 595 596
        </state>
      </provider>
    </entry>
597
    <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_initial_file_test.dart">
598
      <provider selected="true" editor-type-id="text-editor">
599 600
        <state relative-caret-position="96">
          <caret line="28" column="85" selection-start-line="28" selection-start-column="20" selection-end-line="28" selection-end-column="85" />
601
          <folding>
602
            <element signature="e#0#39#0" expanded="true" />
603 604 605 606
          </folding>
        </state>
      </provider>
    </entry>
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640
    <entry file="file://$PROJECT_DIR$/lib/src/channel_manager.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="225">
          <caret line="15" column="36" selection-start-line="15" selection-start-column="36" selection-end-line="15" selection-end-column="36" />
          <folding>
            <element signature="e#0#20#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/lib/flutter_inappwebview.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="315">
          <caret line="21" column="29" lean-forward="true" selection-start-line="21" selection-start-column="29" selection-end-line="21" selection-end-column="29" />
          <folding>
            <element signature="e#0#1252#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/README.md">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$USER_HOME$/Downloads/in_app_webiew_example.screen.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="15">
          <caret line="11" selection-start-line="11" selection-end-line="11" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/lib/src/in_app_localhost_server.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="195">
          <caret line="13" column="2" selection-start-line="13" selection-start-column="2" selection-end-line="13" selection-end-column="2" />
641
          <folding>
642
            <element signature="e#0#17#0" expanded="true" />
643 644 645 646
          </folding>
        </state>
      </provider>
    </entry>
647 648 649 650 651 652 653 654 655 656 657 658 659 660
    <entry file="file://$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/public/css/style.css">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="30">
          <caret line="2" column="14" selection-end-line="3" selection-end-column="1" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/public/js/main.js">
      <provider selected="true" editor-type-id="text-editor">
        <state>
          <caret column="61" selection-start-column="61" selection-end-column="61" />
        </state>
      </provider>
    </entry>
661 662 663 664 665 666 667 668
    <entry file="file://$PROJECT_DIR$/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="120">
          <caret line="8" column="21" lean-forward="true" selection-start-line="8" selection-start-column="21" selection-end-line="8" selection-end-column="21" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/.github/ISSUE_TEMPLATE/BUG_REPORT.md">
669
      <provider selected="true" editor-type-id="text-editor">
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689
        <state relative-caret-position="120">
          <caret line="8" selection-start-line="8" selection-end-line="13" selection-end-column="58" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/android/app/build.gradle">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="-230" />
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/android/build.gradle">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$PROJECT_DIR$/android/build.gradle">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_ajax_test.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="151">
          <caret line="32" selection-start-line="32" selection-end-line="55" selection-end-column="7" />
690
          <folding>
691
            <element signature="e#0#39#0" expanded="true" />
692
          </folding>
693 694 695
        </state>
      </provider>
    </entry>
696
    <entry file="file://$PROJECT_DIR$/example/lib/chrome_safari_browser_example.screen.dart">
697
      <provider selected="true" editor-type-id="text-editor">
698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728
        <state>
          <folding>
            <element signature="e#0#39#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/android/src/main/res/layout/chrome_custom_tabs_layout.xml">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$PROJECT_DIR$/android/src/main/res/layout/activity_web_view.xml">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$PROJECT_DIR$/android/src/main/res/values/styles.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="30">
          <caret line="2" column="44" selection-start-line="2" selection-start-column="44" selection-end-line="2" selection-end-column="44" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/lib/src/cookie_manager.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="203">
          <caret line="38" column="10" selection-start-line="38" selection-start-column="10" selection-end-line="38" selection-end-column="10" />
          <folding>
            <element signature="e#0#20#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/assets/css/style.css">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
729
      <provider selected="true" editor-type-id="text-editor">
730 731
        <state relative-caret-position="215">
          <caret line="31" selection-start-line="31" selection-end-line="31" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
732 733 734
        </state>
      </provider>
    </entry>
735
    <entry file="file://$PROJECT_DIR$/example/test_assets/in_app_webview_on_create_window_test.html">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
736
      <provider selected="true" editor-type-id="text-editor">
737 738
        <state relative-caret-position="135">
          <caret line="9" column="42" selection-start-line="9" selection-start-column="42" selection-end-line="9" selection-end-column="42" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
739 740 741
        </state>
      </provider>
    </entry>
742
    <entry file="file://$PROJECT_DIR$/example/assets/js/main.js">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
743
      <provider selected="true" editor-type-id="text-editor">
744 745 746 747 748 749 750 751 752
        <state relative-caret-position="45">
          <caret line="3" column="25" selection-start-line="3" selection-start-column="25" selection-end-line="3" selection-end-column="25" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_should_override_url_loading_test.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="329">
          <caret line="49" column="68" lean-forward="true" selection-start-line="49" selection-start-column="68" selection-end-line="49" selection-end-column="68" />
753 754 755
          <folding>
            <element signature="e#0#39#0" expanded="true" />
          </folding>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
756 757 758
        </state>
      </provider>
    </entry>
759
    <entry file="file://$PROJECT_DIR$/example/pubspec.yaml">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
760
      <provider selected="true" editor-type-id="text-editor">
761 762
        <state relative-caret-position="210">
          <caret line="14" lean-forward="true" selection-start-line="14" selection-end-line="14" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
763 764 765
        </state>
      </provider>
    </entry>
766
    <entry file="file://$PROJECT_DIR$/example/android/app/src/main/java/com/pichillilorenzo/flutterwebviewexample/MainActivity.java">
767
      <provider selected="true" editor-type-id="text-editor">
768 769
        <state relative-caret-position="60">
          <caret line="7" column="13" selection-start-line="7" selection-start-column="13" selection-end-line="7" selection-end-column="13" />
770 771 772
        </state>
      </provider>
    </entry>
773
    <entry file="file://$PROJECT_DIR$/example/android/app/src/main/java/com/pichillilorenzo/flutterwebviewexample/EmbedderV1Activity.java">
774
      <provider selected="true" editor-type-id="text-editor">
775 776
        <state relative-caret-position="60">
          <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
777 778 779
        </state>
      </provider>
    </entry>
780 781 782 783 784 785 786 787 788 789 790 791 792 793 794
    <entry file="file://$PROJECT_DIR$/example/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="105">
          <caret line="12" column="19" selection-start-line="12" selection-start-column="19" selection-end-line="12" selection-end-column="19" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/android/app/src/main/AndroidManifest.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="180">
          <caret line="67" column="47" lean-forward="true" selection-start-line="67" selection-start-column="47" selection-end-line="67" selection-end-column="47" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/pubspec.yaml">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
795
      <provider selected="true" editor-type-id="text-editor">
796
        <state relative-caret-position="45">
797
          <caret line="3" column="23" selection-start-line="3" selection-start-column="23" selection-end-line="3" selection-end-column="23" />
798 799 800
        </state>
      </provider>
    </entry>
801
    <entry file="file://$PROJECT_DIR$/example/lib/in_app_browser_example.screen.dart">
802
      <provider selected="true" editor-type-id="text-editor">
803 804
        <state relative-caret-position="465">
          <caret line="36" column="3" selection-start-line="36" selection-start-column="3" selection-end-line="36" selection-end-column="3" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
805
          <folding>
806
            <element signature="e#0#20#0" expanded="true" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
807 808 809 810
          </folding>
        </state>
      </provider>
    </entry>
811
    <entry file="file://$PROJECT_DIR$/example/lib/in_app_webiew_example.screen.dart">
812
      <provider selected="true" editor-type-id="text-editor">
813 814
        <state relative-caret-position="15">
          <caret line="35" column="14" selection-start-line="35" selection-start-column="14" selection-end-line="112" selection-end-column="16" />
815
          <folding>
816
            <element signature="e#0#39#0" expanded="true" />
817
          </folding>
818 819 820
        </state>
      </provider>
    </entry>
821
    <entry file="file://$PROJECT_DIR$/lib/src/types.dart">
822
      <provider selected="true" editor-type-id="text-editor">
823 824
        <state relative-caret-position="491">
          <caret line="2026" column="38" selection-start-line="2026" selection-start-column="38" selection-end-line="2026" selection-end-column="38" />
825 826 827 828 829
          <folding>
            <element signature="e#0#20#0" expanded="true" />
          </folding>
        </state>
      </provider>
830
    </entry>
831
    <entry file="file://$PROJECT_DIR$/lib/src/in_app_browser.dart">
832
      <provider selected="true" editor-type-id="text-editor">
833 834 835 836 837
        <state relative-caret-position="-3314">
          <caret line="315" column="50" selection-start-line="315" selection-start-column="50" selection-end-line="315" selection-end-column="50" />
          <folding>
            <element signature="e#0#20#0" expanded="true" />
          </folding>
838 839 840
        </state>
      </provider>
    </entry>
841
    <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_on_create_window_test.dart">
842
      <provider selected="true" editor-type-id="text-editor">
843 844
        <state relative-caret-position="160">
          <caret line="15" column="54" selection-start-line="15" selection-start-column="24" selection-end-line="15" selection-end-column="54" />
845
          <folding>
846
            <element signature="e#0#39#0" expanded="true" />
847
          </folding>
848 849 850
        </state>
      </provider>
    </entry>
851
    <entry file="file://$PROJECT_DIR$/lib/src/webview_options.dart">
852
      <provider selected="true" editor-type-id="text-editor">
853 854 855 856 857
        <state relative-caret-position="330">
          <caret line="552" column="81" selection-start-line="552" selection-start-column="81" selection-end-line="552" selection-end-column="81" />
          <folding>
            <element signature="e#0#17#0" expanded="true" />
          </folding>
858 859 860
        </state>
      </provider>
    </entry>
861
    <entry file="file://$PROJECT_DIR$/test.sh">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
862
      <provider selected="true" editor-type-id="text-editor">
863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878
        <state relative-caret-position="45">
          <caret line="3" column="18" selection-start-line="3" selection-start-column="18" selection-end-line="3" selection-end-column="18" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/public/test-index.html">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="210">
          <caret line="14" column="7" selection-end-line="14" selection-end-column="7" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/test_driver/main_test.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="264">
          <caret line="48" column="91" selection-start-line="48" selection-start-column="91" selection-end-line="48" selection-end-column="91" />
879 880 881
          <folding>
            <element signature="e#0#20#0" expanded="true" />
          </folding>
882 883 884
        </state>
      </provider>
    </entry>
885 886 887 888 889 890 891
    <entry file="file://$PROJECT_DIR$/CHANGELOG.md">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="165">
          <caret line="11" column="73" selection-start-line="11" selection-start-column="73" selection-end-line="11" selection-end-column="73" />
        </state>
      </provider>
    </entry>
892
    <entry file="file://$PROJECT_DIR$/README.md">
893
      <provider selected="true" editor-type-id="text-editor">
894 895
        <state relative-caret-position="149">
          <caret line="413" column="267" selection-start-line="413" selection-start-column="267" selection-end-line="413" selection-end-column="267" />
896 897 898 899
          <folding>
            <element signature="e#0#39#0" expanded="true" />
            <element signature="e#0#39#0" expanded="true" />
          </folding>
900
        </state>
901 902
      </provider>
    </entry>
903 904 905 906 907 908 909 910 911 912 913 914 915 916 917
    <entry file="file://$PROJECT_DIR$/example/test_driver/app_test.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="554">
          <caret line="360" column="33" selection-start-line="360" selection-start-column="33" selection-end-line="360" selection-end-column="33" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_ssl_request_test.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="367">
          <caret line="52" column="22" selection-start-line="50" selection-start-column="20" selection-end-line="52" selection-end-column="22" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/lib/src/in_app_webview.dart">
918
      <provider selected="true" editor-type-id="text-editor">
919 920
        <state relative-caret-position="211">
          <caret line="440" selection-start-line="440" selection-end-line="440" />
921 922 923 924 925 926
          <folding>
            <element signature="e#0#17#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943
    <entry file="file://$PROJECT_DIR$/nodejs_server_test_auth_basic_and_ssl/index.js">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="531">
          <caret line="111" selection-start-line="111" selection-end-line="111" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/test_driver/in_app_webview_on_received_http_auth_request_test.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="399">
          <caret line="54" column="29" selection-start-line="54" selection-start-column="29" selection-end-line="54" selection-end-column="29" />
          <folding>
            <element signature="e#0#39#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
944
    <entry file="file://$PROJECT_DIR$/example/lib/main.dart">
945
      <provider selected="true" editor-type-id="text-editor">
946 947
        <state relative-caret-position="445">
          <caret line="78" column="1" selection-start-line="78" selection-start-column="1" selection-end-line="78" selection-end-column="1" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
948
          <folding>
949
            <element signature="e#0#20#0" expanded="true" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
950
          </folding>
951 952
        </state>
      </provider>
953
    </entry>
954 955 956 957 958 959 960
    <entry file="file://$PROJECT_DIR$/example/assets/index.html">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="212">
          <caret line="23" column="17" lean-forward="true" selection-start-line="23" selection-start-column="17" selection-end-line="23" selection-end-column="17" />
        </state>
      </provider>
    </entry>
pichillilorenzo's avatar
pichillilorenzo committed
961
  </component>
962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036
  <component name="masterDetails">
    <states>
      <state key="ArtifactsStructureConfigurable.UI">
        <settings>
          <artifact-editor />
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="FacetStructureConfigurable.UI">
        <settings>
          <last-edited>Android</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="GlobalLibrariesConfigurable.UI">
        <settings>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="JdkListConfigurable.UI">
        <settings>
          <last-edited>1.8</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="ModuleStructureConfigurable.UI">
        <settings>
          <last-edited>flutter_inappbrowser_android</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
      <state key="ProjectLibrariesConfigurable.UI">
        <settings>
          <last-edited>Dart SDK</last-edited>
          <splitter-proportions>
            <option name="proportions">
              <list>
                <option value="0.2" />
              </list>
            </option>
          </splitter-proportions>
        </settings>
      </state>
    </states>
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
1037
</project>