workspace.xml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AndroidLayouts">
  4. <shared>
  5. <config />
  6. </shared>
  7. </component>
  8. <component name="AndroidLogFilters">
  9. <option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
  10. </component>
  11. <component name="CMakeSettings">
  12. <configurations>
  13. <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
  14. </configurations>
  15. </component>
  16. <component name="ChangeListManager">
  17. <list default="true" id="4806c2d7-b21b-41c1-aa66-292cead64806" name="Default" comment="">
  18. <change afterPath="$PROJECT_DIR$/android/src/main/java/info/geteasy/fqreader/factory/ZBarFactory.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/android/src/main/java/info/geteasy/fqreader/view/ZBarView.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/.idea/libraries/Dart_SDK.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Dart_SDK.xml" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/.idea/libraries/Flutter_for_Android.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Flutter_for_Android.xml" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/android/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/android/build.gradle" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/android/src/main/java/info/geteasy/fqreader/FqreaderPlugin.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/src/main/java/info/geteasy/fqreader/FqreaderPlugin.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/example/.flutter-plugins-dependencies" beforeDir="false" afterPath="$PROJECT_DIR$/example/.flutter-plugins-dependencies" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/example/android/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/example/android/build.gradle" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/example/android/gradle/wrapper/gradle-wrapper.properties" beforeDir="false" afterPath="$PROJECT_DIR$/example/android/gradle/wrapper/gradle-wrapper.properties" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/example/ios/Flutter/flutter_export_environment.sh" beforeDir="false" afterPath="$PROJECT_DIR$/example/ios/Flutter/flutter_export_environment.sh" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/example/lib/main.dart" beforeDir="false" afterPath="$PROJECT_DIR$/example/lib/main.dart" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/example/pubspec.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/example/pubspec.yaml" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/fqreader.iml" beforeDir="false" afterPath="$PROJECT_DIR$/fqreader.iml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/lib/fqreader.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/fqreader.dart" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/pubspec.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/pubspec.yaml" afterDir="false" />
  34. </list>
  35. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  36. <option name="SHOW_DIALOG" value="false" />
  37. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  38. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  39. <option name="LAST_RESOLUTION" value="IGNORE" />
  40. </component>
  41. <component name="DefaultGradleProjectSettings">
  42. <option name="isMigrated" value="true" />
  43. </component>
  44. <component name="ExecutionTargetManager" SELECTED_TARGET="ZPQWOJUWWOEQR86H" />
  45. <component name="FileTemplateManagerImpl">
  46. <option name="RECENT_TEMPLATES">
  47. <list>
  48. <option value="Dart File" />
  49. <option value="Class" />
  50. </list>
  51. </option>
  52. </component>
  53. <component name="Git.Settings">
  54. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  55. </component>
  56. <component name="ProjectId" id="1dTY02OSWitVqg7npZbyz1IbIUG" />
  57. <component name="ProjectInspectionProfilesVisibleTreeState">
  58. <entry key="Project Default">
  59. <profile-state>
  60. <expanded-state>
  61. <State />
  62. <State>
  63. <id>Android</id>
  64. </State>
  65. <State>
  66. <id>CorrectnessLintAndroid</id>
  67. </State>
  68. <State>
  69. <id>LintAndroid</id>
  70. </State>
  71. <State>
  72. <id>PerformanceLintAndroid</id>
  73. </State>
  74. </expanded-state>
  75. <selected-state>
  76. <State>
  77. <id>Android</id>
  78. </State>
  79. </selected-state>
  80. </profile-state>
  81. </entry>
  82. </component>
  83. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  84. <component name="PropertiesComponent">
  85. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  86. <property name="dart.analysis.tool.window.force.activate" value="false" />
  87. <property name="io.flutter.reload.alreadyRun" value="true" />
  88. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  89. <property name="settings.editor.selected.configurable" value="http.proxy" />
  90. <property name="show.migrate.to.gradle.popup" value="false" />
  91. </component>
  92. <component name="RecentsManager">
  93. <key name="CopyFile.RECENT_KEYS">
  94. <recent name="F:\Lib\Flutter\flutter-fqreader\lib" />
  95. </key>
  96. </component>
  97. <component name="RunDashboard">
  98. <option name="ruleStates">
  99. <list>
  100. <RuleState>
  101. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  102. </RuleState>
  103. <RuleState>
  104. <option name="name" value="StatusDashboardGroupingRule" />
  105. </RuleState>
  106. </list>
  107. </option>
  108. </component>
  109. <component name="RunManager">
  110. <configuration name="&lt;template&gt;" type="JUnit" default="true" selected="false">
  111. <option name="VM_PARAMETERS" value="-ea" />
  112. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  113. </configuration>
  114. <configuration default="true" type="Application" factoryName="Application">
  115. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  116. <method v="2">
  117. <option name="Make" enabled="true" />
  118. </method>
  119. </configuration>
  120. <configuration default="true" type="TestNG">
  121. <option name="TEST_OBJECT" value="CLASS" />
  122. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  123. <properties />
  124. <listeners />
  125. <method v="2">
  126. <option name="Make" enabled="true" />
  127. </method>
  128. </configuration>
  129. </component>
  130. <component name="SvnConfiguration">
  131. <configuration />
  132. </component>
  133. <component name="TaskManager">
  134. <task active="true" id="Default" summary="Default task">
  135. <changelist id="4806c2d7-b21b-41c1-aa66-292cead64806" name="Default" comment="" />
  136. <created>1541663820538</created>
  137. <option name="number" value="Default" />
  138. <option name="presentableId" value="Default" />
  139. <updated>1541663820538</updated>
  140. </task>
  141. <servers />
  142. </component>
  143. <component name="TodoView">
  144. <todo-panel id="selected-file">
  145. <is-autoscroll-to-source value="true" />
  146. </todo-panel>
  147. <todo-panel id="all">
  148. <are-packages-shown value="true" />
  149. <is-autoscroll-to-source value="true" />
  150. </todo-panel>
  151. </component>
  152. <component name="Vcs.Log.Tabs.Properties">
  153. <option name="TAB_STATES">
  154. <map>
  155. <entry key="MAIN">
  156. <value>
  157. <State>
  158. <option name="COLUMN_ORDER" />
  159. </State>
  160. </value>
  161. </entry>
  162. </map>
  163. </option>
  164. </component>
  165. <component name="XDebuggerManager">
  166. <breakpoint-manager>
  167. <breakpoints>
  168. <line-breakpoint enabled="true" type="java-line">
  169. <url>file://$PROJECT_DIR$/android/src/main/java/info/geteasy/fqreader/view/ZBarView.java</url>
  170. <line>170</line>
  171. <option name="timeStamp" value="7" />
  172. </line-breakpoint>
  173. <line-breakpoint enabled="true" type="java-line">
  174. <url>file://$PROJECT_DIR$/android/src/main/java/info/geteasy/fqreader/view/ZBarView.java</url>
  175. <line>129</line>
  176. <option name="timeStamp" value="8" />
  177. </line-breakpoint>
  178. <line-breakpoint enabled="true" type="java-line">
  179. <url>file://$PROJECT_DIR$/android/src/main/java/info/geteasy/fqreader/view/ZBarView.java</url>
  180. <line>126</line>
  181. <option name="timeStamp" value="9" />
  182. </line-breakpoint>
  183. </breakpoints>
  184. </breakpoint-manager>
  185. </component>
  186. </project>