This commit is contained in:
Miguel Ruivo 2018-12-06 15:58:44 +00:00
parent d107e3e6f6
commit a227c50922
8 changed files with 18 additions and 91 deletions

17
.gitignore vendored
View File

@ -1,12 +1,13 @@
.DS_Store
.dart_tool/
.atom/
.idea
.packages
.vscode
.idea
.dart_tool/
.pub/
pubspec.lock
.vscode
.idea
build/
ios/.generated/
packages
pubspec.lock
.iml
Podfile.lock
file_picker.iml

2
android/.gitignore vendored
View File

@ -1,4 +1,5 @@
*.iml
*.class
.gradle
/local.properties
/.idea/workspace.xml
@ -6,4 +7,5 @@
.DS_Store
/build
/captures
GeneratedPluginRegistrant.java
/tmplibs

11
example/.gitignore vendored
View File

@ -1,9 +1,12 @@
.DS_Store
.dart_tool/
.atom/
.idea
.vscode/
.packages
.pub/
build/
ios/.generated/
packages
pubspec.lock
.flutter-plugins
Podfile.lock

View File

@ -1,19 +0,0 @@
<component name="libraryTable">
<library name="Dart SDK">
<CLASSES>
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/async" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/collection" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/convert" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/core" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/developer" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/html" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/io" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/isolate" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/math" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/mirrors" />
<root url="file:///Users/miguelruivo/flutter/bin/cache/dart-sdk/lib/typed_data" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="Flutter for Android">
<CLASSES>
<root url="jar:///Users/miguelruivo/flutter/bin/cache/artifacts/engine/android-arm/flutter.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/file_picker_example.iml" filepath="$PROJECT_DIR$/file_picker_example.iml" />
<module fileurl="file://$PROJECT_DIR$/file_picker_example_android.iml" filepath="$PROJECT_DIR$/file_picker_example_android.iml" />
</modules>
</component>
</project>

View File

@ -1,6 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="main.dart" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/lib/main.dart" />
<method />
</configuration>
</component>

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="FileEditorManager">
<leaf>
<file leaf-file-name="main.dart" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/lib/main.dart">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="0">
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
</state>
</provider>
</entry>
</file>
</leaf>
</component>
<component name="ToolWindowManager">
<editor active="true" />
<layout>
<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" />
</layout>
</component>
<component name="ProjectView">
<navigator currentView="ProjectPane" proportions="" version="1">
</navigator>
<panes>
<pane id="ProjectPane">
<option name="show-excluded-files" value="false" />
</pane>
</panes>
</component>
<component name="PropertiesComponent">
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="dart.analysis.tool.window.force.activate" value="true" />
<property name="show.migrate.to.gradle.popup" value="false" />
</component>
</project>