From 5d01cd3467b003d8416a75fb1d34cf536e7dae7d Mon Sep 17 00:00:00 2001 From: Rishabh Kapoor Date: Thu, 13 Feb 2020 13:11:42 +0530 Subject: [PATCH] Made hello world app --- .dart_tool/package_config.json | 182 +++++++++++++++++++++ .idea/codeStyles/Project.xml | 116 ++++++++++++++ .idea/libraries/Dart_Packages.xml | 236 ++++++++++++++++++++++++++++ .idea/libraries/Dart_SDK.xml | 29 ++++ .idea/libraries/Flutter_Plugins.xml | 7 + .idea/modules.xml | 8 + .idea/tjff.iml | 15 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 142 +++++++++++++++++ .packages | 30 ++++ build/last_build_run.json | 1 + lib/main.dart | 21 ++- 12 files changed, 792 insertions(+), 1 deletion(-) create mode 100644 .dart_tool/package_config.json create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/libraries/Dart_Packages.xml create mode 100644 .idea/libraries/Dart_SDK.xml create mode 100644 .idea/libraries/Flutter_Plugins.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/tjff.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 .packages create mode 100644 build/last_build_run.json diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json new file mode 100644 index 0000000..7d3486e --- /dev/null +++ b/.dart_tool/package_config.json @@ -0,0 +1,182 @@ +{ + "configVersion": 2, + "packages": [ + { + "name": "archive", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/archive-2.0.11", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "args", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/args-1.5.2", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "async", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/async-2.4.0", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "boolean_selector", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/boolean_selector-1.0.5", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "charcode", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/charcode-1.1.2", + "packageUri": "lib/", + "languageVersion": "1.0" + }, + { + "name": "collection", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/collection-1.14.11", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "convert", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/convert-2.1.1", + "packageUri": "lib/", + "languageVersion": "1.17" + }, + { + "name": "crypto", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/crypto-2.1.3", + "packageUri": "lib/", + "languageVersion": "2.1" + }, + { + "name": "cupertino_icons", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "flutter", + "rootUri": "file:///C:/src/flutter/packages/flutter", + "packageUri": "lib/", + "languageVersion": "2.2" + }, + { + "name": "flutter_test", + "rootUri": "file:///C:/src/flutter/packages/flutter_test", + "packageUri": "lib/", + "languageVersion": "2.2" + }, + { + "name": "image", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/image-2.1.4", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "matcher", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/matcher-0.12.6", + "packageUri": "lib/", + "languageVersion": "2.2" + }, + { + "name": "meta", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/meta-1.1.8", + "packageUri": "lib/", + "languageVersion": "1.12" + }, + { + "name": "path", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/path-1.6.4", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "pedantic", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/pedantic-1.8.0+1", + "packageUri": "lib/", + "languageVersion": "2.1" + }, + { + "name": "petitparser", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/petitparser-2.4.0", + "packageUri": "lib/", + "languageVersion": "2.4" + }, + { + "name": "quiver", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/quiver-2.0.5", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "sky_engine", + "rootUri": "file:///C:/src/flutter/bin/cache/pkg/sky_engine", + "packageUri": "lib/", + "languageVersion": "1.11" + }, + { + "name": "source_span", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/source_span-1.5.5", + "packageUri": "lib/", + "languageVersion": "1.8" + }, + { + "name": "stack_trace", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/stack_trace-1.9.3", + "packageUri": "lib/", + "languageVersion": "1.23" + }, + { + "name": "stream_channel", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/stream_channel-2.0.0", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "string_scanner", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/string_scanner-1.0.5", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "term_glyph", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/term_glyph-1.1.0", + "packageUri": "lib/", + "languageVersion": "1.8" + }, + { + "name": "test_api", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/test_api-0.2.11", + "packageUri": "lib/", + "languageVersion": "2.2" + }, + { + "name": "typed_data", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/typed_data-1.1.6", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "vector_math", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/vector_math-2.0.8", + "packageUri": "lib/", + "languageVersion": "2.0" + }, + { + "name": "xml", + "rootUri": "file:///C:/Users/HP/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/xml-3.5.0", + "packageUri": "lib/", + "languageVersion": "2.3" + }, + { + "name": "tjff_d2", + "rootUri": "../", + "packageUri": "lib/", + "languageVersion": "2.1" + } + ], + "generated": "2020-02-13T06:03:43.982848Z", + "generator": "pub", + "generatorVersion": "2.8.0-dev.8.0.flutter-fd992e423e" +} diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..681f41a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml new file mode 100644 index 0000000..e668fef --- /dev/null +++ b/.idea/libraries/Dart_Packages.xml @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml new file mode 100644 index 0000000..e59fc47 --- /dev/null +++ b/.idea/libraries/Dart_SDK.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml new file mode 100644 index 0000000..b0f6971 --- /dev/null +++ b/.idea/libraries/Flutter_Plugins.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..78a96ae --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/tjff.iml b/.idea/tjff.iml new file mode 100644 index 0000000..ae9af97 --- /dev/null +++ b/.idea/tjff.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..ce53e11 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +