mirror of
https://github.com/tonytins/bullseye.git
synced 2025-06-27 03:04:42 -04:00
macOS and Linux support
This commit is contained in:
parent
b29a46366a
commit
22cecb89a4
46 changed files with 1787 additions and 63 deletions
106
.idea/workspace.xml
generated
106
.idea/workspace.xml
generated
|
@ -1,36 +1,88 @@
|
|||
<?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 name="AutoImportSettings">
|
||||
<option name="autoReloadType" value="NONE" />
|
||||
</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 name="ChangeListManager">
|
||||
<list default="true" id="37c12d1b-063b-4f3b-99da-4b0ba7679699" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/libraries/Dart_SDK.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Dart_SDK.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/android/bullseye_android.iml" beforeDir="false" afterPath="$PROJECT_DIR$/android/bullseye_android.iml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/lib/main.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/main.dart" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/pubspec.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/pubspec.yaml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/test/widget_test.dart" beforeDir="false" afterPath="$PROJECT_DIR$/test/widget_test.dart" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/.gitignore" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/CMakeLists.txt" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/flutter/CMakeLists.txt" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/flutter/generated_plugin_registrant.cc" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/flutter/generated_plugin_registrant.h" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/flutter/generated_plugins.cmake" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/CMakeLists.txt" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/Runner.rc" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/flutter_window.cpp" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/flutter_window.h" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/main.cpp" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/resource.h" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/resources/app_icon.ico" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/run_loop.cpp" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/run_loop.h" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/runner.exe.manifest" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/utils.cpp" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/utils.h" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/win32_window.cpp" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/windows/runner/win32_window.h" beforeDir="false" />
|
||||
</list>
|
||||
<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>
|
||||
<component name="ProjectView">
|
||||
<navigator currentView="ProjectPane" proportions="" version="1">
|
||||
</navigator>
|
||||
<panes>
|
||||
<pane id="ProjectPane">
|
||||
<option name="show-excluded-files" value="false" />
|
||||
</pane>
|
||||
</panes>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProjectId" id="1sGwIfMQsx378ekFIcp4q81uKX9" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</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="dart.analysis.tool.window.visible" value="false" />
|
||||
<property name="io.flutter.reload.alreadyRun" value="true" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
||||
<property name="show.migrate.to.gradle.popup" value="false" />
|
||||
</component>
|
||||
</project>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="37c12d1b-063b-4f3b-99da-4b0ba7679699" name="Default Changelist" comment="" />
|
||||
<created>1620512157934</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1620512157934</updated>
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state x="378" y="151" width="1200" height="800" key="AVDManager" timestamp="1620512666106">
|
||||
<screen x="35" y="23" width="1885" height="1057" />
|
||||
</state>
|
||||
<state x="378" y="151" width="1200" height="800" key="AVDManager/1920.23.1920.1057/35.23.1885.1057@35.23.1885.1057" timestamp="1620512666106" />
|
||||
<state width="1358" height="271" key="GridCell.Tab.0.bottom" timestamp="1620513128701">
|
||||
<screen x="34" y="23" width="1886" height="1057" />
|
||||
</state>
|
||||
<state width="1358" height="271" key="GridCell.Tab.0.bottom/1920.23.1920.1057/34.23.1886.1057@34.23.1886.1057" timestamp="1620513128701" />
|
||||
<state width="1358" height="271" key="GridCell.Tab.0.center" timestamp="1620513128700">
|
||||
<screen x="34" y="23" width="1886" height="1057" />
|
||||
</state>
|
||||
<state width="1358" height="271" key="GridCell.Tab.0.center/1920.23.1920.1057/34.23.1886.1057@34.23.1886.1057" timestamp="1620513128700" />
|
||||
<state width="1358" height="271" key="GridCell.Tab.0.left" timestamp="1620513128698">
|
||||
<screen x="34" y="23" width="1886" height="1057" />
|
||||
</state>
|
||||
<state width="1358" height="271" key="GridCell.Tab.0.left/1920.23.1920.1057/34.23.1886.1057@34.23.1886.1057" timestamp="1620513128698" />
|
||||
<state width="1358" height="271" key="GridCell.Tab.0.right" timestamp="1620513128700">
|
||||
<screen x="34" y="23" width="1886" height="1057" />
|
||||
</state>
|
||||
<state width="1358" height="271" key="GridCell.Tab.0.right/1920.23.1920.1057/34.23.1886.1057@34.23.1886.1057" timestamp="1620513128700" />
|
||||
</component>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue