Add the new flutter project code

This commit is contained in:
zontreck 2023-12-24 20:35:24 -07:00
parent adb3149891
commit dbc094b67b
132 changed files with 4533 additions and 0 deletions

19
.idea/libraries/Dart_SDK.xml generated Normal file
View file

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

15
.idea/libraries/KotlinJavaRuntime.xml generated Normal file
View file

@ -0,0 +1,15 @@
<component name="libraryTable">
<library name="KotlinJavaRuntime">
<CLASSES>
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-stdlib.jar!/" />
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-reflect.jar!/" />
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-test.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-stdlib-sources.jar!/" />
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-reflect-sources.jar!/" />
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-test-sources.jar!/" />
</SOURCES>
</library>
</component>