workspace.xml 52.6 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 9 10
  <component name="AndroidLogFilters">
    <option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
  </component>
11 12 13 14 15
  <component name="CMakeSettings">
    <configurations>
      <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
    </configurations>
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
16
  <component name="ChangeListManager">
17
    <list default="true" id="9b41f7a2-a71e-4923-91fb-249d7815b3e7" name="Default" comment="">
18
      <change afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/ContentBlocker/ContentBlockerHandler.java" afterDir="false" />
19
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
20 21
      <change beforePath="$PROJECT_DIR$/CHANGELOG.md" beforeDir="false" afterPath="$PROJECT_DIR$/CHANGELOG.md" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/android/build.gradle" afterDir="false" />
22 23
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/ContentBlocker/ContentBlocker.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/ContentBlocker/ContentBlocker.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/ContentBlocker/ContentBlockerTrigger.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/ContentBlocker/ContentBlockerTrigger.java" afterDir="false" />
24 25 26
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/FlutterWebView.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/FlutterWebView.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppWebView/InAppWebChromeClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppWebView/InAppWebChromeClient.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppWebView/InAppWebView.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppWebView/InAppWebView.java" afterDir="false" />
27
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppWebView/InAppWebViewClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppWebView/InAppWebViewClient.java" afterDir="false" />
28 29
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppWebView/InAppWebViewOptions.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppWebView/InAppWebViewOptions.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/RequestPermissionHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/RequestPermissionHandler.java" afterDir="false" />
30
      <change beforePath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/Util.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/Util.java" afterDir="false" />
31
      <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" />
32
      <change beforePath="$PROJECT_DIR$/example/assets/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/example/assets/index.html" afterDir="false" />
33 34 35 36 37
      <change beforePath="$PROJECT_DIR$/example/ios/Runner.xcodeproj/project.pbxproj" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/Runner.xcodeproj/project.pbxproj" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/Runner/AppDelegate.swift" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/Runner/AppDelegate.swift" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/example/ios/Runner/Info.plist" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/Runner/Info.plist" afterDir="false" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
38
      <change beforePath="$PROJECT_DIR$/example/lib/inline_example.screen.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/lib/inline_example.screen.dart" afterDir="false" />
39
      <change beforePath="$PROJECT_DIR$/example/lib/main.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/lib/main.dart" afterDir="false" />
40
      <change beforePath="$PROJECT_DIR$/example/lib/webview_example.screen.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/lib/webview_example.screen.dart" afterDir="false" />
41
      <change beforePath="$PROJECT_DIR$/example/pubspec.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/example/pubspec.yaml" afterDir="false" />
42
      <change beforePath="$PROJECT_DIR$/ios/Classes/FlutterWebViewController.swift" beforeDir="false" afterPath="$PROJECT_DIR$/ios/Classes/FlutterWebViewController.swift" afterDir="false" />
43
      <change beforePath="$PROJECT_DIR$/ios/Classes/InAppWebView.swift" beforeDir="false" afterPath="$PROJECT_DIR$/ios/Classes/InAppWebView.swift" afterDir="false" />
44
      <change beforePath="$PROJECT_DIR$/ios/Classes/InAppWebViewOptions.swift" beforeDir="false" afterPath="$PROJECT_DIR$/ios/Classes/InAppWebViewOptions.swift" afterDir="false" />
45
      <change beforePath="$PROJECT_DIR$/lib/src/content_blocker.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/content_blocker.dart" afterDir="false" />
46
      <change beforePath="$PROJECT_DIR$/lib/src/in_app_browser.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/in_app_browser.dart" afterDir="false" />
47 48
      <change beforePath="$PROJECT_DIR$/lib/src/in_app_webview.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/in_app_webview.dart" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/lib/src/types.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/types.dart" afterDir="false" />
49
      <change beforePath="$PROJECT_DIR$/lib/src/webview_options.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/webview_options.dart" afterDir="false" />
50
      <change beforePath="$PROJECT_DIR$/pubspec.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/pubspec.yaml" afterDir="false" />
51
    </list>
pichillilorenzo's avatar
pichillilorenzo committed
52 53 54 55 56 57 58 59 60 61 62 63
    <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>
64 65 66 67
  <component name="DefaultGradleProjectSettings">
    <option name="isMigrated" value="true" />
  </component>
  <component name="ExecutionTargetManager" SELECTED_TARGET="Pixel_3_XL_API_24" />
pichillilorenzo's avatar
pichillilorenzo committed
68
  <component name="FileEditorManager">
69
    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
70 71
      <file pinned="false" current-in-tab="true">
        <entry file="file://$PROJECT_DIR$/CHANGELOG.md">
72
          <provider selected="true" editor-type-id="text-editor">
73 74
            <state relative-caret-position="405">
              <caret line="27" selection-start-line="27" selection-end-line="27" />
75 76 77 78 79
            </state>
          </provider>
        </entry>
      </file>
      <file pinned="false" current-in-tab="false">
80
        <entry file="file://$PROJECT_DIR$/pubspec.yaml">
81
          <provider selected="true" editor-type-id="text-editor">
82 83
            <state relative-caret-position="30">
              <caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="14" />
pichillilorenzo's avatar
pichillilorenzo committed
84 85 86 87
            </state>
          </provider>
        </entry>
      </file>
88
      <file pinned="false" current-in-tab="false">
89
        <entry file="file://$PROJECT_DIR$/lib/src/webview_options.dart">
90
          <provider selected="true" editor-type-id="text-editor">
91 92 93 94 95
            <state relative-caret-position="61">
              <caret line="239" column="47" lean-forward="true" selection-start-line="239" selection-start-column="47" selection-end-line="239" selection-end-column="47" />
              <folding>
                <element signature="e#0#17#0" expanded="true" />
              </folding>
96 97 98 99
            </state>
          </provider>
        </entry>
      </file>
100 101
      <file pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/lib/src/in_app_webview.dart">
102
          <provider selected="true" editor-type-id="text-editor">
103 104
            <state relative-caret-position="233">
              <caret line="396" column="56" selection-start-line="396" selection-start-column="56" selection-end-line="396" selection-end-column="56" />
105
              <folding>
106
                <element signature="e#0#17#0" expanded="true" />
107
              </folding>
pichillilorenzo's avatar
pichillilorenzo committed
108 109 110 111
            </state>
          </provider>
        </entry>
      </file>
112
      <file pinned="false" current-in-tab="false">
113
        <entry file="file://$PROJECT_DIR$/lib/src/types.dart">
114
          <provider selected="true" editor-type-id="text-editor">
115 116
            <state relative-caret-position="302">
              <caret line="111" column="45" selection-start-line="111" selection-start-column="6" selection-end-line="111" selection-end-column="45" />
117 118 119 120
            </state>
          </provider>
        </entry>
      </file>
121 122
      <file pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/lib/src/in_app_browser.dart">
123
          <provider selected="true" editor-type-id="text-editor">
124 125
            <state relative-caret-position="5265">
              <caret line="359" column="84" selection-start-line="359" selection-start-column="50" selection-end-line="359" selection-end-column="84" />
126 127
              <folding>
                <element signature="e#0#20#0" expanded="true" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
128
              </folding>
129 130 131 132
            </state>
          </provider>
        </entry>
      </file>
133 134 135
      <file pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/lib/src/content_blocker.dart">
          <provider selected="true" editor-type-id="text-editor">
136 137
            <state relative-caret-position="90">
              <caret line="6" column="45" selection-start-line="6" selection-start-column="45" selection-end-line="6" selection-end-column="45" />
138 139 140 141 142 143 144
            </state>
          </provider>
        </entry>
      </file>
      <file pinned="false" current-in-tab="false">
        <entry file="file://$PROJECT_DIR$/example/assets/index.html">
          <provider selected="true" editor-type-id="text-editor">
145 146
            <state relative-caret-position="460">
              <caret line="63" column="19" lean-forward="true" selection-start-line="63" selection-start-column="19" selection-end-line="63" selection-end-column="19" />
147 148 149 150
            </state>
          </provider>
        </entry>
      </file>
151
      <file pinned="false" current-in-tab="false">
152
        <entry file="file://$PROJECT_DIR$/example/lib/inline_example.screen.dart">
153
          <provider selected="true" editor-type-id="text-editor">
154 155
            <state relative-caret-position="439">
              <caret line="85" column="38" selection-start-line="85" selection-start-column="38" selection-end-line="85" selection-end-column="38" />
156 157 158
              <folding>
                <element signature="e#0#22#0" expanded="true" />
              </folding>
159 160 161 162
            </state>
          </provider>
        </entry>
      </file>
163
      <file pinned="false" current-in-tab="false">
164
        <entry file="file://$PROJECT_DIR$/example/lib/main.dart">
165
          <provider selected="true" editor-type-id="text-editor">
166 167
            <state relative-caret-position="255">
              <caret line="17" column="2" selection-start-line="17" selection-start-column="2" selection-end-line="17" selection-end-column="2" />
168 169 170 171 172 173 174
              <folding>
                <element signature="e#0#20#0" expanded="true" />
              </folding>
            </state>
          </provider>
        </entry>
      </file>
pichillilorenzo's avatar
pichillilorenzo committed
175 176 177 178 179 180
    </leaf>
  </component>
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
        <option value="Class" />
181
        <option value="Dart File" />
pichillilorenzo's avatar
pichillilorenzo committed
182 183 184 185 186
      </list>
    </option>
  </component>
  <component name="FindInProjectRecents">
    <findStrings>
187 188
      <find>options)</find>
      <find>WebViewOptions</find>
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
      <find>websiteDataStore</find>
      <find>CacheMode</find>
      <find>toStr</find>
      <find>cacheMode</find>
      <find>disabledActionModeMenuItems</find>
      <find>AndroidInAppWebViewModeMenuItem</find>
      <find>fantasyFontFamily</find>
      <find>AndroidInAppWebViewLayoutAlgorithm</find>
      <find>loadWithOverviewMode</find>
      <find>AndroidInAppWebViewCacheMode</find>
      <find>mixedContentMode</find>
      <find>disable</find>
      <find>appCachePath</find>
      <find>List&lt;Con</find>
      <find>appCacheEnabled</find>
      <find>List&lt;Content</find>
      <find>NOTE</find>
      <find>onGeolocationPermissionsShowPrompt</find>
      <find>&quot;onGeolocationPermissionsShowPrompt&quot;</find>
      <find>databaseEnabled</find>
      <find>RequestPermission</find>
      <find>geolocation</find>
      <find>userInterfaceDirectionPolicy</find>
      <find>WKSelectionGranularityDynamic</find>
      <find>minimumFontSize</find>
      <find>defaultWebpagePreferences</find>
      <find>contentBlockers</find>
      <find>preferredContentMode</find>
pichillilorenzo's avatar
pichillilorenzo committed
217 218 219 220 221 222
    </findStrings>
    <replaceStrings>
      <replace>activity.getPreferences(0)</replace>
      <replace>Log.</replace>
      <replace>com.pichillilorenzo.flutter_inappbrowser</replace>
      <replace>flutter_inappbrowser</replace>
223 224
      <replace>throwIsNotOpened</replace>
      <replace>ChannelManager</replace>
pichillilorenzo's avatar
pichillilorenzo committed
225
    </replaceStrings>
226 227 228
    <dirStrings>
      <dir>$PROJECT_DIR$/example/android</dir>
    </dirStrings>
pichillilorenzo's avatar
pichillilorenzo committed
229
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
230 231 232
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
  <component name="IdeDocumentHistory">
    <option name="CHANGED_PATHS">
      <list>
        <option value="$PROJECT_DIR$/lib/flutter_webview.dart" />
        <option value="$PROJECT_DIR$/example/ios/Flutter/Debug.xcconfig" />
        <option value="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutterwebview/InAppBrowser.java" />
        <option value="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutterwebview/InAppBrowserClient.java" />
        <option value="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutterwebview/InAppBrowserDialog.java" />
        <option value="$PROJECT_DIR$/android/settings.gradle" />
        <option value="$PROJECT_DIR$/ios/Classes/InAppBrowser.m" />
        <option value="$PROJECT_DIR$/ios/Classes/SwiftFlutterPlugin.swift" />
        <option value="$PROJECT_DIR$/LICENSE" />
        <option value="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppBrowserDialog.java" />
        <option value="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppBrowserClient.java" />
        <option value="$PROJECT_DIR$/android/src/main/java/com/pichillilorenzo/flutter_inappbrowser/InAppBrowser.java" />
248
        <option value="$PROJECT_DIR$/example/ios/Podfile" />
pichillilorenzo's avatar
pichillilorenzo committed
249 250
        <option value="$PROJECT_DIR$/example/html/css/style.css" />
        <option value="$PROJECT_DIR$/example/html/index.html" />
pichillilorenzo's avatar
pichillilorenzo committed
251
        <option value="$PROJECT_DIR$/example/ios/Flutter/Generated.xcconfig" />
252
        <option value="$PROJECT_DIR$/android/gradle/wrapper/gradle-wrapper.properties" />
253 254 255 256
        <option value="$PROJECT_DIR$/example/android/app/build.gradle" />
        <option value="$PROJECT_DIR$/example/android/gradle.properties" />
        <option value="$PROJECT_DIR$/android/build.gradle" />
        <option value="$PROJECT_DIR$/example/android/build.gradle" />
257
        <option value="$PROJECT_DIR$/example/assets/page-3.html" />
258 259
        <option value="$PROJECT_DIR$/example/assets/page-2.html" />
        <option value="$PROJECT_DIR$/example/assets/page-1.html" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
260
        <option value="$PROJECT_DIR$/example/assets/css/style.css" />
261 262 263
        <option value="$PROJECT_DIR$/ios/Classes/InAppWebView.swift" />
        <option value="$PROJECT_DIR$/ios/flutter_inappbrowser.podspec" />
        <option value="$PROJECT_DIR$/README.md" />
264
        <option value="$PROJECT_DIR$/android/src/main/AndroidManifest.xml" />
265 266 267 268
        <option value="$PROJECT_DIR$/lib/in_app_browser.dart" />
        <option value="$PROJECT_DIR$/lib/src/in_app_localhost_server.dart" />
        <option value="$PROJECT_DIR$/lib/src/channel_manager.dart" />
        <option value="$PROJECT_DIR$/lib/src/cookie_manager.dart" />
269 270 271
        <option value="$PROJECT_DIR$/lib/src/web_history.dart" />
        <option value="$PROJECT_DIR$/example/lib/test.dart" />
        <option value="$PROJECT_DIR$/lib/flutter_inappbrowser.dart" />
272 273
        <option value="$PROJECT_DIR$/example/lib/chrome_safari_example.screen.dart" />
        <option value="$PROJECT_DIR$/lib/src/chrome_safari_browser.dart" />
274
        <option value="$PROJECT_DIR$/lib/src/content_blocker.dart" />
275 276
        <option value="$PROJECT_DIR$/lib/src/in_app_browser.dart" />
        <option value="$PROJECT_DIR$/lib/src/in_app_webview.dart" />
277
        <option value="$PROJECT_DIR$/example/lib/webview_example.screen.dart" />
278 279
        <option value="$PROJECT_DIR$/lib/src/types.dart" />
        <option value="$PROJECT_DIR$/example/pubspec.yaml" />
280
        <option value="$PROJECT_DIR$/lib/src/webview_options.dart" />
281 282 283 284 285 286
        <option value="$PROJECT_DIR$/example/ios/Runner/Info.plist" />
        <option value="$PROJECT_DIR$/example/lib/inline_example.screen.dart" />
        <option value="$PROJECT_DIR$/pubspec.yaml" />
        <option value="$PROJECT_DIR$/example/lib/main.dart" />
        <option value="$PROJECT_DIR$/example/assets/index.html" />
        <option value="$PROJECT_DIR$/CHANGELOG.md" />
pichillilorenzo's avatar
pichillilorenzo committed
287 288 289
      </list>
    </option>
  </component>
290
  <component name="ProjectFrameBounds">
pichillilorenzo's avatar
pichillilorenzo committed
291
    <option name="y" value="23" />
292
    <option name="width" value="1920" />
293
    <option name="height" value="1057" />
pichillilorenzo's avatar
pichillilorenzo committed
294
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
295
  <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
pichillilorenzo's avatar
pichillilorenzo committed
296 297 298 299 300
  <component name="ProjectView">
    <navigator currentView="ProjectPane" proportions="" version="1">
      <foldersAlwaysOnTop value="true" />
    </navigator>
    <panes>
301 302
      <pane id="Scope">
        <subPane subId="Project Files">
303 304
          <expand>
            <path>
305 306
              <item name="Root" type="cbb8eebc:String" user="Root" />
              <item name="flutter_inappbrowser" type="cbb8eebc:String" user="flutter_inappbrowser" />
307 308 309 310 311
            </path>
          </expand>
          <select />
        </subPane>
      </pane>
312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333
      <pane id="ProjectPane">
        <subPane>
          <expand>
            <path>
              <item name="flutter_inappbrowser" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
              <item name="example" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
              <item name="example" type="462c0819:PsiDirectoryNode" />
              <item name="assets" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
              <item name="example" type="462c0819:PsiDirectoryNode" />
334 335 336 337 338 339 340 341
              <item name="ios" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
              <item name="example" type="462c0819:PsiDirectoryNode" />
              <item name="ios" type="462c0819:PsiDirectoryNode" />
              <item name="Runner" type="462c0819:PsiDirectoryNode" />
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361
            </path>
            <path>
              <item name="flutter_inappbrowser" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
              <item name="lib" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="b2602c69:ProjectViewProjectNode" />
              <item name="flutter_inappbrowser" type="462c0819:PsiDirectoryNode" />
              <item name="lib" type="462c0819:PsiDirectoryNode" />
              <item name="src" type="462c0819:PsiDirectoryNode" />
            </path>
            <path>
              <item name="flutter_inappbrowser" type="b2602c69:ProjectViewProjectNode" />
              <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
            </path>
          </expand>
          <select />
        </subPane>
      </pane>
362 363
      <pane id="AndroidView">
        <subPane>
364
          <expand>
365
            <path>
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385
              <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" />
386 387 388 389 390
            </path>
          </expand>
          <select />
        </subPane>
      </pane>
391
      <pane id="PackagesPane" />
pichillilorenzo's avatar
pichillilorenzo committed
392 393 394
    </panes>
  </component>
  <component name="PropertiesComponent">
395 396 397
    <property name="Downloaded.Files.Path.Enabled" value="true" />
    <property name="Repository.Attach.JavaDocs" value="false" />
    <property name="Repository.Attach.Sources" value="false" />
398
    <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
399 400
    <property name="android.project.structure.last.selected" value="SDK Location" />
    <property name="android.project.structure.proportion" value="0.15" />
pichillilorenzo's avatar
pichillilorenzo committed
401 402
    <property name="dart.analysis.tool.window.force.activate" value="false" />
    <property name="io.flutter.reload.alreadyRun" value="true" />
403
    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
404
    <property name="project.structure.last.edited" value="SDK Location" />
405 406
    <property name="project.structure.proportion" value="0.15" />
    <property name="project.structure.side.proportion" value="0.2" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
407
    <property name="settings.editor.selected.configurable" value="flutter.settings" />
408
    <property name="show.migrate.to.gradle.popup" value="false" />
pichillilorenzo's avatar
pichillilorenzo committed
409 410
  </component>
  <component name="RecentsManager">
411 412 413 414 415 416 417
    <key name="MoveFile.RECENT_KEYS">
      <recent name="$PROJECT_DIR$/lib/src" />
      <recent name="$PROJECT_DIR$/lib/in_app_browser.dart" />
      <recent name="$PROJECT_DIR$/lib" />
      <recent name="$PROJECT_DIR$/example/assets/images" />
      <recent name="$PROJECT_DIR$/android/src/main/java" />
    </key>
pichillilorenzo's avatar
pichillilorenzo committed
418
    <key name="CopyFile.RECENT_KEYS">
419 420
      <recent name="$PROJECT_DIR$" />
      <recent name="$PROJECT_DIR$/example" />
421
      <recent name="$PROJECT_DIR$/example/assets" />
pichillilorenzo's avatar
pichillilorenzo committed
422 423 424
      <recent name="$PROJECT_DIR$/example/assets/images" />
      <recent name="$PROJECT_DIR$/android/libs" />
    </key>
pichillilorenzo's avatar
pichillilorenzo committed
425 426 427 428 429 430 431 432 433 434 435 436 437 438
  </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">
439
    <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
pichillilorenzo's avatar
pichillilorenzo committed
440 441 442
      <option name="MAIN_CLASS_NAME" />
      <option name="VM_PARAMETERS" value="-ea" />
      <option name="PARAMETERS" />
443 444 445 446
      <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
447
    </configuration>
448 449 450 451 452 453
    <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>
pichillilorenzo's avatar
pichillilorenzo committed
454 455
    <configuration default="true" type="Application" factoryName="Application">
      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
456 457 458
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
pichillilorenzo's avatar
pichillilorenzo committed
459 460
    </configuration>
    <configuration default="true" type="JetRunConfigurationType" factoryName="Kotlin">
461
      <module name="flutter_webview" />
pichillilorenzo's avatar
pichillilorenzo committed
462 463 464 465 466 467 468
      <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" />
469 470 471
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
pichillilorenzo's avatar
pichillilorenzo committed
472 473
    </configuration>
    <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType" factoryName="Kotlin script">
474
      <module name="flutter_webview" />
pichillilorenzo's avatar
pichillilorenzo committed
475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504
      <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" />
505 506 507
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
pichillilorenzo's avatar
pichillilorenzo committed
508
    </configuration>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
509 510
    <configuration default="true" type="TestNG">
      <option name="TEST_OBJECT" value="CLASS" />
pichillilorenzo's avatar
pichillilorenzo committed
511 512 513
      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
      <properties />
      <listeners />
514 515 516
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
pichillilorenzo's avatar
pichillilorenzo committed
517 518 519 520 521 522 523 524 525 526 527 528 529 530 531
    </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>
532 533 534 535 536 537 538 539 540
  <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
541
  <component name="ToolWindowManager">
542
    <frame x="0" y="23" width="1920" height="1057" extended-state="0" />
543
    <editor active="true" />
pichillilorenzo's avatar
pichillilorenzo committed
544
    <layout>
545 546
      <window_info content_ui="combo" id="Project" order="0" sideWeight="0.6049822" visible="true" weight="0.15867944" />
      <window_info id="Structure" order="1" sideWeight="0.3950178" side_tool="true" visible="true" weight="0.15867944" />
547
      <window_info id="Designer" order="2" />
pichillilorenzo's avatar
pichillilorenzo committed
548
      <window_info id="Build Variants" order="3" side_tool="true" />
549 550 551 552
      <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
553
      <window_info id="Resources Explorer" order="8" />
554
      <window_info anchor="bottom" id="Message" order="0" />
555
      <window_info anchor="bottom" id="Find" order="1" weight="0.32642487" />
556
      <window_info anchor="bottom" id="Run" order="2" sideWeight="0.49307775" weight="0.38445595" />
557
      <window_info anchor="bottom" id="Debug" order="3" weight="0.34196892" />
558 559
      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
560
      <window_info anchor="bottom" id="TODO" order="6" sideWeight="0.49946752" weight="0.3284974" />
561
      <window_info anchor="bottom" id="Android Profiler" order="7" show_stripe_button="false" />
562
      <window_info anchor="bottom" id="Event Log" order="8" sideWeight="0.50692225" side_tool="true" weight="0.38445595" />
563
      <window_info anchor="bottom" id="Version Control" order="9" weight="0.32953367" />
564
      <window_info active="true" anchor="bottom" id="Terminal" order="10" sideWeight="0.49533224" visible="true" weight="0.41761658" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
565
      <window_info anchor="bottom" id="Logcat" order="11" weight="0.32953367" />
566
      <window_info anchor="bottom" id="Messages" order="12" weight="0.226943" />
567
      <window_info anchor="bottom" id="Dependency Viewer" order="13" weight="0.32800853" />
568
      <window_info anchor="bottom" id="Dart Analysis" order="14" sideWeight="0.4968051" weight="0.3253886" />
569
      <window_info anchor="bottom" id="Flutter Performance" order="15" side_tool="true" />
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
570
      <window_info anchor="bottom" id="Build" order="16" />
571 572 573
      <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" />
574 575 576 577 578 579 580
      <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" />
pichillilorenzo's avatar
pichillilorenzo committed
581 582
    </layout>
  </component>
pichillilorenzo's avatar
pichillilorenzo committed
583 584 585
  <component name="UnknownFeatures">
    <option featureType="com.intellij.fileTypeFactory" implementationName="*.css" />
  </component>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
586 587 588 589
  <component name="VcsManagerConfiguration">
    <ignored-roots>
      <path value="$PROJECT_DIR$/example/ios/.symlinks/plugins/flutter_inappbrowser" />
    </ignored-roots>
pichillilorenzo's avatar
pichillilorenzo committed
590 591
  </component>
  <component name="editorHistoryManager">
592
    <entry file="file://$PROJECT_DIR$/example/ios/Flutter/Flutter.framework/Info.plist">
593
      <provider selected="true" editor-type-id="text-editor" />
594 595
    </entry>
    <entry file="file://$PROJECT_DIR$/example/ios/Flutter/AppFrameworkInfo.plist">
596
      <provider selected="true" editor-type-id="text-editor" />
597 598 599 600 601 602 603 604
    </entry>
    <entry file="file://$PROJECT_DIR$/example/ios/Runner.xcodeproj/project.pbxproj">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="211">
          <caret line="453" column="10" selection-start-line="453" selection-start-column="10" selection-end-line="453" selection-end-column="10" />
        </state>
      </provider>
    </entry>
pichillilorenzo's avatar
pichillilorenzo committed
605
    <entry file="file://$PROJECT_DIR$/example/.packages">
606 607 608 609 610 611 612 613
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$PROJECT_DIR$/android/.idea/gradle.xml">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$PROJECT_DIR$/android/.idea/misc.xml">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
614
    <entry file="file://$PROJECT_DIR$/example/build/app/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml" />
615
    <entry file="file://$PROJECT_DIR$/android/gradle.properties">
pichillilorenzo's avatar
pichillilorenzo committed
616
      <provider selected="true" editor-type-id="text-editor">
617 618
        <state relative-caret-position="45">
          <caret line="3" lean-forward="true" selection-end-line="3" />
pichillilorenzo's avatar
pichillilorenzo committed
619 620 621
        </state>
      </provider>
    </entry>
622
    <entry file="file://$PROJECT_DIR$/example/android/gradle.properties">
623
      <provider selected="true" editor-type-id="text-editor">
624 625
        <state relative-caret-position="45">
          <caret line="3" lean-forward="true" selection-start-line="3" selection-end-line="3" />
626 627 628
        </state>
      </provider>
    </entry>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
629 630 631 632 633 634 635 636 637 638 639
    <entry file="file://$USER_HOME$/flutter/bin/cache/pkg/sky_engine/lib/core/map.dart" />
    <entry file="file://$PROJECT_DIR$/example/assets/page-3.html" />
    <entry file="file://$USER_HOME$/flutter/bin/cache/pkg/sky_engine/lib/convert/json.dart" />
    <entry file="file://$PROJECT_DIR$/example/assets/page-2.html">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="162">
          <caret line="15" column="63" selection-start-line="15" selection-start-column="63" selection-end-line="15" selection-end-column="63" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/assets/page-1.html">
640
      <provider selected="true" editor-type-id="text-editor">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
641 642
        <state relative-caret-position="104">
          <caret line="15" column="63" selection-start-line="15" selection-start-column="63" selection-end-line="15" selection-end-column="63" />
643 644 645
        </state>
      </provider>
    </entry>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
646
    <entry file="file://$PROJECT_DIR$/android/build.gradle">
647
      <provider selected="true" editor-type-id="text-editor">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
648 649
        <state relative-caret-position="256">
          <caret line="25" column="1" lean-forward="true" selection-start-line="25" selection-start-column="1" selection-end-line="25" selection-end-column="1" />
650 651 652
        </state>
      </provider>
    </entry>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
653
    <entry file="file://$USER_HOME$/flutter/packages/flutter/lib/src/widgets/platform_view.dart">
654
      <provider selected="true" editor-type-id="text-editor">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
655 656
        <state relative-caret-position="-182">
          <caret line="62" column="8" selection-start-line="62" selection-start-column="8" selection-end-line="62" selection-end-column="8" />
pichillilorenzo's avatar
pichillilorenzo committed
657 658 659
        </state>
      </provider>
    </entry>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
660
    <entry file="file://$USER_HOME$/flutter/packages/flutter/lib/src/widgets/framework.dart">
pichillilorenzo's avatar
pichillilorenzo committed
661
      <provider selected="true" editor-type-id="text-editor">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
662 663
        <state relative-caret-position="125">
          <caret line="779" column="15" selection-start-line="779" selection-start-column="15" selection-end-line="779" selection-end-column="15" />
664 665 666
        </state>
      </provider>
    </entry>
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
667
    <entry file="file://$USER_HOME$/flutter/packages/flutter/lib/src/widgets/container.dart">
pichillilorenzo's avatar
pichillilorenzo committed
668
      <provider selected="true" editor-type-id="text-editor">
Lorenzo Pichilli's avatar
Lorenzo Pichilli committed
669 670
        <state relative-caret-position="-382">
          <caret line="253" column="2" selection-start-line="253" selection-start-column="2" selection-end-line="253" selection-end-column="2" />
pichillilorenzo's avatar
pichillilorenzo committed
671 672 673
        </state>
      </provider>
    </entry>
674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 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
    <entry file="file://$PROJECT_DIR$/example/assets/css/style.css">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="435">
          <caret line="29" column="24" selection-start-line="29" selection-start-column="20" selection-end-line="29" selection-end-column="24" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/ios/Runner/Base.lproj/Main.storyboard">
      <provider selected="true" editor-type-id="text-editor" />
    </entry>
    <entry file="file://$PROJECT_DIR$/ios/Classes/InAppWebView.swift">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="426">
          <caret line="257" column="35" selection-start-line="257" selection-start-column="35" selection-end-line="257" selection-end-column="35" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/ios/flutter_inappbrowser.podspec">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="345">
          <caret line="23" selection-start-line="23" selection-end-line="23" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/android/src/main/AndroidManifest.xml">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="180">
          <caret line="12" column="11" selection-start-line="12" selection-start-column="11" selection-end-line="12" selection-end-column="11" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/android/app/src/main/java/com/pichillilorenzo/flutterwebviewexample/MainActivity.java">
      <provider selected="true" editor-type-id="text-editor">
        <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" />
        </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="960">
          <caret line="64" column="74" selection-start-line="64" selection-start-column="74" selection-end-line="64" selection-end-column="74" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/android/build.gradle">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="195">
          <caret line="13" column="16" selection-start-line="13" selection-start-column="16" selection-end-line="13" selection-end-column="16" />
        </state>
      </provider>
    </entry>
726
    <entry file="file://$PROJECT_DIR$/lib/src/in_app_localhost_server.dart">
727
      <provider selected="true" editor-type-id="text-editor">
728 729 730 731 732
        <state relative-caret-position="60">
          <caret line="4" column="32" selection-start-line="4" selection-start-column="32" selection-end-line="4" selection-end-column="32" />
          <folding>
            <element signature="e#0#17#0" expanded="true" />
          </folding>
733 734 735
        </state>
      </provider>
    </entry>
736
    <entry file="file://$PROJECT_DIR$/lib/src/channel_manager.dart">
pichillilorenzo's avatar
pichillilorenzo committed
737
      <provider selected="true" editor-type-id="text-editor">
738 739 740 741 742
        <state relative-caret-position="30">
          <caret line="6" column="20" selection-start-line="6" selection-start-column="6" selection-end-line="6" selection-end-column="20" />
          <folding>
            <element signature="e#0#25#0" expanded="true" />
          </folding>
pichillilorenzo's avatar
pichillilorenzo committed
743 744 745
        </state>
      </provider>
    </entry>
746
    <entry file="file://$PROJECT_DIR$/lib/src/cookie_manager.dart">
747
      <provider selected="true" editor-type-id="text-editor">
748 749
        <state relative-caret-position="2100">
          <caret line="140" selection-start-line="140" selection-end-line="140" />
pichillilorenzo's avatar
pichillilorenzo committed
750 751 752
        </state>
      </provider>
    </entry>
753
    <entry file="file://$PROJECT_DIR$/lib/src/web_history.dart" />
754
    <entry file="file://$PROJECT_DIR$/README.md">
755
      <provider selected="true" editor-type-id="text-editor">
756 757
        <state relative-caret-position="405">
          <caret line="27" column="3" lean-forward="true" selection-start-line="27" selection-start-column="3" selection-end-line="27" selection-end-column="3" />
758
          <folding>
759 760 761
            <element signature="e#0#20#0" expanded="true" />
            <element signature="e#0#39#0" expanded="true" />
            <element signature="e#0#39#0" expanded="true" />
762 763 764
          </folding>
        </state>
      </provider>
765
    </entry>
766
    <entry file="file://$PROJECT_DIR$/example/lib/test.dart">
767
      <provider selected="true" editor-type-id="text-editor">
768 769
        <state relative-caret-position="-279">
          <caret line="8" column="38" selection-start-line="8" selection-start-column="38" selection-end-line="8" selection-end-column="38" />
770 771 772
        </state>
      </provider>
    </entry>
773
    <entry file="file://$USER_HOME$/flutter/bin/cache/pkg/sky_engine/lib/core/list.dart">
774
      <provider selected="true" editor-type-id="text-editor">
775 776 777 778 779
        <state relative-caret-position="249">
          <caret line="306" column="10" selection-start-line="306" selection-start-column="10" selection-end-line="306" selection-end-column="10" />
        </state>
      </provider>
    </entry>
780
    <entry file="file://$PROJECT_DIR$/example/lib/chrome_safari_example.screen.dart">
781
      <provider selected="true" editor-type-id="text-editor">
782 783
        <state relative-caret-position="417">
          <caret line="41" column="66" selection-start-line="41" selection-start-column="61" selection-end-line="41" selection-end-column="66" />
pichillilorenzo's avatar
pichillilorenzo committed
784 785 786
        </state>
      </provider>
    </entry>
787
    <entry file="file://$PROJECT_DIR$/lib/flutter_inappbrowser.dart">
pichillilorenzo's avatar
pichillilorenzo committed
788
      <provider selected="true" editor-type-id="text-editor">
789 790
        <state relative-caret-position="180">
          <caret line="31" column="32" selection-start-line="31" selection-start-column="32" selection-end-line="31" selection-end-column="32" />
791 792 793
        </state>
      </provider>
    </entry>
794
    <entry file="file://$PROJECT_DIR$/lib/src/chrome_safari_browser.dart">
795
      <provider selected="true" editor-type-id="text-editor">
796 797 798 799 800
        <state relative-caret-position="736">
          <caret line="76" column="41" selection-start-line="76" selection-start-column="41" selection-end-line="76" selection-end-column="41" />
          <folding>
            <element signature="e#0#20#0" expanded="true" />
          </folding>
801 802 803
        </state>
      </provider>
    </entry>
804
    <entry file="file://$PROJECT_DIR$/example/lib/webview_example.screen.dart">
805
      <provider selected="true" editor-type-id="text-editor">
806 807 808 809 810
        <state relative-caret-position="184">
          <caret line="81" column="47" selection-start-line="81" selection-start-column="47" selection-end-line="81" selection-end-column="47" />
          <folding>
            <element signature="e#0#20#0" expanded="true" />
          </folding>
811 812 813
        </state>
      </provider>
    </entry>
814
    <entry file="file://$USER_HOME$/flutter/packages/flutter/lib/src/material/dialog.dart">
815
      <provider selected="true" editor-type-id="text-editor">
816 817
        <state relative-caret-position="189">
          <caret line="690" column="10" selection-start-line="690" selection-start-column="10" selection-end-line="690" selection-end-column="10" />
818 819 820
        </state>
      </provider>
    </entry>
821
    <entry file="file://$PROJECT_DIR$/example/pubspec.yaml">
822
      <provider selected="true" editor-type-id="text-editor">
823 824
        <state relative-caret-position="345">
          <caret line="23" column="28" selection-start-line="23" selection-start-column="28" selection-end-line="23" selection-end-column="28" />
825 826 827
        </state>
      </provider>
    </entry>
828
    <entry file="file://$PROJECT_DIR$/lib/src/in_app_browser.dart">
829
      <provider selected="true" editor-type-id="text-editor">
830 831
        <state relative-caret-position="5265">
          <caret line="359" column="84" selection-start-line="359" selection-start-column="50" selection-end-line="359" selection-end-column="84" />
832
          <folding>
833
            <element signature="e#0#20#0" expanded="true" />
834
          </folding>
835 836 837
        </state>
      </provider>
    </entry>
838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858
    <entry file="file://$PROJECT_DIR$/example/ios/Podfile">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="990">
          <caret line="66" column="3" lean-forward="true" selection-start-line="66" selection-start-column="3" selection-end-line="66" selection-end-column="3" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/ios/Runner/Info.plist">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="60">
          <caret line="4" column="41" selection-start-line="4" selection-start-column="41" selection-end-line="4" selection-end-column="41" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/lib/src/content_blocker.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="90">
          <caret line="6" column="45" selection-start-line="6" selection-start-column="45" selection-end-line="6" selection-end-column="45" />
        </state>
      </provider>
    </entry>
859
    <entry file="file://$PROJECT_DIR$/example/lib/inline_example.screen.dart">
860
      <provider selected="true" editor-type-id="text-editor">
861 862
        <state relative-caret-position="439">
          <caret line="85" column="38" selection-start-line="85" selection-start-column="38" selection-end-line="85" selection-end-column="38" />
863 864 865
          <folding>
            <element signature="e#0#22#0" expanded="true" />
          </folding>
866 867 868
        </state>
      </provider>
    </entry>
869 870 871 872 873 874 875 876 877 878 879
    <entry file="file://$PROJECT_DIR$/example/lib/main.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="255">
          <caret line="17" column="2" selection-start-line="17" selection-start-column="2" selection-end-line="17" selection-end-column="2" />
          <folding>
            <element signature="e#0#20#0" expanded="true" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/example/assets/index.html">
880
      <provider selected="true" editor-type-id="text-editor">
881 882
        <state relative-caret-position="460">
          <caret line="63" column="19" lean-forward="true" selection-start-line="63" selection-start-column="19" selection-end-line="63" selection-end-column="19" />
883 884 885
        </state>
      </provider>
    </entry>
886
    <entry file="file://$PROJECT_DIR$/lib/src/types.dart">
887
      <provider selected="true" editor-type-id="text-editor">
888 889 890 891 892 893 894 895 896
        <state relative-caret-position="302">
          <caret line="111" column="45" selection-start-line="111" selection-start-column="6" selection-end-line="111" selection-end-column="45" />
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/lib/src/webview_options.dart">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="61">
          <caret line="239" column="47" lean-forward="true" selection-start-line="239" selection-start-column="47" selection-end-line="239" selection-end-column="47" />
897
          <folding>
898
            <element signature="e#0#17#0" expanded="true" />
899
          </folding>
pichillilorenzo's avatar
pichillilorenzo committed
900 901 902
        </state>
      </provider>
    </entry>
903
    <entry file="file://$PROJECT_DIR$/pubspec.yaml">
904
      <provider selected="true" editor-type-id="text-editor">
905 906
        <state relative-caret-position="30">
          <caret line="2" column="14" selection-start-line="2" selection-start-column="14" selection-end-line="2" selection-end-column="14" />
907 908 909
        </state>
      </provider>
    </entry>
910
    <entry file="file://$PROJECT_DIR$/lib/src/in_app_webview.dart">
911
      <provider selected="true" editor-type-id="text-editor">
912 913
        <state relative-caret-position="233">
          <caret line="396" column="56" selection-start-line="396" selection-start-column="56" selection-end-line="396" selection-end-column="56" />
914
          <folding>
915
            <element signature="e#0#17#0" expanded="true" />
916 917 918 919
          </folding>
        </state>
      </provider>
    </entry>
920
    <entry file="file://$PROJECT_DIR$/CHANGELOG.md">
921
      <provider selected="true" editor-type-id="text-editor">
922 923
        <state relative-caret-position="405">
          <caret line="27" selection-start-line="27" selection-end-line="27" />
924 925 926
        </state>
      </provider>
    </entry>
pichillilorenzo's avatar
pichillilorenzo committed
927
  </component>
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 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
  <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
1003
</project>