workspace.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="1c3cca58-4738-4a23-83e3-399e60c9e259" name="Default" comment="" />
  5. <ignored path="$PROJECT_DIR$/.dart_tool/" />
  6. <ignored path="$PROJECT_DIR$/.idea/" />
  7. <ignored path="$PROJECT_DIR$/.pub/" />
  8. <ignored path="$PROJECT_DIR$/build/" />
  9. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  10. <option name="TRACKING_ENABLED" value="true" />
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="FileEditorManager">
  17. <leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
  18. <file leaf-file-name="main.dart" pinned="false" current-in-tab="true">
  19. <entry file="file://$PROJECT_DIR$/lib/main.dart">
  20. <provider selected="true" editor-type-id="text-editor">
  21. <state relative-caret-position="0">
  22. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  23. <folding>
  24. <element signature="e#0#39#0" expanded="true" />
  25. </folding>
  26. </state>
  27. </provider>
  28. </entry>
  29. </file>
  30. </leaf>
  31. </component>
  32. <component name="GradleLocalSettings">
  33. <option name="externalProjectsViewState">
  34. <projects_view />
  35. </option>
  36. </component>
  37. <component name="IdeDocumentHistory">
  38. <option name="CHANGED_PATHS">
  39. <list>
  40. <option value="$PROJECT_DIR$/lib/main.dart" />
  41. </list>
  42. </option>
  43. </component>
  44. <component name="ProjectFrameBounds" extendedState="6">
  45. <option name="y" value="23" />
  46. <option name="width" value="2560" />
  47. <option name="height" value="1417" />
  48. </component>
  49. <component name="ProjectView">
  50. <navigator currentView="ProjectPane" proportions="" version="1">
  51. <flattenPackages />
  52. <showMembers />
  53. <showModules />
  54. <showLibraryContents />
  55. <hideEmptyPackages />
  56. <abbreviatePackageNames />
  57. <autoscrollToSource />
  58. <autoscrollFromSource />
  59. <sortByType />
  60. <manualOrder />
  61. <foldersAlwaysOnTop value="true" />
  62. </navigator>
  63. <panes>
  64. <pane id="Scope" />
  65. <pane id="PackagesPane" />
  66. <pane id="ProjectPane">
  67. <option name="show-excluded-files" value="false" />
  68. </pane>
  69. <pane id="Scratches" />
  70. <pane id="AndroidView" />
  71. </panes>
  72. </component>
  73. <component name="PropertiesComponent">
  74. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  75. <property name="dart.analysis.tool.window.force.activate" value="false" />
  76. <property name="show.migrate.to.gradle.popup" value="false" />
  77. </component>
  78. <component name="RunDashboard">
  79. <option name="ruleStates">
  80. <list>
  81. <RuleState>
  82. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  83. </RuleState>
  84. <RuleState>
  85. <option name="name" value="StatusDashboardGroupingRule" />
  86. </RuleState>
  87. </list>
  88. </option>
  89. </component>
  90. <component name="RunManager">
  91. <configuration default="true" type="AndroidJUnit" factoryName="Android JUnit">
  92. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  93. <module name="" />
  94. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  95. <option name="ALTERNATIVE_JRE_PATH" />
  96. <option name="PACKAGE_NAME" />
  97. <option name="MAIN_CLASS_NAME" />
  98. <option name="METHOD_NAME" />
  99. <option name="TEST_OBJECT" value="class" />
  100. <option name="VM_PARAMETERS" value="-ea" />
  101. <option name="PARAMETERS" />
  102. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  103. <option name="ENV_VARIABLES" />
  104. <option name="PASS_PARENT_ENVS" value="true" />
  105. <option name="TEST_SEARCH_SCOPE">
  106. <value defaultName="singleModule" />
  107. </option>
  108. <envs />
  109. <patterns />
  110. </configuration>
  111. <configuration default="true" type="Application" factoryName="Application">
  112. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  113. <option name="MAIN_CLASS_NAME" />
  114. <option name="VM_PARAMETERS" />
  115. <option name="PROGRAM_PARAMETERS" />
  116. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  117. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  118. <option name="ALTERNATIVE_JRE_PATH" />
  119. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  120. <option name="ENV_VARIABLES" />
  121. <option name="PASS_PARENT_ENVS" value="true" />
  122. <module name="" />
  123. <envs />
  124. </configuration>
  125. <configuration default="true" type="Remote" factoryName="Remote">
  126. <option name="USE_SOCKET_TRANSPORT" value="true" />
  127. <option name="SERVER_MODE" value="false" />
  128. <option name="SHMEM_ADDRESS" value="javadebug" />
  129. <option name="HOST" value="localhost" />
  130. <option name="PORT" value="5005" />
  131. </configuration>
  132. <configuration default="true" type="TestNG" factoryName="TestNG">
  133. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  134. <module name="" />
  135. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  136. <option name="ALTERNATIVE_JRE_PATH" />
  137. <option name="SUITE_NAME" />
  138. <option name="PACKAGE_NAME" />
  139. <option name="MAIN_CLASS_NAME" />
  140. <option name="METHOD_NAME" />
  141. <option name="GROUP_NAME" />
  142. <option name="TEST_OBJECT" value="CLASS" />
  143. <option name="VM_PARAMETERS" value="-ea" />
  144. <option name="PARAMETERS" />
  145. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  146. <option name="OUTPUT_DIRECTORY" />
  147. <option name="ANNOTATION_TYPE" />
  148. <option name="ENV_VARIABLES" />
  149. <option name="PASS_PARENT_ENVS" value="true" />
  150. <option name="TEST_SEARCH_SCOPE">
  151. <value defaultName="singleModule" />
  152. </option>
  153. <option name="USE_DEFAULT_REPORTERS" value="false" />
  154. <option name="PROPERTIES_FILE" />
  155. <envs />
  156. <properties />
  157. <listeners />
  158. </configuration>
  159. <configuration name="&lt;template&gt;" type="Applet" default="true" selected="false">
  160. <option name="MAIN_CLASS_NAME" />
  161. <option name="HTML_FILE_NAME" />
  162. <option name="HTML_USED" value="false" />
  163. <option name="WIDTH" value="400" />
  164. <option name="HEIGHT" value="300" />
  165. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  166. <option name="VM_PARAMETERS" />
  167. </configuration>
  168. <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
  169. <option name="MAIN_CLASS_NAME" />
  170. <option name="VM_PARAMETERS" value="-ea" />
  171. <option name="PARAMETERS" />
  172. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  173. </configuration>
  174. <configuration name="&lt;template&gt;" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false">
  175. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  176. </configuration>
  177. </component>
  178. <component name="ShelveChangesManager" show_recycled="false">
  179. <option name="remove_strategy" value="false" />
  180. </component>
  181. <component name="SvnConfiguration">
  182. <configuration />
  183. </component>
  184. <component name="TaskManager">
  185. <task active="true" id="Default" summary="Default task">
  186. <changelist id="1c3cca58-4738-4a23-83e3-399e60c9e259" name="Default" comment="" />
  187. <created>1535618656482</created>
  188. <option name="number" value="Default" />
  189. <option name="presentableId" value="Default" />
  190. <updated>1535618656482</updated>
  191. </task>
  192. <servers />
  193. </component>
  194. <component name="ToolWindowManager">
  195. <frame x="0" y="23" width="2560" height="1417" extended-state="6" />
  196. <editor active="true" />
  197. <layout>
  198. <window_info id="Android Profiler" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  199. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  200. <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  201. <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  202. <window_info id="Build Variants" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
  203. <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  204. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
  205. <window_info id="Dart Analysis" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32974634" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  206. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  207. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  208. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  209. <window_info id="Flutter Outline" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  210. <window_info id="Logcat" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  211. <window_info id="Captures" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  212. <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  213. <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  214. <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  215. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  216. <window_info id="Device File Explorer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
  217. <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  218. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  219. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
  220. <window_info id="Flutter Inspector" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
  221. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  222. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
  223. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  224. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  225. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  226. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  227. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  228. </layout>
  229. </component>
  230. <component name="VcsContentAnnotationSettings">
  231. <option name="myLimit" value="2678400000" />
  232. </component>
  233. <component name="XDebuggerManager">
  234. <breakpoint-manager />
  235. <watches-manager />
  236. </component>
  237. <component name="editorHistoryManager">
  238. <entry file="file://$PROJECT_DIR$/lib/main.dart">
  239. <provider selected="true" editor-type-id="text-editor">
  240. <state relative-caret-position="0">
  241. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  242. <folding>
  243. <element signature="e#0#39#0" expanded="true" />
  244. </folding>
  245. </state>
  246. </provider>
  247. </entry>
  248. </component>
  249. </project>