[
  {
    "path": ".gitignore",
    "content": "# Miscellaneous\n*.class\n*.log\n*.pyc\n*.swp\n.DS_Store\n.atom/\n.buildlog/\n.history\n.svn/\n\n# IntelliJ related\n*.iml\n*.ipr\n*.iws\n.idea/\n\n# The .vscode folder contains launch configuration and tasks you configure in\n# VS Code which you may wish to be included in version control, so this line\n# is commented out by default.\n#.vscode/\n\n# Flutter/Dart/Pub related\n**/doc/api/\n**/ios/Flutter/.last_build_id\n.dart_tool/\n.flutter-plugins\n.flutter-plugins-dependencies\n.packages\n.pub-cache/\n.pub/\n/build/\n\n# Web related\nlib/generated_plugin_registrant.dart\n\n# Symbolication related\napp.*.symbols\n\n# Obfuscation related\napp.*.map.json\n\n# Android Studio will place build artifacts here\n/android/app/debug\n/android/app/profile\n/android/app/release\n"
  },
  {
    "path": ".metadata",
    "content": "# This file tracks properties of this Flutter project.\n# Used by Flutter tool to assess capabilities and perform upgrades etc.\n#\n# This file should be version controlled and should not be manually edited.\n\nversion:\n  revision: d79295af24c3ed621c33713ecda14ad196fd9c31\n  channel: stable\n\nproject_type: app\n"
  },
  {
    "path": ".vscode/launch.json",
    "content": "{\n    // Use IntelliSense to learn about possible attributes.\n    // Hover to view descriptions of existing attributes.\n    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387\n    \"version\": \"0.2.0\",\n    \"configurations\": [\n        {\n            \"name\": \"day34\",\n            \"request\": \"launch\",\n            \"type\": \"dart\",\n            \"args\": [\n                \"--no-sound-null-safety\",\n            ]\n        },\n        {\n            \"name\": \"day34 (profile mode)\",\n            \"request\": \"launch\",\n            \"type\": \"dart\",\n            \"flutterMode\": \"profile\",\n            \"args\": [\n                \"--no-sound-null-safety\",\n            ]\n        }\n    ]\n}"
  },
  {
    "path": "LICENSE",
    "content": "                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "README.md",
    "content": "## Flutter e-commerce Application Example - Day 34\n\n```dart\nclass Afgprogrammer extends Flutter100DaysOfCode {\n  video() {\n    return {\n      \"title\": \"Flutter e-commerce Application Example\",\n      \"description\": \"Let’s make an e-commerce application.\",\n      \"day\": 34,\n    }\n  }\n}\n```\n\nAssets \n* [Unsplash](https://unsplash.com)\n* [icon8](https://icons8.com)\n\n## Previous Designs\n[Checkout my Youtube channel](https://youtube.com/afgprogrammer)\n\n\n## Development Setup\nClone the repository and run the following commands:\n```\nflutter pub get\nflutter run\n```\n\n## Screenshot\n### Home Page\n<img src=\"assets/screenshots/home-page.png\" />\n\n### Filter Modal\n<img src=\"assets/screenshots/filter-modal.png\" />\n\n### Product View\n<img src=\"assets/screenshots/product-view.png\" />\n\n### Cart Page\n<img src=\"assets/screenshots/cart-page.png\" />\n\n### Payment Page\n<img src=\"assets/screenshots/payment-page.png\" />\n\n## Links\n\n* [Website](https://afgprogrammer.com)\n* [Youtube channel](https://youtube.com/afgprogrammer)\n* [Twitter](https://twitter.com/afgprogrammer)\n* [Instagram](https://instagram.com/afgprogrammer)\n"
  },
  {
    "path": "android/.gitignore",
    "content": "gradle-wrapper.jar\n/.gradle\n/captures/\n/gradlew\n/gradlew.bat\n/local.properties\nGeneratedPluginRegistrant.java\n\n# Remember to never publicly share your keystore.\n# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app\nkey.properties\n"
  },
  {
    "path": "android/app/build.gradle",
    "content": "def localProperties = new Properties()\ndef localPropertiesFile = rootProject.file('local.properties')\nif (localPropertiesFile.exists()) {\n    localPropertiesFile.withReader('UTF-8') { reader ->\n        localProperties.load(reader)\n    }\n}\n\ndef flutterRoot = localProperties.getProperty('flutter.sdk')\nif (flutterRoot == null) {\n    throw new GradleException(\"Flutter SDK not found. Define location with flutter.sdk in the local.properties file.\")\n}\n\ndef flutterVersionCode = localProperties.getProperty('flutter.versionCode')\nif (flutterVersionCode == null) {\n    flutterVersionCode = '1'\n}\n\ndef flutterVersionName = localProperties.getProperty('flutter.versionName')\nif (flutterVersionName == null) {\n    flutterVersionName = '1.0'\n}\n\napply plugin: 'com.android.application'\napply plugin: 'kotlin-android'\napply from: \"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle\"\n\nandroid {\n    compileSdkVersion 30\n\n    sourceSets {\n        main.java.srcDirs += 'src/main/kotlin'\n    }\n\n    defaultConfig {\n        // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).\n        applicationId \"com.example.day34\"\n        minSdkVersion 16\n        targetSdkVersion 30\n        versionCode flutterVersionCode.toInteger()\n        versionName flutterVersionName\n    }\n\n    buildTypes {\n        release {\n            // TODO: Add your own signing config for the release build.\n            // Signing with the debug keys for now, so `flutter run --release` works.\n            signingConfig signingConfigs.debug\n        }\n    }\n}\n\nflutter {\n    source '../..'\n}\n\ndependencies {\n    implementation \"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version\"\n}\n"
  },
  {
    "path": "android/app/src/debug/AndroidManifest.xml",
    "content": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    package=\"com.example.day34\">\n    <!-- Flutter needs it to communicate with the running application\n         to allow setting breakpoints, to provide hot reload, etc.\n    -->\n    <uses-permission android:name=\"android.permission.INTERNET\"/>\n</manifest>\n"
  },
  {
    "path": "android/app/src/main/AndroidManifest.xml",
    "content": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    package=\"com.example.day34\">\n   <application\n        android:label=\"day34\"\n        android:icon=\"@mipmap/ic_launcher\">\n        <activity\n            android:name=\".MainActivity\"\n            android:launchMode=\"singleTop\"\n            android:theme=\"@style/LaunchTheme\"\n            android:configChanges=\"orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode\"\n            android:hardwareAccelerated=\"true\"\n            android:windowSoftInputMode=\"adjustResize\">\n            <!-- Specifies an Android theme to apply to this Activity as soon as\n                 the Android process has started. This theme is visible to the user\n                 while the Flutter UI initializes. After that, this theme continues\n                 to determine the Window background behind the Flutter UI. -->\n            <meta-data\n              android:name=\"io.flutter.embedding.android.NormalTheme\"\n              android:resource=\"@style/NormalTheme\"\n              />\n            <!-- Displays an Android View that continues showing the launch screen\n                 Drawable until Flutter paints its first frame, then this splash\n                 screen fades out. A splash screen is useful to avoid any visual\n                 gap between the end of Android's launch screen and the painting of\n                 Flutter's first frame. -->\n            <meta-data\n              android:name=\"io.flutter.embedding.android.SplashScreenDrawable\"\n              android:resource=\"@drawable/launch_background\"\n              />\n            <intent-filter>\n                <action android:name=\"android.intent.action.MAIN\"/>\n                <category android:name=\"android.intent.category.LAUNCHER\"/>\n            </intent-filter>\n        </activity>\n        <!-- Don't delete the meta-data below.\n             This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->\n        <meta-data\n            android:name=\"flutterEmbedding\"\n            android:value=\"2\" />\n    </application>\n</manifest>\n"
  },
  {
    "path": "android/app/src/main/kotlin/com/example/day34/MainActivity.kt",
    "content": "package com.example.day34\n\nimport io.flutter.embedding.android.FlutterActivity\n\nclass MainActivity: FlutterActivity() {\n}\n"
  },
  {
    "path": "android/app/src/main/res/drawable/launch_background.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- Modify this file to customize your launch splash screen -->\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <item android:drawable=\"@android:color/white\" />\n\n    <!-- You can insert your own image assets here -->\n    <!-- <item>\n        <bitmap\n            android:gravity=\"center\"\n            android:src=\"@mipmap/launch_image\" />\n    </item> -->\n</layer-list>\n"
  },
  {
    "path": "android/app/src/main/res/drawable-v21/launch_background.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- Modify this file to customize your launch splash screen -->\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <item android:drawable=\"?android:colorBackground\" />\n\n    <!-- You can insert your own image assets here -->\n    <!-- <item>\n        <bitmap\n            android:gravity=\"center\"\n            android:src=\"@mipmap/launch_image\" />\n    </item> -->\n</layer-list>\n"
  },
  {
    "path": "android/app/src/main/res/values/styles.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->\n    <style name=\"LaunchTheme\" parent=\"@android:style/Theme.Light.NoTitleBar\">\n        <!-- Show a splash screen on the activity. Automatically removed when\n             Flutter draws its first frame -->\n        <item name=\"android:windowBackground\">@drawable/launch_background</item>\n    </style>\n    <!-- Theme applied to the Android Window as soon as the process has started.\n         This theme determines the color of the Android Window while your\n         Flutter UI initializes, as well as behind your Flutter UI while its\n         running.\n         \n         This Theme is only used starting with V2 of Flutter's Android embedding. -->\n    <style name=\"NormalTheme\" parent=\"@android:style/Theme.Light.NoTitleBar\">\n        <item name=\"android:windowBackground\">?android:colorBackground</item>\n    </style>\n</resources>\n"
  },
  {
    "path": "android/app/src/main/res/values-night/styles.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->\n    <style name=\"LaunchTheme\" parent=\"@android:style/Theme.Black.NoTitleBar\">\n        <!-- Show a splash screen on the activity. Automatically removed when\n             Flutter draws its first frame -->\n        <item name=\"android:windowBackground\">@drawable/launch_background</item>\n    </style>\n    <!-- Theme applied to the Android Window as soon as the process has started.\n         This theme determines the color of the Android Window while your\n         Flutter UI initializes, as well as behind your Flutter UI while its\n         running.\n         \n         This Theme is only used starting with V2 of Flutter's Android embedding. -->\n    <style name=\"NormalTheme\" parent=\"@android:style/Theme.Black.NoTitleBar\">\n        <item name=\"android:windowBackground\">?android:colorBackground</item>\n    </style>\n</resources>\n"
  },
  {
    "path": "android/app/src/profile/AndroidManifest.xml",
    "content": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n    package=\"com.example.day34\">\n    <!-- Flutter needs it to communicate with the running application\n         to allow setting breakpoints, to provide hot reload, etc.\n    -->\n    <uses-permission android:name=\"android.permission.INTERNET\"/>\n</manifest>\n"
  },
  {
    "path": "android/build.gradle",
    "content": "buildscript {\n    ext.kotlin_version = '1.3.50'\n    repositories {\n        google()\n        jcenter()\n    }\n\n    dependencies {\n        classpath 'com.android.tools.build:gradle:4.1.0'\n        classpath \"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version\"\n    }\n}\n\nallprojects {\n    repositories {\n        google()\n        jcenter()\n    }\n}\n\nrootProject.buildDir = '../build'\nsubprojects {\n    project.buildDir = \"${rootProject.buildDir}/${project.name}\"\n    project.evaluationDependsOn(':app')\n}\n\ntask clean(type: Delete) {\n    delete rootProject.buildDir\n}\n"
  },
  {
    "path": "android/gradle/wrapper/gradle-wrapper.properties",
    "content": "#Fri Jun 23 08:50:38 CEST 2017\ndistributionBase=GRADLE_USER_HOME\ndistributionPath=wrapper/dists\nzipStoreBase=GRADLE_USER_HOME\nzipStorePath=wrapper/dists\ndistributionUrl=https\\://services.gradle.org/distributions/gradle-6.7-all.zip\n"
  },
  {
    "path": "android/gradle.properties",
    "content": "org.gradle.jvmargs=-Xmx1536M\nandroid.useAndroidX=true\nandroid.enableJetifier=true\n"
  },
  {
    "path": "android/settings.gradle",
    "content": "include ':app'\n\ndef localPropertiesFile = new File(rootProject.projectDir, \"local.properties\")\ndef properties = new Properties()\n\nassert localPropertiesFile.exists()\nlocalPropertiesFile.withReader(\"UTF-8\") { reader -> properties.load(reader) }\n\ndef flutterSdkPath = properties.getProperty(\"flutter.sdk\")\nassert flutterSdkPath != null, \"flutter.sdk not set in local.properties\"\napply from: \"$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle\"\n"
  },
  {
    "path": "assets/products.json",
    "content": "{\n    \"products\": [\n        {\n            \"name\": \"Winter Coat\",\n            \"imageURL\": \"https://images.unsplash.com/photo-1539533018447-63fcce2678e3?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8Y29hdHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60\",\n            \"brand\": \"OSIRUS\",\n            \"price\": 100\n        },\n        {\n            \"name\": \"Cotton Sweatshirt\",\n            \"imageURL\": \"https://images.unsplash.com/photo-1556172732-bcded74ff3a2?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NTd8fHN3ZWF0c2hpcnR8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60\",\n            \"brand\": \"OSIRUS\",\n            \"price\": 49\n        },\n        {\n            \"name\": \"Cotton Pant\",\n            \"imageURL\": \"https://images.unsplash.com/photo-1506629082955-511b1aa562c8?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTl8fHBhbnR8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60\",\n            \"brand\": \"OSIRUS\",\n            \"price\": 58\n        },\n        {\n            \"name\": \"Green Sweater\",\n            \"imageURL\": \"https://images.unsplash.com/photo-1536992266094-82847e1fd431?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8c3dlYXRlcnxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60\",\n            \"brand\": \"OSIRUS\",\n            \"price\": 69\n        }\n    ]\n}"
  },
  {
    "path": "ios/.gitignore",
    "content": "*.mode1v3\n*.mode2v3\n*.moved-aside\n*.pbxuser\n*.perspectivev3\n**/*sync/\n.sconsign.dblite\n.tags*\n**/.vagrant/\n**/DerivedData/\nIcon?\n**/Pods/\n**/.symlinks/\nprofile\nxcuserdata\n**/.generated/\nFlutter/App.framework\nFlutter/Flutter.framework\nFlutter/Flutter.podspec\nFlutter/Generated.xcconfig\nFlutter/ephemeral/\nFlutter/app.flx\nFlutter/app.zip\nFlutter/flutter_assets/\nFlutter/flutter_export_environment.sh\nServiceDefinitions.json\nRunner/GeneratedPluginRegistrant.*\n\n# Exceptions to above rules.\n!default.mode1v3\n!default.mode2v3\n!default.pbxuser\n!default.perspectivev3\n"
  },
  {
    "path": "ios/Flutter/AppFrameworkInfo.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n  <key>CFBundleDevelopmentRegion</key>\n  <string>en</string>\n  <key>CFBundleExecutable</key>\n  <string>App</string>\n  <key>CFBundleIdentifier</key>\n  <string>io.flutter.flutter.app</string>\n  <key>CFBundleInfoDictionaryVersion</key>\n  <string>6.0</string>\n  <key>CFBundleName</key>\n  <string>App</string>\n  <key>CFBundlePackageType</key>\n  <string>FMWK</string>\n  <key>CFBundleShortVersionString</key>\n  <string>1.0</string>\n  <key>CFBundleSignature</key>\n  <string>????</string>\n  <key>CFBundleVersion</key>\n  <string>1.0</string>\n  <key>MinimumOSVersion</key>\n  <string>8.0</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "ios/Flutter/Debug.xcconfig",
    "content": "#include \"Generated.xcconfig\"\n"
  },
  {
    "path": "ios/Flutter/Release.xcconfig",
    "content": "#include \"Generated.xcconfig\"\n"
  },
  {
    "path": "ios/Runner/AppDelegate.swift",
    "content": "import UIKit\nimport Flutter\n\n@UIApplicationMain\n@objc class AppDelegate: FlutterAppDelegate {\n  override func application(\n    _ application: UIApplication,\n    didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?\n  ) -> Bool {\n    GeneratedPluginRegistrant.register(with: self)\n    return super.application(application, didFinishLaunchingWithOptions: launchOptions)\n  }\n}\n"
  },
  {
    "path": "ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"size\" : \"20x20\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-20x20@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"20x20\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-20x20@3x.png\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-29x29@1x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-29x29@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-29x29@3x.png\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"size\" : \"40x40\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-40x40@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"40x40\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-40x40@3x.png\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"size\" : \"60x60\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-60x60@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"60x60\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"Icon-App-60x60@3x.png\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"size\" : \"20x20\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-20x20@1x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"20x20\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-20x20@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-29x29@1x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-29x29@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"40x40\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-40x40@1x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"40x40\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-40x40@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"76x76\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-76x76@1x.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"76x76\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-76x76@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"83.5x83.5\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"Icon-App-83.5x83.5@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"1024x1024\",\n      \"idiom\" : \"ios-marketing\",\n      \"filename\" : \"Icon-App-1024x1024@1x.png\",\n      \"scale\" : \"1x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}\n"
  },
  {
    "path": "ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"LaunchImage.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"LaunchImage@2x.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"filename\" : \"LaunchImage@3x.png\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}\n"
  },
  {
    "path": "ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md",
    "content": "# Launch Screen Assets\n\nYou can customize the launch screen with your own desired assets by replacing the image files in this directory.\n\nYou can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images."
  },
  {
    "path": "ios/Runner/Base.lproj/LaunchScreen.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"12121\" systemVersion=\"16G29\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" launchScreen=\"YES\" colorMatched=\"YES\" initialViewController=\"01J-lp-oVM\">\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"12089\"/>\n    </dependencies>\n    <scenes>\n        <!--View Controller-->\n        <scene sceneID=\"EHf-IW-A2E\">\n            <objects>\n                <viewController id=\"01J-lp-oVM\" sceneMemberID=\"viewController\">\n                    <layoutGuides>\n                        <viewControllerLayoutGuide type=\"top\" id=\"Ydg-fD-yQy\"/>\n                        <viewControllerLayoutGuide type=\"bottom\" id=\"xbc-2k-c8Z\"/>\n                    </layoutGuides>\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"Ze5-6b-2t3\">\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <imageView opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" image=\"LaunchImage\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"YRO-k0-Ey4\">\n                            </imageView>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstItem=\"YRO-k0-Ey4\" firstAttribute=\"centerX\" secondItem=\"Ze5-6b-2t3\" secondAttribute=\"centerX\" id=\"1a2-6s-vTC\"/>\n                            <constraint firstItem=\"YRO-k0-Ey4\" firstAttribute=\"centerY\" secondItem=\"Ze5-6b-2t3\" secondAttribute=\"centerY\" id=\"4X2-HB-R7a\"/>\n                        </constraints>\n                    </view>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"iYj-Kq-Ea1\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"53\" y=\"375\"/>\n        </scene>\n    </scenes>\n    <resources>\n        <image name=\"LaunchImage\" width=\"168\" height=\"185\"/>\n    </resources>\n</document>\n"
  },
  {
    "path": "ios/Runner/Base.lproj/Main.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"10117\" systemVersion=\"15F34\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" useTraitCollections=\"YES\" initialViewController=\"BYZ-38-t0r\">\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"10085\"/>\n    </dependencies>\n    <scenes>\n        <!--Flutter View Controller-->\n        <scene sceneID=\"tne-QT-ifu\">\n            <objects>\n                <viewController id=\"BYZ-38-t0r\" customClass=\"FlutterViewController\" sceneMemberID=\"viewController\">\n                    <layoutGuides>\n                        <viewControllerLayoutGuide type=\"top\" id=\"y3c-jy-aDJ\"/>\n                        <viewControllerLayoutGuide type=\"bottom\" id=\"wfy-db-euE\"/>\n                    </layoutGuides>\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"8bC-Xf-vdC\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"600\" height=\"600\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <color key=\"backgroundColor\" white=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"calibratedWhite\"/>\n                    </view>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"dkx-z0-nzr\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n        </scene>\n    </scenes>\n</document>\n"
  },
  {
    "path": "ios/Runner/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>$(DEVELOPMENT_LANGUAGE)</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>day34</string>\n\t<key>CFBundlePackageType</key>\n\t<string>APPL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>$(FLUTTER_BUILD_NAME)</string>\n\t<key>CFBundleSignature</key>\n\t<string>????</string>\n\t<key>CFBundleVersion</key>\n\t<string>$(FLUTTER_BUILD_NUMBER)</string>\n\t<key>LSRequiresIPhoneOS</key>\n\t<true/>\n\t<key>UILaunchStoryboardName</key>\n\t<string>LaunchScreen</string>\n\t<key>UIMainStoryboardFile</key>\n\t<string>Main</string>\n\t<key>UISupportedInterfaceOrientations</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n\t<key>UISupportedInterfaceOrientations~ipad</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationPortraitUpsideDown</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n\t<key>UIViewControllerBasedStatusBarAppearance</key>\n\t<false/>\n</dict>\n</plist>\n"
  },
  {
    "path": "ios/Runner/Runner-Bridging-Header.h",
    "content": "#import \"GeneratedPluginRegistrant.h\"\n"
  },
  {
    "path": "ios/Runner.xcodeproj/project.pbxproj",
    "content": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section */\n\t\t1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };\n\t\t3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };\n\t\t74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };\n\t\t97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };\n\t\t97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };\n\t\t97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXCopyFilesBuildPhase section */\n\t\t9705A1C41CF9048500538489 /* Embed Frameworks */ = {\n\t\t\tisa = PBXCopyFilesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tdstPath = \"\";\n\t\t\tdstSubfolderSpec = 10;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tname = \"Embed Frameworks\";\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXCopyFilesBuildPhase section */\n\n/* Begin PBXFileReference section */\n\t\t1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = \"<group>\"; };\n\t\t1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = \"<group>\"; };\n\t\t3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = \"<group>\"; };\n\t\t74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = \"Runner-Bridging-Header.h\"; sourceTree = \"<group>\"; };\n\t\t74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = \"<group>\"; };\n\t\t7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = \"<group>\"; };\n\t\t9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = \"<group>\"; };\n\t\t9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = \"<group>\"; };\n\t\t97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = \"<group>\"; };\n\t\t97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = \"<group>\"; };\n\t\t97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = \"<group>\"; };\n\t\t97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t97C146EB1CF9000F007C117D /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\t9740EEB11CF90186004384FC /* Flutter */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,\n\t\t\t\t9740EEB21CF90195004384FC /* Debug.xcconfig */,\n\t\t\t\t7AFA3C8E1D35360C0083082E /* Release.xcconfig */,\n\t\t\t\t9740EEB31CF90195004384FC /* Generated.xcconfig */,\n\t\t\t);\n\t\t\tname = Flutter;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t97C146E51CF9000F007C117D = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t9740EEB11CF90186004384FC /* Flutter */,\n\t\t\t\t97C146F01CF9000F007C117D /* Runner */,\n\t\t\t\t97C146EF1CF9000F007C117D /* Products */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t97C146EF1CF9000F007C117D /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t97C146EE1CF9000F007C117D /* Runner.app */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t97C146F01CF9000F007C117D /* Runner */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t97C146FA1CF9000F007C117D /* Main.storyboard */,\n\t\t\t\t97C146FD1CF9000F007C117D /* Assets.xcassets */,\n\t\t\t\t97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,\n\t\t\t\t97C147021CF9000F007C117D /* Info.plist */,\n\t\t\t\t1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,\n\t\t\t\t1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,\n\t\t\t\t74858FAE1ED2DC5600515810 /* AppDelegate.swift */,\n\t\t\t\t74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,\n\t\t\t);\n\t\t\tpath = Runner;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\t97C146ED1CF9000F007C117D /* Runner */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget \"Runner\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t9740EEB61CF901F6004384FC /* Run Script */,\n\t\t\t\t97C146EA1CF9000F007C117D /* Sources */,\n\t\t\t\t97C146EB1CF9000F007C117D /* Frameworks */,\n\t\t\t\t97C146EC1CF9000F007C117D /* Resources */,\n\t\t\t\t9705A1C41CF9048500538489 /* Embed Frameworks */,\n\t\t\t\t3B06AD1E1E4923F5004D2608 /* Thin Binary */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = Runner;\n\t\t\tproductName = Runner;\n\t\t\tproductReference = 97C146EE1CF9000F007C117D /* Runner.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\t97C146E61CF9000F007C117D /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastUpgradeCheck = 1020;\n\t\t\t\tORGANIZATIONNAME = \"\";\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\t97C146ED1CF9000F007C117D = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 7.3.1;\n\t\t\t\t\t\tLastSwiftMigration = 1100;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject \"Runner\" */;\n\t\t\tcompatibilityVersion = \"Xcode 9.3\";\n\t\t\tdevelopmentRegion = en;\n\t\t\thasScannedForEncodings = 0;\n\t\t\tknownRegions = (\n\t\t\t\ten,\n\t\t\t\tBase,\n\t\t\t);\n\t\t\tmainGroup = 97C146E51CF9000F007C117D;\n\t\t\tproductRefGroup = 97C146EF1CF9000F007C117D /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t97C146ED1CF9000F007C117D /* Runner */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t97C146EC1CF9000F007C117D /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,\n\t\t\t\t3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,\n\t\t\t\t97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,\n\t\t\t\t97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXShellScriptBuildPhase section */\n\t\t3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Thin Binary\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"/bin/sh \\\"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\\\" embed_and_thin\";\n\t\t};\n\t\t9740EEB61CF901F6004384FC /* Run Script */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\tname = \"Run Script\";\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"/bin/sh \\\"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\\\" build\";\n\t\t};\n/* End PBXShellScriptBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t97C146EA1CF9000F007C117D /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,\n\t\t\t\t1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin PBXVariantGroup section */\n\t\t97C146FA1CF9000F007C117D /* Main.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t97C146FB1CF9000F007C117D /* Base */,\n\t\t\t);\n\t\t\tname = Main.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t97C147001CF9000F007C117D /* Base */,\n\t\t\t);\n\t\t\tname = LaunchScreen.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXVariantGroup section */\n\n/* Begin XCBuildConfiguration section */\n\t\t249021D3217E4FDB00AE95B9 /* Profile */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSUPPORTED_PLATFORMS = iphoneos;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Profile;\n\t\t};\n\t\t249021D4217E4FDB00AE95B9 /* Profile */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCURRENT_PROJECT_VERSION = \"$(FLUTTER_BUILD_NUMBER)\";\n\t\t\t\tENABLE_BITCODE = NO;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.example.day34;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_OBJC_BRIDGING_HEADER = \"Runner/Runner-Bridging-Header.h\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t};\n\t\t\tname = Profile;\n\t\t};\n\t\t97C147031CF9000F007C117D /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = dwarf;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = 0;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t97C147041CF9000F007C117D /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSUPPORTED_PLATFORMS = iphoneos;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Owholemodule\";\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t97C147061CF9000F007C117D /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCURRENT_PROJECT_VERSION = \"$(FLUTTER_BUILD_NUMBER)\";\n\t\t\t\tENABLE_BITCODE = NO;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.example.day34;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_OBJC_BRIDGING_HEADER = \"Runner/Runner-Bridging-Header.h\";\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t97C147071CF9000F007C117D /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;\n\t\t\tbuildSettings = {\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCURRENT_PROJECT_VERSION = \"$(FLUTTER_BUILD_NUMBER)\";\n\t\t\t\tENABLE_BITCODE = NO;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.example.day34;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_OBJC_BRIDGING_HEADER = \"Runner/Runner-Bridging-Header.h\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t97C146E91CF9000F007C117D /* Build configuration list for PBXProject \"Runner\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t97C147031CF9000F007C117D /* Debug */,\n\t\t\t\t97C147041CF9000F007C117D /* Release */,\n\t\t\t\t249021D3217E4FDB00AE95B9 /* Profile */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget \"Runner\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t97C147061CF9000F007C117D /* Debug */,\n\t\t\t\t97C147071CF9000F007C117D /* Release */,\n\t\t\t\t249021D4217E4FDB00AE95B9 /* Profile */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n/* End XCConfigurationList section */\n\t};\n\trootObject = 97C146E61CF9000F007C117D /* Project object */;\n}\n"
  },
  {
    "path": "ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>IDEDidComputeMac32BitWarning</key>\n\t<true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>PreviewsEnabled</key>\n\t<false/>\n</dict>\n</plist>\n"
  },
  {
    "path": "ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"1020\"\n   version = \"1.3\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"97C146ED1CF9000F007C117D\"\n               BuildableName = \"Runner.app\"\n               BlueprintName = \"Runner\"\n               ReferencedContainer = \"container:Runner.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\">\n      <Testables>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"97C146ED1CF9000F007C117D\"\n            BuildableName = \"Runner.app\"\n            BlueprintName = \"Runner\"\n            ReferencedContainer = \"container:Runner.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </TestAction>\n   <LaunchAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      debugServiceExtension = \"internal\"\n      allowLocationSimulation = \"YES\">\n      <BuildableProductRunnable\n         runnableDebuggingMode = \"0\">\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"97C146ED1CF9000F007C117D\"\n            BuildableName = \"Runner.app\"\n            BlueprintName = \"Runner\"\n            ReferencedContainer = \"container:Runner.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      buildConfiguration = \"Profile\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      debugDocumentVersioning = \"YES\">\n      <BuildableProductRunnable\n         runnableDebuggingMode = \"0\">\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"97C146ED1CF9000F007C117D\"\n            BuildableName = \"Runner.app\"\n            BlueprintName = \"Runner\"\n            ReferencedContainer = \"container:Runner.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "ios/Runner.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"group:Runner.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>IDEDidComputeMac32BitWarning</key>\n\t<true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>PreviewsEnabled</key>\n\t<false/>\n</dict>\n</plist>\n"
  },
  {
    "path": "lib/animation/FadeAnimation.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:simple_animations/simple_animations.dart';\n\nclass FadeAnimation extends StatelessWidget {\n  final double delay;\n  final Widget child;\n\n  FadeAnimation(this.delay, this.child);\n\n  @override\n  Widget build(BuildContext context) {\n    final tween = MultiTrackTween([\n      Track(\"opacity\").add(Duration(milliseconds: 500), Tween(begin: 0.0, end: 1.0)),\n      Track(\"translateY\").add(\n        Duration(milliseconds: 500), Tween(begin: -30.0, end: 0.0),\n        curve: Curves.easeOut)\n    ]);\n\n    return ControlledAnimation(\n      delay: Duration(milliseconds: (500 * delay).round()),\n      duration: tween.duration,\n      tween: tween,\n      child: child,\n      builderWithChild: (context, child, animation) => Opacity(\n        opacity: (animation as Map)[\"opacity\"],\n        child: Transform.translate(\n          offset: Offset(0, (animation as Map)[\"translateY\"]), \n          child: child\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/main.dart",
    "content": "import 'package:day34/pages/cart.dart';\nimport 'package:day34/pages/explore.dart';\nimport 'package:day34/pages/notification.dart';\nimport 'package:day34/pages/profile.dart';\nimport 'package:day34/pages/search.dart';\nimport 'package:flashy_tab_bar/flashy_tab_bar.dart';\nimport 'package:flutter/material.dart';\n\nvoid main() {\n  runApp(MaterialApp(\n    home: HomePage(),\n    debugShowCheckedModeBanner: false,\n  ));\n}\n\nclass HomePage extends StatefulWidget {\n  const HomePage({ Key? key }) : super(key: key);\n\n  @override\n  _HomePageState createState() => _HomePageState();\n}\n\nclass _HomePageState extends State<HomePage> {\n  late PageController _pageController;\n  int _selectedPage = 0;\n\n  List<Widget> pages = [\n    ExplorePage(),\n    SearchPage(),\n    CartPage(),\n    ProfilePage()\n  ];\n\n  void _onItemTapped(int index) {\n    setState(() {\n      _selectedPage = index;\n      _pageController.jumpToPage(index);\n    });\n  }\n\n  @override\n  void initState() {\n    // TODO: implement initState\n    _pageController = PageController(initialPage: 0);\n\n    super.initState();\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      body: PageView(\n        onPageChanged: (index) => setState(() { _selectedPage = index; }),\n        controller: _pageController,\n        children: [\n          ...pages\n        ],\n      ),\n      bottomNavigationBar: FlashyTabBar(\n        selectedIndex: _selectedPage,\n        showElevation: false,\n        onItemSelected: (index) => _onItemTapped(index),\n        items: [\n          FlashyTabBarItem(\n            icon: Icon(Icons.home_outlined, size: 23),\n            title: Text('Home'),\n          ),\n          FlashyTabBarItem(\n            icon: Icon(Icons.search, size: 23),\n            title: Text('Search'),\n          ),\n          FlashyTabBarItem(\n            icon: Icon(Icons.shopping_bag_outlined, size: 23),\n            title: Text('Cart'),\n          ),\n          FlashyTabBarItem(\n            icon: Icon(Icons.account_circle_outlined, size: 23,),\n            title: Text('Profile'),\n          ),\n        ],\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/models/product.dart",
    "content": "class Product {\n  final String name;\n  final String brand;\n  final String imageURL;\n  final int price;\n\n  Product(this.name, this.brand, this.imageURL, this.price);\n\n  factory Product.fromJson(Map<String, dynamic> json) {\n    return new Product(\n      json[\"name\"],\n      json[\"brand\"],\n      json[\"imageURL\"],\n      json[\"price\"]\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/cart.dart",
    "content": "import 'dart:convert';\n\nimport 'package:day34/animation/FadeAnimation.dart';\nimport 'package:day34/models/product.dart';\nimport 'package:day34/pages/payment.dart';\nimport 'package:day34/pages/product_view.dart';\nimport 'package:dotted_border/dotted_border.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter/services.dart';\nimport 'package:flutter_slidable/flutter_slidable.dart';\n\nclass CartPage extends StatefulWidget {\n  const CartPage({ Key? key }) : super(key: key);\n\n  @override\n  _CartPageState createState() => _CartPageState();\n}\n\nclass _CartPageState extends State<CartPage> with TickerProviderStateMixin {\n  late List<dynamic> cartItems = [];\n  List<int> cartItemCount = [1, 1, 1, 1];\n  int totalPrice = 0;\n\n  Future<void> fetchItems() async {\n    final String response = await rootBundle.loadString('assets/products.json');\n    final data = await json.decode(response);\n\n    cartItems = data['products']\n      .map((data) => Product.fromJson(data)).toList();      \n\n    sumTotal();\n  }\n\n  sumTotal() {\n    cartItems.forEach((item) {\n      totalPrice = item.price + totalPrice;\n    });\n  }\n\n  @override\n  void initState() {\n    // TODO: implement initState\n    super.initState();\n\n    fetchItems().whenComplete(() => setState(() {}));\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        elevation: 0,\n        backgroundColor: Colors.transparent,\n        title: Text('My Cart', style: TextStyle(color: Colors.black)),\n      ),\n      body: Column(\n        crossAxisAlignment: CrossAxisAlignment.start,\n        children: <Widget>[\n          Container(\n            padding: EdgeInsets.symmetric(horizontal: 20),\n            height: MediaQuery.of(context).size.height * 0.53,\n            child: cartItems.length > 0 ? FadeAnimation(1.4, \n              AnimatedList(\n                scrollDirection: Axis.vertical,\n                initialItemCount: cartItems.length,\n                itemBuilder: (context, index, animation) {\n                  return Slidable(\n                    actionPane: SlidableDrawerActionPane(),\n                    secondaryActions: [\n                      MaterialButton(\n                        color: Colors.red.withOpacity(0.15),\n                        elevation: 0,\n                        height: 60,\n                        minWidth: 60,\n                        shape: CircleBorder(),\n                        child: Icon(Icons.delete, color: Colors.red, size: 30,),\n                        onPressed: () {\n                          setState(() {\n                            totalPrice = totalPrice - (int.parse(cartItems[index].price.toString()) * cartItemCount[index]);\n\n                            AnimatedList.of(context).removeItem(index, (context, animation) {\n                              return cartItem(cartItems[index], index, animation);\n                            });\n                            \n                            cartItems.removeAt(index);\n                            cartItemCount.removeAt(index);\n                          });\n                        },\n                      ),\n                    ],\n                    child: cartItem(cartItems[index], index, animation),\n                  );\n                }\n              ),\n            ) : Container(),\n          ),\n          SizedBox(height: 30),\n          FadeAnimation(1.2, \n            Container(\n              padding: EdgeInsets.symmetric(horizontal: 20),\n              child: Row(\n                mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                children: <Widget>[\n                  Text('Shipping', style: TextStyle(fontSize: 20)),\n                  Text('\\$5.99', style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold))\n                ],\n              ),\n            ),\n          ),\n          FadeAnimation(1.3, Padding(\n            padding: EdgeInsets.all(20.0),\n            child: DottedBorder(\n              color: Colors.grey.shade400,\n              dashPattern: [10, 10],\n              padding: EdgeInsets.all(0),\n              child: Container()\n            ),\n          )),\n          FadeAnimation(1.3, Container(\n            padding: EdgeInsets.symmetric(horizontal: 20),\n            child: Row(\n              mainAxisAlignment: MainAxisAlignment.spaceBetween,\n              children: <Widget>[\n                Text('Total', style: TextStyle(fontSize: 20)),\n                Text('\\$${totalPrice + 5.99}', style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold))\n              ],\n            ),\n          )),\n          SizedBox(height: 10),\n          FadeAnimation(1.4, Padding(\n            padding: EdgeInsets.all(20.0),\n            child: MaterialButton(\n              onPressed: () {\n                Navigator.push(context, MaterialPageRoute(builder: (context) => PaymentPage()));\n              },\n              height: 50,\n              elevation: 0,\n              splashColor: Colors.yellow[700],\n              shape: RoundedRectangleBorder(\n                borderRadius: BorderRadius.circular(10)\n              ),\n              color: Colors.yellow[800],\n              child: Center(\n                child: Text(\"Checkout\", style: TextStyle(color: Colors.white, fontSize: 18),),\n              ),\n            ),\n          ))\n        ]\n      )      \n    );\n  }\n\n  cartItem(Product product, int index, animation) {\n    return GestureDetector(\n      onTap: () {\n        Navigator.push(context, MaterialPageRoute(builder: (context) => ProductViewPage(product: product)));\n      },\n      child: SlideTransition(\n        position: Tween<Offset>(\n          begin: const Offset(-1, 0),\n          end: Offset.zero\n        ).animate(animation),\n        child: Container(\n          margin: EdgeInsets.only(bottom: 20),\n          padding: EdgeInsets.symmetric(horizontal: 10),\n          decoration: BoxDecoration(\n            color: Colors.white,\n            borderRadius: BorderRadius.circular(10),\n            boxShadow: [\n              BoxShadow(\n                color: Colors.grey.shade200,\n                offset: Offset(0, 2),\n                blurRadius: 6,\n              ),\n            ],\n          ),\n          child: Row(\n            children: <Widget>[\n              Container(\n                margin: EdgeInsets.only(right: 10),\n                child: ClipRRect(\n                  borderRadius: BorderRadius.circular(10),\n                  child: Image.network(\n                    product.imageURL,\n                    fit: BoxFit.cover,\n                    height: 100,\n                    width: 100,\n                  ),\n                ),\n              ),\n              Expanded(\n                child: Column(\n                  crossAxisAlignment: CrossAxisAlignment.start,\n                  children: <Widget>[\n                    Text(product.brand, style: TextStyle(color: Colors.orange.shade400, fontSize: 14,),),\n                    SizedBox(height: 5,),\n                    Text(product.name,\n                      style: TextStyle(\n                        fontSize: 18,\n                        fontWeight: FontWeight.w600,\n                      ),\n                    ),\n                    SizedBox(height: 15),\n                    Text(\n                      '\\$${product.price}',\n                      style: TextStyle(\n                        fontSize: 20,\n                        color: Colors.grey.shade800,\n                      ),\n                    ),\n                    SizedBox(height: 10),\n                  ]\n                ),\n              ),\n              Column(\n                crossAxisAlignment: CrossAxisAlignment.center,\n                children: [\n                  MaterialButton(\n                    minWidth: 10,\n                    padding: EdgeInsets.all(0),\n                    onPressed: () {\n                      setState(() {\n                        if (cartItemCount[index] > 1) {\n                          cartItemCount[index]--;\n                          totalPrice = totalPrice - product.price;\n                        }\n                      });\n                    },\n                    shape: CircleBorder(),\n                    child: Icon(Icons.remove_circle_outline, color: Colors.grey.shade400, size: 30,),\n                  ),\n                  Container(child: Center(child: Text(cartItemCount[index].toString(), style: TextStyle(fontSize: 20, color: Colors.grey.shade800),),),),\n                  MaterialButton(\n                    padding: EdgeInsets.all(0),\n                    minWidth: 10,\n                    splashColor: Colors.yellow[700],\n                    onPressed: () {\n                      setState(() {\n                        cartItemCount[index]++;\n                        totalPrice = totalPrice + product.price;\n                      });\n                    },\n                    shape: CircleBorder(),\n                    child: Icon(Icons.add_circle, size: 30,),\n                  ),\n                ],\n              ),\n            ]\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/explore.dart",
    "content": "import 'dart:convert';\n\nimport 'package:day34/animation/FadeAnimation.dart';\nimport 'package:day34/models/product.dart';\nimport 'package:day34/pages/product_view.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter/services.dart';\n\nclass ExplorePage extends StatefulWidget {  \n  const ExplorePage({ Key? key }) : super(key: key);\n\n  @override\n  _ExplorePageState createState() => _ExplorePageState();\n}\n\nclass _ExplorePageState extends State<ExplorePage> with TickerProviderStateMixin {\n  late ScrollController _scrollController;\n  bool _isScrolled = false;\n\n  List<dynamic> productList = [];\n  List<String> size = [\n    \"S\",\n    \"M\",\n    \"L\",\n    \"XL\",\n  ];\n\n  List<Color> colors = [\n    Colors.black,\n    Colors.purple,\n    Colors.orange.shade200,\n    Colors.blueGrey,\n    Color(0xFFFFC1D9),\n  ];\n\n  int _selectedColor = 0;\n  int _selectedSize = 1;\n\n  var selectedRange = RangeValues(150.00, 1500.00);\n\n  @override\n  void initState() { \n    _scrollController = ScrollController();\n    _scrollController.addListener(_listenToScrollChange);\n    products();\n\n    super.initState();\n  }\n\n  void _listenToScrollChange() {\n    if (_scrollController.offset >= 100.0) {\n      setState(() {\n        _isScrolled = true;\n      });\n    } else {\n      setState(() {\n        _isScrolled = false;\n      });\n    }\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return CustomScrollView(\n      controller: _scrollController,\n      slivers: [\n        SliverAppBar(\n          expandedHeight: 300.0,\n          elevation: 0,\n          pinned: true,\n          floating: true,\n          stretch: true,\n          backgroundColor: Colors.grey.shade50,\n          flexibleSpace: FlexibleSpaceBar(\n            collapseMode: CollapseMode.pin,\n            titlePadding: EdgeInsets.only(left: 20, right: 30, bottom: 100),\n            stretchModes: [\n              StretchMode.zoomBackground,\n              // StretchMode.fadeTitle\n            ],\n            title: AnimatedOpacity(\n              opacity: _isScrolled ? 0.0 : 1.0,\n              duration: Duration(milliseconds: 500),\n              child: FadeAnimation(1, Text(\"Find your 2021 Collections\",\n                style: TextStyle(\n                  color: Colors.black,\n                  fontSize: 28.0,\n                ))),\n            ),\n            background: Image.asset(\"assets/images/background.png\", fit: BoxFit.cover,)\n          ),\n          bottom: AppBar(\n            toolbarHeight: 70,\n            elevation: 0,\n            backgroundColor: Colors.transparent,\n            title: Row(\n              children: [\n                Expanded(\n                  child: FadeAnimation(1.4, Container(\n                    height: 50,\n                    child: TextField(\n                      readOnly: true,\n                      cursorColor: Colors.grey,\n                      decoration: InputDecoration(\n                        contentPadding: EdgeInsets.symmetric(horizontal: 20, vertical: 20),\n                        filled: true,\n                        fillColor: Colors.white,\n                        prefixIcon: Icon(Icons.search, color: Colors.black),\n                        border: OutlineInputBorder(\n                          borderRadius: BorderRadius.circular(10),\n                          borderSide: BorderSide.none\n                        ),\n                        hintText: \"Search e.g Cotton Sweatshirt\",\n                        hintStyle: TextStyle(fontSize: 14, color: Colors.black),\n                      ),\n                    ),\n                  )),\n                ),\n                SizedBox(width: 10),\n                FadeAnimation(1.5, Container(\n                  height: 50,\n                  width: 50,\n                  decoration: BoxDecoration(\n                    color: Colors.white,\n                    borderRadius: BorderRadius.circular(10)\n                  ),\n                  child: IconButton(\n                    onPressed: () {\n                      showFilterModal();\n                    },\n                    icon: Icon(Icons.filter_list, color: Colors.black, size: 30,),\n                  ),\n                ))\n              ],\n            ),\n          ),\n        ),\n        SliverList(\n          delegate: SliverChildListDelegate([\n            Container(\n              padding: EdgeInsets.only(top: 20, left: 20),\n              height: 330,\n              child: Column(\n                children: [\n                  FadeAnimation(1.4, Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text('Popular Products', style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold),),\n                      Padding(\n                        padding: EdgeInsets.only(right: 20.0),\n                        child: Text('See all ', style: TextStyle(color: Colors.black, fontSize: 14),),\n                      ),\n                    ],\n                  )),\n                  SizedBox(height: 10,),\n                  Expanded(\n                    child: ListView.builder(\n                      scrollDirection: Axis.horizontal,\n                      itemCount: productList.length,\n                      itemBuilder: (context, index) {\n                        return productCart(productList[index]);\n                      }\n                    )\n                  )\n                ]\n              )\n            ),\n            Container(\n              padding: EdgeInsets.only(top: 20, left: 20),\n              height: 180,\n              child: Column(\n                children: [\n                  FadeAnimation(1.4, Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text('For You', style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold),),\n                      Padding(\n                        padding: EdgeInsets.only(right: 20.0),\n                        child: Text('See all ', style: TextStyle(color: Colors.black, fontSize: 14),),\n                      ),\n                    ],\n                  )),\n                  SizedBox(height: 10,),\n                  Expanded(\n                    child: ListView.builder(\n                      scrollDirection: Axis.horizontal,\n                      itemCount: productList.length,\n                      itemBuilder: (context, index) {\n                        return forYou(productList[index]);\n                      }\n                    )\n                  )\n                ]\n              )\n            ),\n            Container(\n              padding: EdgeInsets.only(top: 20, left: 20),\n              height: 330,\n              child: Column(\n                children: [\n                  Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text('Winter Collection', style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold),),\n                      Padding(\n                        padding: EdgeInsets.only(right: 20.0),\n                        child: Text('See all ', style: TextStyle(color: Colors.black, fontSize: 14),),\n                      ),\n                    ],\n                  ),\n                  SizedBox(height: 10,),\n                  Expanded(\n                    child: ListView.builder(\n                      scrollDirection: Axis.horizontal,\n                      itemCount: productList.length,\n                      itemBuilder: (context, index) {\n                        return productCart(productList[index]);\n                      }\n                    )\n                  )\n                ]\n              )\n            ),\n            Container(\n              padding: EdgeInsets.only(top: 20, left: 20),\n              height: 330,\n              child: Column(\n                children: [\n                  Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text('Cotton Collection', style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold),),\n                      Padding(\n                        padding: EdgeInsets.only(right: 20.0),\n                        child: Text('See all ', style: TextStyle(color: Colors.black, fontSize: 14),),\n                      ),\n                    ],\n                  ),\n                  SizedBox(height: 10,),\n                  Expanded(\n                    child: ListView.builder(\n                      reverse: true,\n                      scrollDirection: Axis.horizontal,\n                      itemCount: productList.length,\n                      itemBuilder: (context, index) {\n                        return productCart(productList[index]);\n                      }\n                    )\n                  )\n                ]\n              )\n            ),\n          ]),\n        )\n      ]\n    );\n  }\n\n  Future<void> products() async {\n    final String response = await rootBundle.loadString('assets/products.json');\n    final data = await json.decode(response);\n\n    setState(() {\n      productList = data['products']\n        .map((data) => Product.fromJson(data)).toList();\n    });\n  }\n\n  productCart(Product product) {\n    return AspectRatio(\n      aspectRatio: 1 / 1,\n      child: FadeAnimation(1.5, GestureDetector(\n        onTap: () {\n          Navigator.push(context, MaterialPageRoute(builder: (context) => ProductViewPage(product: product,)));\n        },\n        child: Container(\n          margin: EdgeInsets.only(right: 20, bottom: 25),\n          decoration: BoxDecoration(\n            borderRadius: BorderRadius.circular(20),\n            color: Colors.white,\n            boxShadow: [BoxShadow(\n              offset: Offset(5, 10),\n              blurRadius: 15,\n              color: Colors.grey.shade200,\n            )],\n          ),\n          padding: EdgeInsets.all(10),\n          child: Column(\n            crossAxisAlignment: CrossAxisAlignment.start,\n            children: [\n              Container(\n                height: 150,\n                child: Stack(\n                  children: [\n                    Container(\n                      width: double.infinity,\n                      child: ClipRRect(\n                        borderRadius: BorderRadius.circular(15),\n                        child: Image.network(product.imageURL, fit: BoxFit.cover)\n                      ),\n                    ),\n                    // Add to cart button\n                    Positioned(\n                      right: 5,\n                      bottom: 5,\n                      child: MaterialButton(\n                        color: Colors.black,\n                        minWidth: 45,\n                        height: 45,\n                        shape: RoundedRectangleBorder(\n                          borderRadius: BorderRadius.circular(50)\n                        ),\n                        onPressed: () {\n                          addToCartModal();\n                        },\n                        padding: EdgeInsets.all(5),\n                        child: Center(child: Icon(Icons.shopping_cart, color: Colors.white, size: 20,)),\n                      ),\n                    )\n                  ],\n                ),\n              ),\n              SizedBox(height: 20,),\n              Text(product.name,\n                style: TextStyle(color: Colors.black, fontSize: 18,),\n              ),\n              SizedBox(height: 10,),\n              Row(\n                mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                children: [\n                  Text(product.brand, style: TextStyle(color: Colors.orange.shade400, fontSize: 14,),),\n                  Text(\"\\$ \" +product.price.toString() + '.00',\n                    style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.w800),\n                  ),\n                ],\n              ),\n            ],\n          ),\n        ),\n      )),\n    );\n  }\n\n  forYou(Product product) {\n    return AspectRatio(\n      aspectRatio: 3 / 1,\n      child: FadeAnimation(1.5, Container(\n        margin: EdgeInsets.only(right: 20, bottom: 25),\n        decoration: BoxDecoration(\n          borderRadius: BorderRadius.circular(20),\n          color: Colors.white,\n          boxShadow: [BoxShadow(\n            offset: Offset(5, 10),\n            blurRadius: 15,\n            color: Colors.grey.shade200,\n          )],\n        ),\n        padding: EdgeInsets.all(10),\n        child: Row(\n          crossAxisAlignment: CrossAxisAlignment.start,\n          children: [\n            Container(\n              width: 100,\n              child: ClipRRect(\n                borderRadius: BorderRadius.circular(15),\n                child: Image.network(product.imageURL, fit: BoxFit.cover)),\n            ),\n            SizedBox(width: 10,),\n            Expanded(\n              child: Column(\n                crossAxisAlignment: CrossAxisAlignment.start,\n                mainAxisAlignment: MainAxisAlignment.center,\n                children: [\n                  Text(product.name,\n                    style: TextStyle(color: Colors.black, fontSize: 18,),\n                  ),\n                  SizedBox(height: 5,),\n                  Text(product.brand, style: TextStyle(color: Colors.orange.shade400, fontSize: 13,),),\n                  SizedBox(height: 10,),\n                  Text(\"\\$ \" +product.price.toString() + '.00',\n                    style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.w800),\n                  ),\n                ]\n              ),\n            )\n          ],\n        ),\n      )),\n    );\n  }\n\n  showFilterModal() {\n    showModalBottomSheet(\n      context: context,\n      backgroundColor: Colors.white,\n      shape: RoundedRectangleBorder(\n        borderRadius: BorderRadius.only(topLeft: Radius.circular(20), topRight: Radius.circular(20))\n      ),\n      builder: (context) {\n        return StatefulBuilder(\n          builder: (context, setState) {\n            return Container(\n              padding: EdgeInsets.only(top: 20, left: 20, right: 20, bottom: 20),\n              height: MediaQuery.of(context).size.height * 0.8,\n              child: Column(\n                crossAxisAlignment: CrossAxisAlignment.start,\n                children: [\n                  Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text('Filter', style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold),),\n                      MaterialButton(\n                        onPressed: () {\n                          Navigator.pop(context);\n                        },\n                        minWidth: 40,\n                        height: 40,\n                        color: Colors.grey.shade300,\n                        elevation: 0,\n                        padding: EdgeInsets.all(0),\n                        shape: RoundedRectangleBorder(\n                          borderRadius: BorderRadius.circular(50)\n                        ),\n                        child: Icon(Icons.close, color: Colors.black,),\n                      )\n                    ],\n                  ),\n                  SizedBox(height: 20,),\n                  Text(\"Color\", style: TextStyle(fontWeight: FontWeight.bold, fontSize: 20),),\n                  SizedBox(height: 10,),\n                  Container(\n                    height: 60,\n                    child: ListView.builder(\n                      scrollDirection: Axis.horizontal,\n                      itemCount: colors.length,\n                      itemBuilder: (context, index) {\n                        return GestureDetector(\n                          onTap: () {\n                            setState(() {\n                              _selectedColor = index;\n                            });\n                          },\n                          child: AnimatedContainer(\n                            duration: Duration(milliseconds: 300),\n                            margin: EdgeInsets.only(right: 10),\n                            decoration: BoxDecoration(\n                              color: _selectedColor == index ? colors[index] : colors[index].withOpacity(0.5),\n                              shape: BoxShape.circle\n                            ),\n                            width: 40,\n                            height: 40,\n                            child: Center(\n                              child: _selectedColor == index ? Icon(Icons.check, color: Colors.white,) : Container(),\n                            ),\n                          ),\n                        );\n                      },\n                    ),\n                  ),\n                  SizedBox(height: 20,),\n                  Text('Size', style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold),),\n                  SizedBox(height: 10,),\n                  Container(\n                    height: 60,\n                    child: ListView.builder(\n                      scrollDirection: Axis.horizontal,\n                      itemCount: size.length,\n                      itemBuilder: (context, index) {\n                        return GestureDetector(\n                          onTap: () {\n                            setState(() {\n                              _selectedSize = index;\n                            });\n                          },\n                          child: AnimatedContainer(\n                            duration: Duration(milliseconds: 500),\n                            margin: EdgeInsets.only(right: 10),\n                            decoration: BoxDecoration(\n                              color: _selectedSize == index ? Colors.yellow[800] : Colors.grey.shade200,\n                              shape: BoxShape.circle\n                            ),\n                            width: 40,\n                            height: 40,\n                            child: Center(\n                              child: Text(size[index], style: TextStyle(color: _selectedSize == index ? Colors.white : Colors.black, fontSize: 15),),\n                            ),\n                          ),\n                        );\n                      },\n                    ),\n                  ),\n                  // Slider Price Renge filter\n                  SizedBox(height: 20,),\n                  Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text('Price Range', style: TextStyle(color: Colors.black, fontSize: 18, fontWeight: FontWeight.bold),),\n                      Row(\n                        mainAxisAlignment: MainAxisAlignment.end,\n                        children: [\n                          Text('\\$ ${selectedRange.start.toStringAsFixed(2)}', style: TextStyle(color: Colors.grey.shade500, fontSize: 12),),\n                          Text(\" - \", style: TextStyle(color: Colors.grey.shade500)),\n                          Text('\\$ ${selectedRange.end.toStringAsFixed(2)}', style: TextStyle(color: Colors.grey.shade500, fontSize: 12),),\n                        ],\n                      ),\n                    ],\n                  ),\n                  SizedBox(height: 10,),\n                  RangeSlider(\n                    values: selectedRange, \n                    min: 0.00,\n                    max: 2000.00,\n                    divisions: 100,\n                    inactiveColor: Colors.grey.shade300,\n                    activeColor: Colors.yellow[800],\n                    labels: RangeLabels('\\$ ${selectedRange.start.toStringAsFixed(2)}', '\\$ ${selectedRange.end.toStringAsFixed(2)}',),\n                    onChanged: (RangeValues values) {\n                      setState(() => selectedRange = values);\n                    }\n                  ),\n                  SizedBox(height: 20,),\n                  button('Filter', () {})\n                ],\n              ),\n            );\n          }\n        );\n      },\n    );\n  }\n\n  addToCartModal() {\n    return showModalBottomSheet(\n      context: context, \n      transitionAnimationController: AnimationController(duration: Duration(milliseconds: 400), vsync: this),\n      builder: (context) => StatefulBuilder(\n        builder: (context, setState) {\n          return Container(\n            height: 350,\n            padding: EdgeInsets.all(20),\n            decoration: BoxDecoration(\n              color: Colors.white,\n            ),\n            child: Column(\n              crossAxisAlignment: CrossAxisAlignment.start,\n              children: [\n                Text(\"Color\", style: TextStyle(fontWeight: FontWeight.bold, fontSize: 20),),\n                SizedBox(height: 10,),\n                Container(\n                  height: 60,\n                  child: ListView.builder(\n                    scrollDirection: Axis.horizontal,\n                    itemCount: colors.length,\n                    itemBuilder: (context, index) {\n                      return GestureDetector(\n                        onTap: () {\n                          setState(() {\n                            _selectedColor = index;\n                          });\n                        },\n                        child: AnimatedContainer(\n                          duration: Duration(milliseconds: 300),\n                          margin: EdgeInsets.only(right: 10),\n                          decoration: BoxDecoration(\n                            color: _selectedColor == index ? colors[index] : colors[index].withOpacity(0.5),\n                            shape: BoxShape.circle\n                          ),\n                          width: 40,\n                          height: 40,\n                          child: Center(\n                            child: _selectedColor == index ? Icon(Icons.check, color: Colors.white,) : Container(),\n                          ),\n                        ),\n                      );\n                    },\n                  ),\n                ),\n                SizedBox(height: 20,),\n                Text(\"Size\", style: TextStyle(fontWeight: FontWeight.bold, fontSize: 20),),\n                SizedBox(height: 10,),\n                Container(\n                  height: 60,\n                  child: ListView.builder(\n                    scrollDirection: Axis.horizontal,\n                    itemCount: size.length,\n                    itemBuilder: (context, index) {\n                      return GestureDetector(\n                        onTap: () {\n                          setState(() {\n                            _selectedSize = index;\n                          });\n                        },\n                        child: AnimatedContainer(\n                          duration: Duration(milliseconds: 500),\n                          margin: EdgeInsets.only(right: 10),\n                          decoration: BoxDecoration(\n                            color: _selectedSize == index ? Colors.yellow[800] : Colors.grey.shade200,\n                            shape: BoxShape.circle\n                          ),\n                          width: 40,\n                          height: 40,\n                          child: Center(\n                            child: Text(size[index], style: TextStyle(color: _selectedSize == index ? Colors.white : Colors.black, fontSize: 15),),\n                          ),\n                        ),\n                      );\n                    },\n                  ),\n                ),\n                SizedBox(height: 20,),\n                button('Add to Cart', () {\n                  Navigator.pop(context);\n\n                  // Let's show a snackbar when an item is added to the cart\n                  final snackbar = SnackBar(\n                    content: Text(\"Item added to cart\"),\n                    duration: Duration(seconds: 5),\n                    action: SnackBarAction(\n                      label: 'Undo',\n                      onPressed: () {},\n                    ),\n                  );\n\n                  ScaffoldMessenger.of(context).showSnackBar(snackbar);\n                })\n              ],\n            ),\n          );\n        },\n      )\n    );\n  }\n\n  button(String text, Function onPressed) {\n    return MaterialButton(\n      onPressed: () => onPressed(),\n      height: 50,\n      elevation: 0,\n      splashColor: Colors.yellow[700],\n      shape: RoundedRectangleBorder(\n        borderRadius: BorderRadius.circular(10)\n      ),\n      color: Colors.yellow[800],\n      child: Center(\n        child: Text(text, style: TextStyle(color: Colors.white, fontSize: 18),),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/notification.dart",
    "content": "import 'package:flutter/material.dart';\n\nclass NotificationPage extends StatefulWidget {\n  const NotificationPage({ Key? key }) : super(key: key);\n\n  @override\n  _NotificationPageState createState() => _NotificationPageState();\n}\n\nclass _NotificationPageState extends State<NotificationPage> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        elevation: 0,\n        backgroundColor: Colors.transparent,\n        title: Text('Notification Page', style: TextStyle(color: Colors.black)),\n      ),\n      body: Center(\n        child: Text('Notification Page')\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/payment.dart",
    "content": "import 'dart:async';\n\nimport 'package:day34/animation/FadeAnimation.dart';\nimport 'package:day34/pages/payment_success.dart';\nimport 'package:flutter/material.dart';\n\nclass PaymentPage extends StatefulWidget {\n  const PaymentPage({ Key? key }) : super(key: key);\n\n  @override\n  _PaymentPageState createState() => _PaymentPageState();\n}\n\nclass _PaymentPageState extends State<PaymentPage> {\n  int activeCard = 0;\n  bool _isLoading = false;\n  late Timer _timer;\n\n  pay() {\n    setState(() {\n      _isLoading = true;\n    });\n\n    const oneSec = const Duration(seconds: 2);\n    _timer = new Timer.periodic(\n      oneSec,\n      (Timer timer) {\n        setState(() {\n          _isLoading = false;\n          timer.cancel();\n          Navigator.push(context, MaterialPageRoute(builder: (context) => PaymentSuccess()));\n        });\n      },\n    );\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        backgroundColor: Colors.transparent,\n        elevation: 0,\n        title: Text('Payment', style: TextStyle(color: Colors.black),),\n        leading: BackButton(color: Colors.black,),\n      ),\n      body: SingleChildScrollView(\n        child: Padding(\n          padding: EdgeInsets.all(20.0),\n          child: Column(\n            crossAxisAlignment: CrossAxisAlignment.start,\n            children: [\n              activeCard == 0 ?\n              FadeAnimation(1.2, AnimatedOpacity(\n                duration: Duration(milliseconds: 500),\n                opacity: activeCard == 0 ? 1 : 0,\n                child: Container(\n                  width: double.infinity,\n                  height: 200,\n                  padding: EdgeInsets.all(20.0),\n                  decoration: BoxDecoration(\n                    borderRadius: BorderRadius.circular(30),\n                    gradient: LinearGradient(\n                      colors: [\n                        Colors.orange,\n                        Colors.yellow.shade800,\n                        Colors.yellow.shade900,\n                      ],\n                      begin: Alignment.topLeft,\n                      end: Alignment.bottomRight,\n                    )\n                  ),\n                  child: Column(\n                    crossAxisAlignment: CrossAxisAlignment.start,\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text(\"Credit Card\", style: TextStyle(color: Colors.white),),\n                      Column(\n                        crossAxisAlignment: CrossAxisAlignment.start,\n                        children: [\n                          Text(\"**** **** **** 7890\", style: TextStyle(color: Colors.white, fontSize: 30),),\n                          SizedBox(height: 5,),\n                          Row(\n                            mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                            children: [\n                              Text(\"theflutterlover\", style: TextStyle(color: Colors.white),),\n                              Image.network('https://img.icons8.com/color/2x/mastercard-logo.png', height: 50),\n                            ],\n                          )\n                        ],\n                      )\n                    ]\n                  ),\n                ),\n              )) :\n              FadeAnimation(1.2, AnimatedOpacity(\n                duration: Duration(milliseconds: 500),\n                opacity: activeCard == 1 ? 1 : 0,\n                child: Container(\n                  width: double.infinity,\n                  height: 200,\n                  padding: EdgeInsets.all(30.0),\n                  decoration: BoxDecoration(\n                    borderRadius: BorderRadius.circular(30),\n                    // color: Colors.grey.shade200\n                    gradient: LinearGradient(\n                      colors: [\n                        Colors.grey.shade200,\n                        Colors.grey.shade100,\n                        Colors.grey.shade200,\n                        Colors.grey.shade300,\n                      ],\n                      begin: Alignment.topLeft,\n                      end: Alignment.bottomRight,\n                    )\n                  ),\n                  child: Column(\n                    crossAxisAlignment: CrossAxisAlignment.start,\n                    children: [\n                      Column(\n                        crossAxisAlignment: CrossAxisAlignment.start,\n                        children: [\n                          Image.network('https://img.icons8.com/ios/2x/mac-os.png', height: 50),\n                          SizedBox(height: 30,),\n                          Row(\n                            mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                            crossAxisAlignment: CrossAxisAlignment.end,\n                            children: [\n                              Text(\"The Flutter Lover\", style: TextStyle(color: Colors.black, fontSize: 18),),\n                              Image.network('https://img.icons8.com/ios/2x/sim-card-chip.png', height: 35,),\n                            ],\n                          )\n                        ],\n                      )\n                    ]\n                  ),\n                ),\n              )),\n              SizedBox(height: 50,),\n              FadeAnimation(1.2, Text(\"Payment Method\", style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold),)),\n              SizedBox(height: 20,),\n              FadeAnimation(1.3, Row(\n                children: [\n                  GestureDetector(\n                    onTap: () {\n                      setState(() {\n                        activeCard = 0;\n                      });\n                    },\n                    child: AnimatedContainer(\n                      duration: Duration(milliseconds: 300),\n                      margin: EdgeInsets.only(right: 10),\n                      padding: EdgeInsets.symmetric(horizontal: 20),\n                      decoration: BoxDecoration(\n                        borderRadius: BorderRadius.circular(18),\n                        border: activeCard == 0 ? Border.all(color: Colors.grey.shade300, width: 1) \n                          : Border.all(color: Colors.grey.shade300.withOpacity(0), width: 1),\n                      ),\n                      child: Image.network('https://img.icons8.com/color/2x/mastercard-logo.png', height: 50,),\n                    ),\n                  ),\n                  GestureDetector(\n                    onTap: () {\n                      setState(() {\n                        activeCard = 1;\n                      });\n                    },\n                    child: AnimatedContainer(\n                      duration: Duration(milliseconds: 300),\n                      margin: EdgeInsets.only(right: 10),\n                      padding: EdgeInsets.symmetric(horizontal: 20),\n                      decoration: BoxDecoration(\n                        borderRadius: BorderRadius.circular(18),\n                        border: activeCard == 1 ? Border.all(color: Colors.grey.shade300, width: 1) \n                          : Border.all(color: Colors.grey.shade300.withOpacity(0), width: 1),\n                      ),\n                      child: Image.network('https://img.icons8.com/ios-filled/2x/apple-pay.png', height: 50,),\n                    ),\n                  ),\n                ]\n              )),\n              SizedBox(height: 30,),\n              FadeAnimation(1.4, Container(\n                height: 50,\n                padding: EdgeInsets.only(left: 20,),\n                width: double.infinity,\n                decoration: BoxDecoration(\n                  borderRadius: BorderRadius.circular(10),\n                  color: Colors.white\n                ),\n                child: Row(\n                  mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                  children: [\n                    Text(\"Offers\", style: TextStyle(fontSize: 15, fontWeight: FontWeight.w600),),\n                    TextButton(\n                      onPressed: () {}, \n                      child: Text(\"Add a code\")\n                    )\n                  ],\n                ),\n              )),\n              SizedBox(height: 20,),\n              FadeAnimation(1.5, Container(\n                height: 50,\n                padding: EdgeInsets.only(left: 20,),\n                width: double.infinity,\n                decoration: BoxDecoration(\n                  borderRadius: BorderRadius.circular(10),\n                  color: Colors.white\n                ),\n                child: Row(\n                  mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                  children: [\n                    Text(\"Address\", style: TextStyle(fontSize: 15, fontWeight: FontWeight.w600),),\n                    TextButton(\n                      onPressed: () {}, \n                      child: Row(\n                        children: [\n                          Text(\"E-75, Diamond Dis...\"),\n                          Icon(Icons.keyboard_arrow_down, size: 20,)\n                        ],\n                      )\n                    )\n                  ],\n                ),\n              )),\n              SizedBox(height: 100,),\n              FadeAnimation(1.5, Row(\n                mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                children: [\n                  Text(\"Total Payment\", style: TextStyle(fontSize: 20, fontWeight: FontWeight.w600),),\n                  Text(\"\\$240.00\", style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold))\n                ],\n              )),\n              SizedBox(height: 30),\n              FadeAnimation(1.4, \n                MaterialButton(\n                  onPressed: _isLoading ? null : () { pay();  },\n                  height: 50,\n                  elevation: 0,\n                  splashColor: Colors.yellow[700],\n                  shape: RoundedRectangleBorder(\n                    borderRadius: BorderRadius.circular(10)\n                  ),\n                  color: Colors.yellow[800],\n                  child: Center(\n                    child: _isLoading ? Container(\n                      width: 20,\n                      height: 20,\n                      child: CircularProgressIndicator(\n                        backgroundColor: Colors.white, \n                        strokeWidth: 3,\n                        color: Colors.black,\n                      ),\n                    ) : Text(\"Pay\", style: TextStyle(color: Colors.white, fontSize: 18),),\n                  ),\n                ),\n              ),\n              SizedBox(height: 100),\n            ],\n          ),\n        ),\n      )\n    );\n  }\n}"
  },
  {
    "path": "lib/pages/payment_success.dart",
    "content": "import 'package:day34/animation/FadeAnimation.dart';\nimport 'package:day34/main.dart';\nimport 'package:flutter/material.dart';\n\nclass PaymentSuccess extends StatefulWidget {\n  const PaymentSuccess({ Key? key }) : super(key: key);\n\n  @override\n  _PaymentSuccessState createState() => _PaymentSuccessState();\n}\n\nclass _PaymentSuccessState extends State<PaymentSuccess> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      backgroundColor: Colors.white,\n      body: Container(\n        padding: EdgeInsets.all(40.0),\n        width: double.infinity,\n        child: Column(\n          crossAxisAlignment: CrossAxisAlignment.center,\n          mainAxisAlignment: MainAxisAlignment.center,\n          children: [\n            FadeAnimation(1, Image.network('https://ouch-cdn2.icons8.com/7fkWk5J2YcodnqGn62xOYYfkl6qhmsCfT2033W-FjaA/rs:fit:784:784/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9zdmcvMjU5/LzRkM2MyNzJlLWFh/MmQtNDA3Ni04YzU0/LTY0YjNiMzQ4NzQw/OS5zdmc.png', \n              width: 250,)),\n            SizedBox(height: 50.0,),\n            FadeAnimation(1.2, Text('Payment Success! 🥳', style: TextStyle(fontSize: 25.0, fontWeight: FontWeight.bold),)),\n            SizedBox(height: 20.0,),\n            FadeAnimation(1.3, Text('Hooray! Your payment proccess has \\n been completed successfully..', textAlign: TextAlign.center, style: TextStyle(fontSize: 16.0, color: Colors.grey.shade700),)),\n            SizedBox(height: 140.0,),\n            FadeAnimation(1.4, \n              MaterialButton(\n                onPressed: () {\n                  Navigator.push(context, MaterialPageRoute(builder: (context) => HomePage()));\n                },\n                height: 50,\n                elevation: 0,\n                splashColor: Colors.yellow[700],\n                shape: RoundedRectangleBorder(\n                  borderRadius: BorderRadius.circular(10)\n                ),\n                color: Colors.yellow[800],\n                child: Center(\n                  child: Text(\"Back to Home\", style: TextStyle(color: Colors.white, fontSize: 16),),\n                ),\n              ),\n            ),\n            SizedBox(height: 20.0,),\n            FadeAnimation(1.4, Text('Thank you for shopping with us.', style: TextStyle(fontSize: 14.0, color: Colors.grey),)),\n          ],\n        ),\n      )\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/product_view.dart",
    "content": "import 'package:day34/models/product.dart';\nimport 'package:flutter/material.dart';\n\nclass ProductViewPage extends StatefulWidget {\n  final Product product;\n  const ProductViewPage({ Key? key, required this.product }) : super(key: key);\n\n  @override\n  _ProductViewPageState createState() => _ProductViewPageState();\n}\n\nclass _ProductViewPageState extends State<ProductViewPage> {\n  List<dynamic> productList = [];\n  List<String> size = [\n    \"S\",\n    \"M\",\n    \"L\",\n    \"XL\",\n  ];\n\n  List<Color> colors = [\n    Colors.black,\n    Colors.purple,\n    Colors.orange.shade200,\n    Colors.blueGrey,\n    Color(0xFFFFC1D9),\n  ];\n\n  int _selectedColor = 0;\n  int _selectedSize = 1;\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      backgroundColor: Colors.white,\n      body: CustomScrollView(\n        slivers: [\n          SliverAppBar(\n            expandedHeight: MediaQuery.of(context).size.height * 0.6,\n            elevation: 0,\n            snap: true,\n            floating: true,\n            stretch: true,\n            backgroundColor: Colors.grey.shade50,\n            flexibleSpace: FlexibleSpaceBar(\n              stretchModes: [\n                StretchMode.zoomBackground,\n              ],\n              background: Image.network(widget.product.imageURL, fit: BoxFit.cover,)\n            ),\n            bottom: PreferredSize(\n              preferredSize: Size.fromHeight(45),\n              child: Transform.translate(\n                offset: Offset(0, 1),\n                child: Container(\n                  height: 45,\n                  decoration: BoxDecoration(\n                    color: Colors.white,\n                    borderRadius: BorderRadius.only(\n                      topLeft: Radius.circular(30),\n                      topRight: Radius.circular(30),\n                    ),\n                  ),\n                  child: Center(\n                    child: Container(\n                      width: 50,\n                      height: 8,\n                      decoration: BoxDecoration(\n                        color: Colors.grey.shade300,\n                        borderRadius: BorderRadius.circular(10),\n                      ),\n                    )\n                  ),\n                ),\n              )\n            ),\n          ),\n          SliverList(\n            delegate: SliverChildListDelegate([\n              Container(\n                height: MediaQuery.of(context).size.height * 0.55,\n                color: Colors.white,\n                padding: EdgeInsets.symmetric(horizontal: 20, vertical: 5),\n                child: Column(\n                  crossAxisAlignment: CrossAxisAlignment.start,\n                  children: [\n                    Row(\n                      crossAxisAlignment: CrossAxisAlignment.start,\n                      mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                      children: [\n                        Column(\n                          crossAxisAlignment: CrossAxisAlignment.start,\n                          children: [\n                            Text(widget.product.name,\n                              style: TextStyle(color: Colors.black, fontSize: 22, fontWeight: FontWeight.bold,),\n                            ),\n                            SizedBox(height: 5,),\n                            Text(widget.product.brand, style: TextStyle(color: Colors.orange.shade400, fontSize: 14,),),\n                          ],\n                        ),\n                        Text(\"\\$ \" +widget.product.price.toString() + '.00',\n                          style: TextStyle(color: Colors.black, fontSize: 16),\n                        ),\n                      ],\n                    ),\n                    SizedBox(height: 20,),\n                    Text(\"Take a break from jeans with the parker long straight pant. These lightweight, pleat front pants feature a flattering high waist and loose, straight legs.\",\n                      style: TextStyle(height: 1.5, color: Colors.grey.shade800, fontSize: 15,),\n                    ),\n                    SizedBox(height: 30,),\n                    Text(\"Color\", style: TextStyle(color: Colors.grey.shade400, fontSize: 18),),\n                    SizedBox(height: 10,),\n                    Container(\n                      height: 60,\n                      child: ListView.builder(\n                        scrollDirection: Axis.horizontal,\n                        itemCount: colors.length,\n                        itemBuilder: (context, index) {\n                          return GestureDetector(\n                            onTap: () {\n                              setState(() {\n                                _selectedColor = index;\n                              });\n                            },\n                            child: AnimatedContainer(\n                              duration: Duration(milliseconds: 300),\n                              margin: EdgeInsets.only(right: 10),\n                              decoration: BoxDecoration(\n                                color: _selectedColor == index ? colors[index] : colors[index].withOpacity(0.5),\n                                shape: BoxShape.circle\n                              ),\n                              width: 40,\n                              height: 40,\n                              child: Center(\n                                child: _selectedColor == index ? Icon(Icons.check, color: Colors.white,) : Container(),\n                              ),\n                            ),\n                          );\n                        },\n                      ),\n                    ),\n                    SizedBox(height: 20,),\n                    Text('Size', style: TextStyle(color: Colors.grey.shade400, fontSize: 18),),\n                    SizedBox(height: 10,),\n                    Container(\n                      height: 60,\n                      child: ListView.builder(\n                        scrollDirection: Axis.horizontal,\n                        itemCount: size.length,\n                        itemBuilder: (context, index) {\n                          return GestureDetector(\n                            onTap: () {\n                              setState(() {\n                                _selectedSize = index;\n                              });\n                            },\n                            child: AnimatedContainer(\n                              duration: Duration(milliseconds: 500),\n                              margin: EdgeInsets.only(right: 10),\n                              decoration: BoxDecoration(\n                                color: _selectedSize == index ? Colors.yellow[800] : Colors.grey.shade200,\n                                shape: BoxShape.circle\n                              ),\n                              width: 40,\n                              height: 40,\n                              child: Center(\n                                child: Text(size[index], style: TextStyle(color: _selectedSize == index ? Colors.white : Colors.black, fontSize: 15),),\n                              ),\n                            ),\n                          );\n                        },\n                      ),\n                    ),\n                    SizedBox(height: 20,),\n                    MaterialButton(\n                      onPressed: () {\n                        Navigator.pop(context);\n                      },\n                      height: 50,\n                      elevation: 0,\n                      splashColor: Colors.yellow[700],\n                      shape: RoundedRectangleBorder(\n                        borderRadius: BorderRadius.circular(10)\n                      ),\n                      color: Colors.yellow[800],\n                      child: Center(\n                        child: Text(\"Add to Cart\", style: TextStyle(color: Colors.white, fontSize: 18),),\n                      ),\n                    )\n                  ],\n                )\n              )\n            ])\n          ),\n        ]\n      ),\n    );\n  }\n}"
  },
  {
    "path": "lib/pages/profile.dart",
    "content": "import 'package:flutter/material.dart';\n\nclass ProfilePage extends StatefulWidget {\n  const ProfilePage({ Key? key }) : super(key: key);\n\n  @override\n  _ProfilePageState createState() => _ProfilePageState();\n}\n\nclass _ProfilePageState extends State<ProfilePage> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        elevation: 0,\n        backgroundColor: Colors.transparent,\n        title: Text('Profile Page', style: TextStyle(color: Colors.black)),\n      ),\n      body: Center(\n        child: Text('Profile Page')\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/search.dart",
    "content": "import 'package:flutter/material.dart';\n\nclass SearchPage extends StatefulWidget {\n  const SearchPage({ Key? key }) : super(key: key);\n\n  @override\n  _SearchPageState createState() => _SearchPageState();\n}\n\nclass _SearchPageState extends State<SearchPage> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        backgroundColor: Colors.transparent,\n        elevation: 0,\n        title: Container(\n          height: 45,\n          child: TextField(\n            autofocus: true,\n            cursorColor: Colors.grey,\n            decoration: InputDecoration(\n              contentPadding: EdgeInsets.symmetric(horizontal: 20, vertical: 0),\n              filled: true,\n              fillColor: Colors.white,\n              prefixIcon: Icon(Icons.search, color: Colors.black),\n              border: OutlineInputBorder(\n                borderRadius: BorderRadius.circular(50),\n                borderSide: BorderSide.none\n              ),\n              hintText: \"Search e.g Sweatshirt\",\n              hintStyle: TextStyle(fontSize: 14, color: Colors.black),\n              \n            ),\n          ),\n        ),\n      ),\n      body: Column(\n        mainAxisAlignment: MainAxisAlignment.center,\n        children: [\n          Opacity(\n            opacity: .7,\n            child: Container(\n              width: double.infinity,\n              height: 250, \n              child: Image( image: AssetImage(\"assets/images/search.png\")),\n            )\n          ),\n          SizedBox(height: 40,),\n          Text(\"Type to search ...\", style: TextStyle(fontSize: 20),)\n        ],\n      )\n    );\n  }\n}"
  },
  {
    "path": "pubspec.yaml",
    "content": "name: day34\ndescription: A new Flutter project.\n\n# The following line prevents the package from being accidentally published to\n# pub.dev using `pub publish`. This is preferred for private packages.\npublish_to: 'none' # Remove this line if you wish to publish to pub.dev\n\n# The following defines the version and build number for your application.\n# A version number is three numbers separated by dots, like 1.2.43\n# followed by an optional build number separated by a +.\n# Both the version and the builder number may be overridden in flutter\n# build by specifying --build-name and --build-number, respectively.\n# In Android, build-name is used as versionName while build-number used as versionCode.\n# Read more about Android versioning at https://developer.android.com/studio/publish/versioning\n# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.\n# Read more about iOS versioning at\n# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html\nversion: 1.0.0+1\n\nenvironment:\n  sdk: \">=2.12.0 <3.0.0\"\n\ndependencies:\n  flutter:\n    sdk: flutter\n\n\n  # The following adds the Cupertino Icons font to your application.\n  # Use with the CupertinoIcons class for iOS style icons.\n  cupertino_icons: ^1.0.2\n  flashy_tab_bar: ^0.0.3\n  simple_animations: ^1.3.3 \n  dotted_border: ^2.0.0+1\n  flutter_slidable: ^0.6.0\n\ndev_dependencies:\n  flutter_test:\n    sdk: flutter\n\n# For information on the generic Dart part of this file, see the\n# following page: https://dart.dev/tools/pub/pubspec\n\n# The following section is specific to Flutter.\nflutter:\n\n  # The following line ensures that the Material Icons font is\n  # included with your application, so that you can use the icons in\n  # the material Icons class.\n  uses-material-design: true\n\n  # To add assets to your application, add an assets section, like this:\n  assets:\n    - assets/\n    - assets/images/\n  #   - images/a_dot_ham.jpeg\n\n  # An image asset can refer to one or more resolution-specific \"variants\", see\n  # https://flutter.dev/assets-and-images/#resolution-aware.\n\n  # For details regarding adding assets from package dependencies, see\n  # https://flutter.dev/assets-and-images/#from-packages\n\n  # To add custom fonts to your application, add a fonts section here,\n  # in this \"flutter\" section. Each entry in this list should have a\n  # \"family\" key with the font family name, and a \"fonts\" key with a\n  # list giving the asset and other descriptors for the font. For\n  # example:\n  # fonts:\n  #   - family: Schyler\n  #     fonts:\n  #       - asset: fonts/Schyler-Regular.ttf\n  #       - asset: fonts/Schyler-Italic.ttf\n  #         style: italic\n  #   - family: Trajan Pro\n  #     fonts:\n  #       - asset: fonts/TrajanPro.ttf\n  #       - asset: fonts/TrajanPro_Bold.ttf\n  #         weight: 700\n  #\n  # For details regarding fonts from package dependencies,\n  # see https://flutter.dev/custom-fonts/#from-packages\n"
  },
  {
    "path": "test/widget_test.dart",
    "content": "// This is a basic Flutter widget test.\n//\n// To perform an interaction with a widget in your test, use the WidgetTester\n// utility that Flutter provides. For example, you can send tap and scroll\n// gestures. You can also use WidgetTester to find child widgets in the widget\n// tree, read text, and verify that the values of widget properties are correct.\n\nimport 'package:flutter/material.dart';\nimport 'package:flutter_test/flutter_test.dart';\n\nimport 'package:day34/main.dart';\n\nvoid main() {\n  testWidgets('Counter increments smoke test', (WidgetTester tester) async {\n    // Build our app and trigger a frame.\n    await tester.pumpWidget(MyApp());\n\n    // Verify that our counter starts at 0.\n    expect(find.text('0'), findsOneWidget);\n    expect(find.text('1'), findsNothing);\n\n    // Tap the '+' icon and trigger a frame.\n    await tester.tap(find.byIcon(Icons.add));\n    await tester.pump();\n\n    // Verify that our counter has incremented.\n    expect(find.text('0'), findsNothing);\n    expect(find.text('1'), findsOneWidget);\n  });\n}\n"
  },
  {
    "path": "web/index.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n  <!--\n    If you are serving your web app in a path other than the root, change the\n    href value below to reflect the base path you are serving from.\n\n    The path provided below has to start and end with a slash \"/\" in order for\n    it to work correctly.\n\n    For more details:\n    * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base\n  -->\n  <base href=\"/\">\n\n  <meta charset=\"UTF-8\">\n  <meta content=\"IE=Edge\" http-equiv=\"X-UA-Compatible\">\n  <meta name=\"description\" content=\"A new Flutter project.\">\n\n  <!-- iOS meta tags & icons -->\n  <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\n  <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">\n  <meta name=\"apple-mobile-web-app-title\" content=\"day34\">\n  <link rel=\"apple-touch-icon\" href=\"icons/Icon-192.png\">\n\n  <title>day34</title>\n  <link rel=\"manifest\" href=\"manifest.json\">\n</head>\n<body>\n  <!-- This script installs service_worker.js to provide PWA functionality to\n       application. For more information, see:\n       https://developers.google.com/web/fundamentals/primers/service-workers -->\n  <script>\n    var serviceWorkerVersion = null;\n    var scriptLoaded = false;\n    function loadMainDartJs() {\n      if (scriptLoaded) {\n        return;\n      }\n      scriptLoaded = true;\n      var scriptTag = document.createElement('script');\n      scriptTag.src = 'main.dart.js';\n      scriptTag.type = 'application/javascript';\n      document.body.append(scriptTag);\n    }\n\n    if ('serviceWorker' in navigator) {\n      // Service workers are supported. Use them.\n      window.addEventListener('load', function () {\n        // Wait for registration to finish before dropping the <script> tag.\n        // Otherwise, the browser will load the script multiple times,\n        // potentially different versions.\n        var serviceWorkerUrl = 'flutter_service_worker.js?v=' + serviceWorkerVersion;\n        navigator.serviceWorker.register(serviceWorkerUrl)\n          .then((reg) => {\n            function waitForActivation(serviceWorker) {\n              serviceWorker.addEventListener('statechange', () => {\n                if (serviceWorker.state == 'activated') {\n                  console.log('Installed new service worker.');\n                  loadMainDartJs();\n                }\n              });\n            }\n            if (!reg.active && (reg.installing || reg.waiting)) {\n              // No active web worker and we have installed or are installing\n              // one for the first time. Simply wait for it to activate.\n              waitForActivation(reg.installing ?? reg.waiting);\n            } else if (!reg.active.scriptURL.endsWith(serviceWorkerVersion)) {\n              // When the app updates the serviceWorkerVersion changes, so we\n              // need to ask the service worker to update.\n              console.log('New service worker available.');\n              reg.update();\n              waitForActivation(reg.installing);\n            } else {\n              // Existing service worker is still good.\n              console.log('Loading app from service worker.');\n              loadMainDartJs();\n            }\n          });\n\n        // If service worker doesn't succeed in a reasonable amount of time,\n        // fallback to plaint <script> tag.\n        setTimeout(() => {\n          if (!scriptLoaded) {\n            console.warn(\n              'Failed to load app from service worker. Falling back to plain <script> tag.',\n            );\n            loadMainDartJs();\n          }\n        }, 4000);\n      });\n    } else {\n      // Service workers not supported. Just drop the <script> tag.\n      loadMainDartJs();\n    }\n  </script>\n</body>\n</html>\n"
  },
  {
    "path": "web/manifest.json",
    "content": "{\n    \"name\": \"day34\",\n    \"short_name\": \"day34\",\n    \"start_url\": \".\",\n    \"display\": \"standalone\",\n    \"background_color\": \"#0175C2\",\n    \"theme_color\": \"#0175C2\",\n    \"description\": \"A new Flutter project.\",\n    \"orientation\": \"portrait-primary\",\n    \"prefer_related_applications\": false,\n    \"icons\": [\n        {\n            \"src\": \"icons/Icon-192.png\",\n            \"sizes\": \"192x192\",\n            \"type\": \"image/png\"\n        },\n        {\n            \"src\": \"icons/Icon-512.png\",\n            \"sizes\": \"512x512\",\n            \"type\": \"image/png\"\n        }\n    ]\n}\n"
  }
]