From 3d6ca7da505c48c67f1ca5e40379690391c22e81 Mon Sep 17 00:00:00 2001
From: swathy200 <84559659+swathy200@users.noreply.github.com>
Date: Sat, 2 Oct 2021 22:34:38 +0530
Subject: [PATCH 1/2] Add files via upload
---
.flutter-plugins | 5 +
.flutter-plugins-dependencies | 1 +
.gitignore | 46 ++++++
.metadata | 10 ++
.packages | 48 ++++++
README.md | 53 ++-----
analysis_options.yaml | 29 ++++
firstapp.iml | 18 +++
pubspec.lock | 287 ++++++++++++++++++++++++++++++++++
pubspec.yaml | 89 +++++++++++
10 files changed, 549 insertions(+), 37 deletions(-)
create mode 100644 .flutter-plugins
create mode 100644 .flutter-plugins-dependencies
create mode 100644 .gitignore
create mode 100644 .metadata
create mode 100644 .packages
create mode 100644 analysis_options.yaml
create mode 100644 firstapp.iml
create mode 100644 pubspec.lock
create mode 100644 pubspec.yaml
diff --git a/.flutter-plugins b/.flutter-plugins
new file mode 100644
index 00000000..9ee23093
--- /dev/null
+++ b/.flutter-plugins
@@ -0,0 +1,5 @@
+# This is a generated file; do not edit or check into version control.
+path_provider=C:\\flutter\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\path_provider-2.0.5\\
+path_provider_linux=C:\\flutter\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\path_provider_linux-2.1.0\\
+path_provider_macos=C:\\flutter\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\path_provider_macos-2.0.2\\
+path_provider_windows=C:\\flutter\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\path_provider_windows-2.0.3\\
diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies
new file mode 100644
index 00000000..1e772073
--- /dev/null
+++ b/.flutter-plugins-dependencies
@@ -0,0 +1 @@
+{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider","path":"C:\\\\flutter\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\path_provider-2.0.5\\\\","dependencies":[]}],"android":[{"name":"path_provider","path":"C:\\\\flutter\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\path_provider-2.0.5\\\\","dependencies":[]}],"macos":[{"name":"path_provider_macos","path":"C:\\\\flutter\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\path_provider_macos-2.0.2\\\\","dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"C:\\\\flutter\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\path_provider_linux-2.1.0\\\\","dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"C:\\\\flutter\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\path_provider_windows-2.0.3\\\\","dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_linux","path_provider_macos","path_provider_windows"]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_macos","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2021-10-02 21:49:03.163991","version":"2.5.1"}
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..8906afc6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,46 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+**/doc/api/
+**/ios/Flutter/.last_build_id
+.dart_tool/
+.flutter-plugins
+.flutter-plugins-dependencies
+.packages
+.pub-cache/
+.pub/
+/build/
+
+# Web related
+lib/generated_plugin_registrant.dart
+
+# Symbolication related
+app.*.symbols
+
+# Obfuscation related
+app.*.map.json
+
+# Android Studio will place build artifacts here
+/android/app/debug
+/android/app/profile
+/android/app/release
diff --git a/.metadata b/.metadata
new file mode 100644
index 00000000..32d732bd
--- /dev/null
+++ b/.metadata
@@ -0,0 +1,10 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+ revision: ffb2ecea5223acdd139a5039be2f9c796962833d
+ channel: stable
+
+project_type: app
diff --git a/.packages b/.packages
new file mode 100644
index 00000000..84c20f04
--- /dev/null
+++ b/.packages
@@ -0,0 +1,48 @@
+# This file is deprecated. Tools should instead consume
+# `.dart_tool/package_config.json`.
+#
+# For more info see: https://dart.dev/go/dot-packages-deprecation
+#
+# Generated by pub on 2021-10-02 21:37:55.933320.
+async:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.8.1/lib/
+boolean_selector:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
+characters:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/lib/
+charcode:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/charcode-1.3.1/lib/
+clock:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/clock-1.1.0/lib/
+collection:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0/lib/
+crypto:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/crypto-3.0.1/lib/
+cupertino_icons:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-1.0.3/lib/
+fake_async:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/fake_async-1.2.0/lib/
+ffi:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-1.1.2/lib/
+file:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/file-6.1.2/lib/
+flutter:file:///C:/flutter/flutter/packages/flutter/lib/
+flutter_lints:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_lints-1.0.4/lib/
+flutter_test:file:///C:/flutter/flutter/packages/flutter_test/lib/
+google_fonts:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/google_fonts-2.1.0/lib/
+http:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/http-0.13.3/lib/
+http_parser:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/http_parser-4.0.0/lib/
+lints:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/lints-1.0.1/lib/
+matcher:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.10/lib/
+meta:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.7.0/lib/
+path:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/path-1.8.0/lib/
+path_provider:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.5/lib/
+path_provider_linux:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.0/lib/
+path_provider_macos:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.2/lib/
+path_provider_platform_interface:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_platform_interface-2.0.1/lib/
+path_provider_windows:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.3/lib/
+pedantic:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/pedantic-1.11.1/lib/
+platform:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/platform-3.0.2/lib/
+plugin_platform_interface:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/plugin_platform_interface-2.0.2/lib/
+process:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/process-4.2.3/lib/
+sky_engine:file:///C:/flutter/flutter/bin/cache/pkg/sky_engine/lib/
+source_span:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/source_span-1.8.1/lib/
+stack_trace:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.10.0/lib/
+stream_channel:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.1.0/lib/
+string_scanner:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.0/lib/
+term_glyph:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.0/lib/
+test_api:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/test_api-0.4.2/lib/
+typed_data:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.0/lib/
+vector_math:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.1.0/lib/
+win32:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/win32-2.2.9/lib/
+xdg_directories:file:///C:/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/xdg_directories-0.2.0/lib/
+firstapp:lib/
diff --git a/README.md b/README.md
index 0b914f90..4eb07d44 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,16 @@
-## Built In Flutter Task 2
-
-#### Part 1 | Flutter PortFolio
-
-Ever heard of a Mobile Portfolio?, Well we are gonna make one. :)
-
-This task makes you flaunt your creative nerves as well as output an awesome Mobile Portfolio which will come handy in your future.
-
-Create an attractive single screen portfolio with Flutter,
-Use AppBar, Images from Assets, Container, Text, Column.
-Fork this repository and push your codes and a screenshot of your portfolio to a seperate folder with your name within the forked version of the below repository. *The folder name should be your name*.
-
-## EXAMPLE
-
-
-Mandatory Widgets for Task Evaluation:
-1. Scaffold
-2. AppBar
-3. Container
-4. Text
-5. Column or Row
-6. Image or Circle avatar
-7. Divider (This widget might be new to you, try googling around or mention your difficulties in the #help channel)
-#### After all googling is also a tech skill😜
-
-
-### "Make sure that you include these 7 Widgets in your Project."
-
-Finally create a Pull Request to the Parent Repository and Mention your PR Link with your submission.
-
-:checkered_flag: After completing the task you have to mention that you have completed task-2 along with your GitHub profile and PR Link on the ***#its-show-time*** channel and tag **@Mentor**. Otherwise your work won't be recognised.
-
-##### Deadline : 20th September 6.00 PM
-
-:round_pushpin: *Please ensure that you are using your original profile pic and original name as the server nickname. Otherwise it won't be evaluated.*
-
-Happy Coding.
+# firstapp
+
+A new Flutter project.
+
+## Getting Started
+
+This project is a starting point for a Flutter application.
+
+A few resources to get you started if this is your first Flutter project:
+
+- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
+- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
+
+For help getting started with Flutter, view our
+[online documentation](https://flutter.dev/docs), which offers tutorials,
+samples, guidance on mobile development, and a full API reference.
diff --git a/analysis_options.yaml b/analysis_options.yaml
new file mode 100644
index 00000000..a7acf245
--- /dev/null
+++ b/analysis_options.yaml
@@ -0,0 +1,29 @@
+# This file configures the analyzer, which statically analyzes Dart code to
+# check for errors, warnings, and lints.
+#
+# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
+# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
+# invoked from the command line by running `flutter analyze`.
+
+# The following line activates a set of recommended lints for Flutter apps,
+# packages, and plugins designed to encourage good coding practices.
+include: package:flutter_lints/flutter.yaml
+
+linter:
+ # The lint rules applied to this project can be customized in the
+ # section below to disable rules from the `package:flutter_lints/flutter.yaml`
+ # included above or to enable additional rules. A list of all available lints
+ # and their documentation is published at
+ # https://dart-lang.github.io/linter/lints/index.html.
+ #
+ # Instead of disabling a lint rule for the entire project in the
+ # section below, it can also be suppressed for a single line of code
+ # or a specific dart file by using the `// ignore: name_of_lint` and
+ # `// ignore_for_file: name_of_lint` syntax on the line or in the file
+ # producing the lint.
+ rules:
+ # avoid_print: false # Uncomment to disable the `avoid_print` rule
+ # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/firstapp.iml b/firstapp.iml
new file mode 100644
index 00000000..3ae446d1
--- /dev/null
+++ b/firstapp.iml
@@ -0,0 +1,18 @@
+
+
-g@c9pfC+~Q0|Wc$;g?3cVizbUZNn#E
zAwk#SMk-}cQevA?N3|IHRm6^?)L8b_u)4P$_RU>Qb|i tz@ac?IGmj3hCsR{_D{r&ot72SNr!i#x1Nwmq
zRV$WPgR1^B-lm<2X$Xtk<-_%%!%;K1axjxwk$aM>()y2R(B6h~gMlhqY_7B{PGx#D
z@scIY9|zDmr@`Im5@P33SNa1ri4Sm=n#u!{n$4UUVf5o9pMe6SyH?Ika9DVHsY0Fv
zGojzEys(k?wkwl$g m
z2&WbqgJjC*niqz~uuP#>ZC2P>cJ}e*Oa)?`(@a3wYDKOR6?2(xr^Ydw$JUvGoEHKB
zPD>gN)xSMYzG-~*lR`xC>-GzUFwhlg$(7-!_cCkWm;zWwqfmhyq=1m GcKp6o3@$P>XP-0Vj@2$M)Kk%y9Gt53+{E&`t!lc1K=#dv
zl(b8ET{==6?(q}dOa+&&T(RNHI9MMyEu`rmUesVyHSz_@J}~~|A71$PTSfY$>eUz*
zMo;ecF`l8cli&UA%R|)0jI2#qgo$EobZ57-GhhQ>TJiDu$pu2K;vnQdE>YXW8bRt2
z-^>s77TExk*$q=J*jy@C%5gD-QzxS^9|Z}u>p5p+=c$Yid~r0vw{b2nkzzyW7DN-l
zS2187b+~$qF`Ls#^^9-g_WPZql7p)XHO$QG*5|gu3JxB?_l~}c)m|EdPQ%(#hxclS
zw`b4N%<7Wn$kGCy!=Uq-mghLf^3a=l>;{R<*7J6fl4Y9NMzszfpmsp+nx0Cjeb5Ll
z1{%jN-W{NclZDW)cWjsx-6X`Z-t(MBf!>N6#M}So9F6RQL$>Br7!RB<@0l
z(+i&4T@ku_m9wdm8ycp@UZpKGj0~yM^W`ITg;0j%{8@e~?TX`{S%=Jvvgy)zQ|z@}
z)#)ksAa4-)mSdhiq^e
V{`a$l
zGzAe3gJT6gdIl=otZVPOF?arTj3GGr7kfjaIwD~`kvt_sWIfL!5Ei{KdzOkd@BkHc
zM+a&~-KWTz-Sru?hei~S@QfD`1doYnFAdm^dGR?Vapk$k|Kw7%R*pmxZV?HaOTKW1
zQSrkIRdAy<7;R(85qz_meR^|dVeo
TrKT(Vk^@s&e91I5l5Q;B(~Fj;S?CMZL9k{NQ~!Z~rBw9iyAT!agBOh95})>m&*
z{-e)x(r{v$W%0nwOzs#i3;Khrf-PWzuW8O05@Sft
CS}m~
z%m`?$$Dz#B$*fDglI*u}snI{ARJGK)&b$R$m