1
projectuser
2021-11-26 ef2dc0094f8950f751ea0f44244fb9fc632246ba
1
12个文件已添加
133 ■■■■■ 已修改文件
.idea/.gitignore 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/libraries/Dart_SDK.xml 29 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/libraries/Flutter_Plugins.xml 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/misc.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/modules.xml 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/package_info-0.4.3+4.iml 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/vcs.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
android/local.properties 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
example/android.iml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
example/package_info_example.iml 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
example/package_info_example_android.iml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package_info_android.iml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/.gitignore
New file
@@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml
.idea/libraries/Dart_SDK.xml
New file
@@ -0,0 +1,29 @@
<component name="libraryTable">
  <library name="Dart SDK">
    <CLASSES>
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/async" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/cli" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/collection" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/convert" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/core" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/developer" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/ffi" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/html" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/indexed_db" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/io" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/isolate" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/js" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/js_util" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/math" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/mirrors" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/svg" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/typed_data" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/wasm" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/web_audio" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/web_gl" />
      <root url="file://$USER_HOME$/opt/flutter/bin/cache/dart-sdk/lib/web_sql" />
    </CLASSES>
    <JAVADOC />
    <SOURCES />
  </library>
</component>
.idea/libraries/Flutter_Plugins.xml
New file
@@ -0,0 +1,7 @@
<component name="libraryTable">
  <library name="Flutter Plugins" type="FlutterPluginsLibraryType">
    <CLASSES />
    <JAVADOC />
    <SOURCES />
  </library>
</component>
.idea/misc.xml
New file
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="FrameworkDetectionExcludesConfiguration">
    <type id="android" />
  </component>
</project>
.idea/modules.xml
New file
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/.idea/package_info-0.4.3+4.iml" filepath="$PROJECT_DIR$/.idea/package_info-0.4.3+4.iml" />
    </modules>
  </component>
</project>
.idea/package_info-0.4.3+4.iml
New file
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$">
      <excludeFolder url="file://$MODULE_DIR$/.pub" />
      <excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
      <excludeFolder url="file://$MODULE_DIR$/build" />
      <excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
      <excludeFolder url="file://$MODULE_DIR$/example/build" />
      <excludeFolder url="file://$MODULE_DIR$/example/.pub" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="Dart SDK" level="project" />
  </component>
</module>
.idea/vcs.xml
New file
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="" vcs="Git" />
  </component>
</project>
android/local.properties
New file
@@ -0,0 +1,6 @@
flutter.buildMode=debug
ndk.dir=/home/dev/Android/Sdk/ndk/23.1.7779620
flutter.versionName=1.0.32
flutter.sdk=/home/dev/opt/flutter
sdk.dir=/home/dev/Android/Sdk
flutter.versionCode=32
example/android.iml
New file
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$/android">
      <sourceFolder url="file://$MODULE_DIR$/android/app/src/main/java" isTestSource="false" />
    </content>
    <orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="Flutter for Android" level="project" />
  </component>
</module>
example/package_info_example.iml
New file
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="FLUTTER_MODULE_TYPE" version="4">
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$">
      <excludeFolder url="file://$MODULE_DIR$/.idea" />
      <excludeFolder url="file://$MODULE_DIR$/.pub" />
      <excludeFolder url="file://$MODULE_DIR$/build" />
      <excludeFolder url="file://$MODULE_DIR$/packages" />
    </content>
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="Dart Packages" level="project" />
    <orderEntry type="library" name="Dart SDK" level="project" />
  </component>
</module>
example/package_info_example_android.iml
New file
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$/android">
      <sourceFolder url="file://$MODULE_DIR$/android/app/src/main/java" isTestSource="false" />
    </content>
    <orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="Flutter for Android" level="project" />
  </component>
</module>
package_info_android.iml
New file
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$/android">
      <sourceFolder url="file://$MODULE_DIR$/android/app/src/main/java" isTestSource="false" />
    </content>
    <orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="Flutter for Android" level="project" />
  </component>
</module>