[
  {
    "path": ".fvm/fvm_config.json",
    "content": "{\n  \"flutterSdkVersion\": \"2.10.5\",\n  \"flavors\": {}\n}"
  },
  {
    "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: c860cba910319332564e1e9d470a17074c1f2dfd\n  channel: stable\n\nproject_type: app\n"
  },
  {
    "path": ".vscode/settings.json",
    "content": "{\n  \"dart.flutterSdkPath\": \"/Users/meetqy/fvm/versions/2.10.5\"\n}\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\r\n\r\nCopyright (c) 2022 meetqy\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n"
  },
  {
    "path": "README.md",
    "content": "# flutter_dating_template\n\nflutter 版本的交友 app 模板，总计页面**35**个，测试数据基于 mockjs 创建。\n\n## 快速了解\n\n🐱 迅速定位页面\n\n![](./readme/hack.png)\n\n⚡ mock 数据分离\n\n```\n- history_match\n    - index.dart    # 布局文件\n    - mock.dart     # mock实例文件\n```\n\n🌊 **不依赖于第三方 api**， 基于 mockjs 本地创建测试数据，更加稳定\n\n## flutter 2.10.x 版本\n\n```sh\nflutter --version\n```\n\n```sh\nFlutter 2.10.4 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision c860cba910 (5 weeks ago) • 2022-03-25 00:23:12 -0500\nEngine • revision 57d3bac3dd\nTools • Dart 2.16.2 • DevTools 2.9.2\n```\n\n## 随机动漫图片\n\n```js\nhttps://rao.pics/r\n```\n\n仓库地址: [Github](https://github.com/meetqy/eagleuse)\n\n## 所用插件及作用\n\n> 项目中所用的插件，均支持空安全。\n\n| 插件名                                                                  | 作用           |\n| ----------------------------------------------------------------------- | -------------- |\n| [flutter_native_splash](https://pub.dev/packages/flutter_native_splash) | 设置启动页     |\n| [group_button](https://pub.dev/packages/group_button)                   | checkbox group |\n| [getx](https://github.com/jonataslaw/getx)                              | 路由管理       |\n| [dart_mock](https://pub.dev/packages/dart_mock)                         | mock data      |\n| [scan](https://pub.dev/packages/scan)                                   | 扫描二维码     |\n| [dotted_border](https://pub.dev/packages/dotted_border)                 | 边框虚线       |\n| [cached_network_image](https://pub.dev/packages/cached_network_image)   | 图片缓存       |\n\n## 任务进度\n\n<details>\n<summary>已完成</summary>\n\n- [x] 登录\n- [x] 登录/验证码登录\n- [x] 登录/密码登录\n- [x] 忘记密码\n- [x] 隐私政策\n- [x] 用户协议\n- [x] 启动页\n- [x] 首页\n- [x] 匹配条件\n- [x] 历史匹配\n- [x] 社区\n- [x] 社区/关注\n- [x] 社区/推荐\n- [x] 社区/发现\n- [x] 消息\n- [x] 我的\n- [x] 我的-设置\n- [x] 账号设置\n- [x] 修改密码\n- [x] 注销账号\n- [x] 消息通知\n- [x] 隐私设置\n- [x] 隐私/黑名单\n- [x] 清除缓存\n- [x] 关于我们\n- [x] 添加标签\n- [x] 我的/好友\n- [x] 我的/粉丝\n- [x] 我的/访客\n- [x] 消息/扫一扫\n- [x] 消息/添加好友\n- [x] 消息-聊天页\n- [x] 发布动态-输入文本\n\n</details>\n\n<details>\n<summary>未完成/进行中</summary>\n\n- [ ] 发布\n- [ ] 全局轮播图\n- [ ] 话题详情\n- [ ] 用户中心\n- [ ] 聊天界面\n- [ ] 举报页面\n- [ ] 帖子详情页\n- [ ] 编辑资料\n</details>\n\n## 原型来源\n\n[社区交友 APP 原型](https://demo.axureshop.com/?url=https://cloud.axureshop.com/CDYHH2&buyurl=https://www.axureshop.com/a/1473981.html)，**我只购买了原型，有真实上线需求可能需要提前询问作者。**\n\n## 页面截图\n\n<div>\n<img width=\"187\" src=\"./readme/preview/登录-密码.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/登录-验证码.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/启动页.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/首页-历史匹配.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/首页-匹配条件.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/首页.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/忘记密码.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/隐私政策.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/用户协议.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/社区-关注.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/社区-推荐.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/社区-发现.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/消息.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/我的.gif\"/>\n<img width=\"187\" src=\"./readme/preview/我的-设置.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/账号设置.jpeg\"/>\n<img width=\"187\" src=\"./readme/preview/修改密码.jpeg\"/>\n<img width=\"187\" src=\"./readme/preview/注销账号.gif\"/>\n<img width=\"187\" src=\"./readme/preview/消息通知.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/设置-隐私.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/隐私-黑名单.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/清楚缓存.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/关于我们.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/我的-添加标签.gif\"/>\n<img width=\"187\" src=\"./readme/preview/我的-访客&好友&粉丝.gif\"/>\n<img width=\"187\" src=\"./readme/preview/消息-功能.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/消息-扫码.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/消息-添加好友.jpg\"/>\n<img width=\"187\" src=\"./readme/preview/消息-聊天.gif\"/>\n<img width=\"187\" src=\"./readme/preview/发布动态-输入文本.gif\"/>\n</div>\n"
  },
  {
    "path": "analysis_options.yaml",
    "content": "# This file configures the analyzer, which statically analyzes Dart code to\n# check for errors, warnings, and lints.\n#\n# The issues identified by the analyzer are surfaced in the UI of Dart-enabled\n# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be\n# invoked from the command line by running `flutter analyze`.\n\n# The following line activates a set of recommended lints for Flutter apps,\n# packages, and plugins designed to encourage good coding practices.\ninclude: package:flutter_lints/flutter.yaml\n\nlinter:\n  # The lint rules applied to this project can be customized in the\n  # section below to disable rules from the `package:flutter_lints/flutter.yaml`\n  # included above or to enable additional rules. A list of all available lints\n  # and their documentation is published at\n  # https://dart-lang.github.io/linter/lints/index.html.\n  #\n  # Instead of disabling a lint rule for the entire project in the\n  # section below, it can also be suppressed for a single line of code\n  # or a specific dart file by using the `// ignore: name_of_lint` and\n  # `// ignore_for_file: name_of_lint` syntax on the line or in the file\n  # producing the lint.\n  rules:\n    # avoid_print: false  # Uncomment to disable the `avoid_print` rule\n    # prefer_single_quotes: true  # Uncomment to enable the `prefer_single_quotes` rule\n\n# Additional information about this file can be found at\n# https://dart.dev/guides/language/analysis-options\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**/*.keystore\n**/*.jks\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 flutter.compileSdkVersion\n\n    compileOptions {\n        sourceCompatibility JavaVersion.VERSION_1_8\n        targetCompatibility JavaVersion.VERSION_1_8\n    }\n\n    kotlinOptions {\n        jvmTarget = '1.8'\n    }\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.flutter_dating_template\"\n        minSdkVersion 19\n        targetSdkVersion flutter.targetSdkVersion\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.flutter_dating_template\">\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\" package=\"com.example.flutter_dating_template\">\n  <application android:label=\"WcaoOne\" android:name=\"${applicationName}\" android:icon=\"@mipmap/ic_launcher\">\n    <activity android:name=\".MainActivity\" android:exported=\"true\" android:launchMode=\"singleTop\" android:theme=\"@style/LaunchTheme\" android:configChanges=\"orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode\" android:hardwareAccelerated=\"true\" 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 android:name=\"io.flutter.embedding.android.NormalTheme\" android:resource=\"@style/NormalTheme\" />\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 android:name=\"flutterEmbedding\" android:value=\"2\" />\n  </application>\n</manifest>"
  },
  {
    "path": "android/app/src/main/kotlin/com/example/flutter_dating_template/MainActivity.kt",
    "content": "package com.example.flutter_dating_template\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<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <item>\n        <bitmap android:gravity=\"fill\" android:src=\"@drawable/background\"/>\n    </item>\n    <item>\n        <bitmap android:gravity=\"center\" android:src=\"@drawable/splash\"/>\n    </item>\n    <item>\n        <bitmap android:gravity=\"bottom\" android:src=\"@drawable/branding\"/>\n    </item>\n</layer-list>"
  },
  {
    "path": "android/app/src/main/res/drawable-night/launch_background.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <item>\n        <bitmap android:gravity=\"fill\" android:src=\"@drawable/background\"/>\n    </item>\n    <item>\n        <bitmap android:gravity=\"center\" android:src=\"@drawable/splash\"/>\n    </item>\n    <item>\n        <bitmap android:gravity=\"bottom\" android:src=\"@drawable/branding\"/>\n    </item>\n</layer-list>"
  },
  {
    "path": "android/app/src/main/res/drawable-night-v21/launch_background.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <item>\n        <bitmap android:gravity=\"fill\" android:src=\"@drawable/background\"/>\n    </item>\n    <item>\n        <bitmap android:gravity=\"center\" android:src=\"@drawable/splash\"/>\n    </item>\n    <item>\n        <bitmap android:gravity=\"bottom\" android:src=\"@drawable/branding\"/>\n    </item>\n</layer-list>"
  },
  {
    "path": "android/app/src/main/res/drawable-v21/launch_background.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<layer-list xmlns:android=\"http://schemas.android.com/apk/res/android\">\n    <item>\n        <bitmap android:gravity=\"fill\" android:src=\"@drawable/background\"/>\n    </item>\n    <item>\n        <bitmap android:gravity=\"center\" android:src=\"@drawable/splash\"/>\n    </item>\n    <item>\n        <bitmap android:gravity=\"bottom\" android:src=\"@drawable/branding\"/>\n    </item>\n</layer-list>"
  },
  {
    "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        <item name=\"android:forceDarkAllowed\">false</item>\n        <item name=\"android:windowFullscreen\">true</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>"
  },
  {
    "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        <item name=\"android:forceDarkAllowed\">false</item>\n        <item name=\"android:windowFullscreen\">true</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>"
  },
  {
    "path": "android/app/src/main/res/values-night-v31/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.Black.NoTitleBar\">\n        <item name=\"android:forceDarkAllowed\">false</item>\n        <item name=\"android:windowFullscreen\">true</item>\n        <item name=\"android:windowSplashScreenBackground\">#042a49</item>\n        <item name=\"android:windowSplashScreenBrandingImage\">@drawable/branding</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>"
  },
  {
    "path": "android/app/src/main/res/values-v31/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        <item name=\"android:forceDarkAllowed\">false</item>\n        <item name=\"android:windowFullscreen\">true</item>\n        <item name=\"android:windowSplashScreenBackground\">#e1f5fe</item>\n        <item name=\"android:windowSplashScreenBrandingImage\">@drawable/branding</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>"
  },
  {
    "path": "android/app/src/profile/AndroidManifest.xml",
    "content": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\" package=\"com.example.flutter_dating_template\">\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\n  <uses-permission android:name=\"android.permission.CAMERA\" />\n\n  <application>\n    <meta-data android:name=\"flutterEmbedding\" android:value=\"2\" />\n  </application>\n</manifest>"
  },
  {
    "path": "android/build.gradle",
    "content": "buildscript {\n    ext.kotlin_version = '1.6.10'\n    repositories {\n        google()\n        mavenCentral()\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        mavenCentral()\n    }\n}\n\nrootProject.buildDir = '../build'\nsubprojects {\n    project.buildDir = \"${rootProject.buildDir}/${project.name}\"\n}\nsubprojects {\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": "flutter_native_splash.yaml",
    "content": "flutter_native_splash:\n\n  # This package generates native code to customize Flutter's default white native splash screen\n  # with background color and splash image.\n  # Customize the parameters below, and run the following command in the terminal:\n  # flutter pub run flutter_native_splash:create\n  # To restore Flutter's default white splash screen, run the following command in the terminal:\n  # flutter pub run flutter_native_splash:remove\n\n  # color or background_image is the only required parameter.  Use color to set the background\n  # of your splash screen to a solid color.  Use background_image to set the background of your\n  # splash screen to a png image.  This is useful for gradients. The image will be stretch to the\n  # size of the app. Only one parameter can be used, color and background_image cannot both be set.\n  color: \"#e1f5fe\"\n  # background_image: assets/logo_lockup_flutter_vertical.png\n\n  # Optional parameters are listed below.  To enable a parameter, uncomment the line by removing\n  # the leading # character.\n\n  # The image parameter allows you to specify an image used in the splash screen.  It must be a\n  # png file and should be sized for 4x pixel density.\n  image: assets/logo_lockup_flutter_vertical.png\n\n  # The branding property allows you to specify an image used as branding in the splash screen.\n  # It must be a png file. Currently, it is only supported for Android < v12 and iOS.\n  branding: assets/dart.png\n\n  # To position the branding image at the bottom of the screen you can use bottom, bottomRight,\n  # and bottomLeft. The default values is bottom if not specified or specified something else.\n  #branding_mode: bottom\n\n  # The color_dark, background_image_dark, image_dark, branding_dark are parameters that set the background\n  # and image when the device is in dark mode. If they are not specified, the app will use the\n  # parameters from above. If the image_dark parameter is specified, color_dark or\n  # background_image_dark must be specified.  color_dark and background_image_dark cannot both be\n  # set.\n  color_dark: \"#042a49\"\n  #background_image_dark: \"assets/dark-background.png\"\n  image_dark: assets/logo_lockup_flutter_vertical_wht.png\n  branding_dark: assets/dart_dark.png\n\n  # Android 12 handles the splash screen differently than previous versions.  Please visit\n  # https://developer.android.com/guide/topics/ui/splash-screen\n  # Following are Android 12 specific parameter.\n  android_12:\n    # The image parameter sets the splash screen icon image.  If this parameter is not specified,\n    # the app's launcher icon will be used instead.\n    # App icon with an icon background: This should be 960×960 pixels, and fit within a circle\n    # 640 pixels in diameter.\n    # App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle\n    # 768 pixels in diameter.\n    #image: assets/android12splash.png\n\n    # App icon background color.\n    #icon_background_color: \"#eeeeee\"\n\n    # The image_dark parameter and icon_background_color_dark set the image and icon background\n    # color when the device is in dark mode. If they are not specified, the app will use the\n    # parameters from above.\n    #image_dark: assets/android12splash-invert.png\n    #icon_background_color_dark: \"#111111\"\n\n  # The android, ios and web parameters can be used to disable generating a splash screen on a given\n  # platform.\n  #android: false\n  #ios: false\n  #web: false\n\n  # The position of the splash image can be set with android_gravity, ios_content_mode, and\n  # web_image_mode parameters.  All default to center.\n  #\n  # android_gravity can be one of the following Android Gravity (see\n  # https://developer.android.com/reference/android/view/Gravity): bottom, center,\n  # center_horizontal, center_vertical, clip_horizontal, clip_vertical, end, fill, fill_horizontal,\n  # fill_vertical, left, right, start, or top.\n  #android_gravity: center\n  #\n  # ios_content_mode can be one of the following iOS UIView.ContentMode (see\n  # https://developer.apple.com/documentation/uikit/uiview/contentmode): scaleToFill,\n  # scaleAspectFit, scaleAspectFill, center, top, bottom, left, right, topLeft, topRight,\n  # bottomLeft, or bottomRight.\n  #ios_content_mode: center\n  #\n  # web_image_mode can be one of the following modes: center, contain, stretch, and cover.\n  #web_image_mode: center\n\n  # To hide the notification bar, use the fullscreen parameter.  Has no affect in web since web\n  # has no notification bar.  Defaults to false.\n  # NOTE: Unlike Android, iOS will not automatically show the notification bar when the app loads.\n  #       To show the notification bar, add the following code to your Flutter app:\n  #       WidgetsFlutterBinding.ensureInitialized();\n  #       SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.bottom, SystemUiOverlay.top]);\n  fullscreen: true\n\n  # If you have changed the name(s) of your info.plist file(s), you can specify the filename(s)\n  # with the info_plist_files parameter.  Remove only the # characters in the three lines below,\n  # do not remove any spaces:\n  #info_plist_files:\n  #  - 'ios/Runner/Info-Debug.plist'\n  #  - 'ios/Runner/Info-Release.plist'"
  },
  {
    "path": "ios/.gitignore",
    "content": "**/dgph\n*.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>9.0</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "ios/Flutter/Debug.xcconfig",
    "content": "#include? \"Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"\n#include \"Generated.xcconfig\"\n"
  },
  {
    "path": "ios/Flutter/Release.xcconfig",
    "content": "#include? \"Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig\"\n#include \"Generated.xcconfig\"\n"
  },
  {
    "path": "ios/Podfile",
    "content": "# Uncomment this line to define a global platform for your project\n# platform :ios, '9.0'\n\n# CocoaPods analytics sends network stats synchronously affecting flutter build latency.\nENV['COCOAPODS_DISABLE_STATS'] = 'true'\n\nproject 'Runner', {\n  'Debug' => :debug,\n  'Profile' => :release,\n  'Release' => :release,\n}\n\ndef flutter_root\n  generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)\n  unless File.exist?(generated_xcode_build_settings_path)\n    raise \"#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first\"\n  end\n\n  File.foreach(generated_xcode_build_settings_path) do |line|\n    matches = line.match(/FLUTTER_ROOT\\=(.*)/)\n    return matches[1].strip if matches\n  end\n  raise \"FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get\"\nend\n\nrequire File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)\n\nflutter_ios_podfile_setup\n\ntarget 'Runner' do\n  use_frameworks!\n  use_modular_headers!\n\n  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))\nend\n\npost_install do |installer|\n  installer.pods_project.targets.each do |target|\n    flutter_additional_ios_build_settings(target)\n  end\nend\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-20@2x.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"20x20\",\n            \"idiom\": \"iphone\",\n            \"filename\": \"icon-20@3x.png\",\n            \"scale\": \"3x\"\n        },\n        {\n            \"size\": \"29x29\",\n            \"idiom\": \"iphone\",\n            \"filename\": \"icon-29.png\",\n            \"scale\": \"1x\"\n        },\n        {\n            \"size\": \"29x29\",\n            \"idiom\": \"iphone\",\n            \"filename\": \"icon-29@2x.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"29x29\",\n            \"idiom\": \"iphone\",\n            \"filename\": \"icon-29@3x.png\",\n            \"scale\": \"3x\"\n        },\n        {\n            \"size\": \"40x40\",\n            \"idiom\": \"iphone\",\n            \"filename\": \"icon-40@2x.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"40x40\",\n            \"idiom\": \"iphone\",\n            \"filename\": \"icon-40@3x.png\",\n            \"scale\": \"3x\"\n        },\n        {\n            \"size\": \"60x60\",\n            \"idiom\": \"iphone\",\n            \"filename\": \"icon-60@2x.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"60x60\",\n            \"idiom\": \"iphone\",\n            \"filename\": \"icon-60@3x.png\",\n            \"scale\": \"3x\"\n        },\n        {\n            \"size\": \"20x20\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-20-ipad.png\",\n            \"scale\": \"1x\"\n        },\n        {\n            \"size\": \"20x20\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-20@2x-ipad.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"29x29\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-29-ipad.png\",\n            \"scale\": \"1x\"\n        },\n        {\n            \"size\": \"29x29\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-29@2x-ipad.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"40x40\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-40.png\",\n            \"scale\": \"1x\"\n        },\n        {\n            \"size\": \"40x40\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-40@2x.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"76x76\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-76.png\",\n            \"scale\": \"1x\"\n        },\n        {\n            \"size\": \"76x76\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-76@2x.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"83.5x83.5\",\n            \"idiom\": \"ipad\",\n            \"filename\": \"icon-83.5@2x.png\",\n            \"scale\": \"2x\"\n        },\n        {\n            \"size\": \"1024x1024\",\n            \"idiom\": \"ios-marketing\",\n            \"filename\": \"icon-1024.png\",\n            \"scale\": \"1x\"\n        }\n    ],\n    \"info\": {\n        \"version\": 1,\n        \"author\": \"icon.wuruihong.com\"\n    }\n}"
  },
  {
    "path": "ios/Runner/Assets.xcassets/BrandingImage.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"filename\" : \"BrandingImage.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"filename\" : \"BrandingImageDark.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"BrandingImage@2x.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"filename\" : \"BrandingImageDark@2x.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"BrandingImage@3x.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"filename\" : \"BrandingImageDark@3x.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  }\n}\n"
  },
  {
    "path": "ios/Runner/Assets.xcassets/Contents.json",
    "content": "{\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  }\n}\n"
  },
  {
    "path": "ios/Runner/Assets.xcassets/LaunchBackground.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"filename\" : \"background.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"filename\" : \"darkbackground.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  }\n}\n"
  },
  {
    "path": "ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"filename\" : \"LaunchImage.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"filename\" : \"LaunchImageDark.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"filename\" : \"LaunchImage@2x.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"filename\" : \"LaunchImageDark@2x.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"filename\" : \"LaunchImage@3x.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"appearances\" : [\n        {\n          \"appearance\" : \"luminosity\",\n          \"value\" : \"dark\"\n        }\n      ],\n      \"filename\" : \"LaunchImageDark@3x.png\",\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\"\n    }\n  ],\n  \"info\" : {\n    \"author\" : \"xcode\",\n    \"version\" : 1\n  }\n}\n"
  },
  {
    "path": "ios/Runner/Base.lproj/LaunchScreen.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"20037\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" launchScreen=\"YES\" colorMatched=\"YES\" initialViewController=\"01J-lp-oVM\">\n    <device id=\"retina6_1\" orientation=\"portrait\" appearance=\"light\"/>\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"20020\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.0\"/>\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                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"414\" height=\"896\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <imageView clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"scaleToFill\" image=\"LaunchBackground\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"tWc-Dq-wcI\"/>\n                            <imageView opaque=\"NO\" clipsSubviews=\"YES\" multipleTouchEnabled=\"YES\" contentMode=\"center\" image=\"LaunchImage\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"YRO-k0-Ey4\">\n                                <rect key=\"frame\" x=\"123\" y=\"355.5\" width=\"168\" height=\"185\"/>\n                            </imageView>\n                            <imageView clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"bottom\" image=\"BrandingImage\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"Uyq-Kz-ftE\"/>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstAttribute=\"bottom\" secondItem=\"Uyq-Kz-ftE\" secondAttribute=\"bottom\" id=\"8Yb-q4-8bl\"/>\n                            <constraint firstItem=\"Uyq-Kz-ftE\" firstAttribute=\"centerX\" secondItem=\"YRO-k0-Ey4\" secondAttribute=\"centerX\" id=\"3kg-TC-cPP\"/>\n                            <constraint firstItem=\"YRO-k0-Ey4\" firstAttribute=\"leading\" secondItem=\"Ze5-6b-2t3\" secondAttribute=\"leading\" id=\"3T2-ad-Qdv\"/>\n                            <constraint firstItem=\"tWc-Dq-wcI\" firstAttribute=\"bottom\" secondItem=\"Ze5-6b-2t3\" secondAttribute=\"bottom\" id=\"RPx-PI-7Xg\"/>\n                            <constraint firstItem=\"tWc-Dq-wcI\" firstAttribute=\"top\" secondItem=\"Ze5-6b-2t3\" secondAttribute=\"top\" id=\"SdS-ul-q2q\"/>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"tWc-Dq-wcI\" secondAttribute=\"trailing\" id=\"Swv-Gf-Rwn\"/>\n                            <constraint firstAttribute=\"trailing\" secondItem=\"YRO-k0-Ey4\" secondAttribute=\"trailing\" id=\"TQA-XW-tRk\"/>\n                            <constraint firstItem=\"YRO-k0-Ey4\" firstAttribute=\"bottom\" secondItem=\"Ze5-6b-2t3\" secondAttribute=\"bottom\" id=\"duK-uY-Gun\"/>\n                            <constraint firstItem=\"tWc-Dq-wcI\" firstAttribute=\"leading\" secondItem=\"Ze5-6b-2t3\" secondAttribute=\"leading\" id=\"kV7-tw-vXt\"/>\n                            <constraint firstItem=\"YRO-k0-Ey4\" firstAttribute=\"top\" secondItem=\"Ze5-6b-2t3\" secondAttribute=\"top\" id=\"xPn-NY-SIU\"/>\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=\"76.811594202898561\" y=\"251.11607142857142\"/>\n        </scene>\n    </scenes>\n    <resources>\n        <image name=\"LaunchImage\" width=\"550\" height=\"1000\"/>\n        <image name=\"LaunchBackground\" width=\"1\" height=\"1\"/>\n        <image name=\"BrandingImage\" width=\"360\" height=\"189\"/>\n    </resources>\n</document>"
  },
  {
    "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    <key>CADisableMinimumFrameDurationOnPhone</key>\n    <true />\n    <key>CFBundleDevelopmentRegion</key>\n    <string>$(DEVELOPMENT_LANGUAGE)</string>\n    <key>CFBundleDisplayName</key>\n    <string>WcaoOne</string>\n    <key>CFBundleExecutable</key>\n    <string>$(EXECUTABLE_NAME)</string>\n    <key>CFBundleIdentifier</key>\n    <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n    <key>CFBundleInfoDictionaryVersion</key>\n    <string>6.0</string>\n    <key>CFBundleName</key>\n    <string>WcaoOne</string>\n    <key>CFBundlePackageType</key>\n    <string>APPL</string>\n    <key>CFBundleShortVersionString</key>\n    <string>$(FLUTTER_BUILD_NAME)</string>\n    <key>CFBundleSignature</key>\n    <string>????</string>\n    <key>CFBundleVersion</key>\n    <string>$(FLUTTER_BUILD_NUMBER)</string>\n    <key>LSRequiresIPhoneOS</key>\n    <true />\n    <key>NSCameraUsageDescription</key>\n    <string>Qr Scan</string>\n    <key>UILaunchStoryboardName</key>\n    <string>LaunchScreen</string>\n    <key>UIMainStoryboardFile</key>\n    <string>Main</string>\n    <key>UIStatusBarHidden</key>\n    <true />\n    <key>UISupportedInterfaceOrientations</key>\n    <array>\n      <string>UIInterfaceOrientationPortrait</string>\n      <string>UIInterfaceOrientationLandscapeLeft</string>\n      <string>UIInterfaceOrientationLandscapeRight</string>\n    </array>\n    <key>UISupportedInterfaceOrientations~ipad</key>\n    <array>\n      <string>UIInterfaceOrientationPortrait</string>\n      <string>UIInterfaceOrientationPortraitUpsideDown</string>\n      <string>UIInterfaceOrientationLandscapeLeft</string>\n      <string>UIInterfaceOrientationLandscapeRight</string>\n    </array>\n    <key>UIViewControllerBasedStatusBarAppearance</key>\n    <false />\n    <key>io.flutter.embedded_views_preview</key>\n    <string>YES</string>\n  </dict>\n</plist>"
  },
  {
    "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 = 51;\n\tobjects = {\n\n/* Begin PBXBuildFile section */\n\t\t07C7FBD31967E49BB0D8D734 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C891805E7EC010C72EB6861 /* Pods_Runner.framework */; };\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\t6C891805E7EC010C72EB6861 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };\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\t\tAACFF7627BDB07AA15B6D1A3 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Runner.debug.xcconfig\"; path = \"Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tF0434F8CE7150E9FBA96AD06 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Runner.release.xcconfig\"; path = \"Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\tF1F0BC59B794C95A1CCEA66A /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Runner.profile.xcconfig\"; path = \"Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig\"; 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\t07C7FBD31967E49BB0D8D734 /* Pods_Runner.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\t8E0BFD652A3F53F1EF8F3CDB /* Pods */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tAACFF7627BDB07AA15B6D1A3 /* Pods-Runner.debug.xcconfig */,\n\t\t\t\tF0434F8CE7150E9FBA96AD06 /* Pods-Runner.release.xcconfig */,\n\t\t\t\tF1F0BC59B794C95A1CCEA66A /* Pods-Runner.profile.xcconfig */,\n\t\t\t);\n\t\t\tpath = Pods;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\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\t8E0BFD652A3F53F1EF8F3CDB /* Pods */,\n\t\t\t\tA8D4E41D232B58C92C107532 /* Frameworks */,\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\t\tA8D4E41D232B58C92C107532 /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t6C891805E7EC010C72EB6861 /* Pods_Runner.framework */,\n\t\t\t);\n\t\t\tname = Frameworks;\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\t27A0D97C4BA1496CC764ED3C /* [CP] Check Pods Manifest.lock */,\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\t9829EAAFA409DE381AB82A8E /* [CP] Embed Pods Frameworks */,\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 = 1300;\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\t27A0D97C4BA1496CC764ED3C /* [CP] Check Pods Manifest.lock */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputFileListPaths = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t\t\"${PODS_PODFILE_DIR_PATH}/Podfile.lock\",\n\t\t\t\t\"${PODS_ROOT}/Manifest.lock\",\n\t\t\t);\n\t\t\tname = \"[CP] Check Pods Manifest.lock\";\n\t\t\toutputFileListPaths = (\n\t\t\t);\n\t\t\toutputPaths = (\n\t\t\t\t\"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt\",\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"diff \\\"${PODS_PODFILE_DIR_PATH}/Podfile.lock\\\" \\\"${PODS_ROOT}/Manifest.lock\\\" > /dev/null\\nif [ $? != 0 ] ; then\\n    # print error to STDERR\\n    echo \\\"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\\\" >&2\\n    exit 1\\nfi\\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\\necho \\\"SUCCESS\\\" > \\\"${SCRIPT_OUTPUT_FILE_0}\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\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\t\t9829EAAFA409DE381AB82A8E /* [CP] Embed Pods Frameworks */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputFileListPaths = (\n\t\t\t\t\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist\",\n\t\t\t);\n\t\t\tname = \"[CP] Embed Pods Frameworks\";\n\t\t\toutputFileListPaths = (\n\t\t\t\t\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist\",\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\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\tDEVELOPMENT_TEAM = MQD539J6FZ;\n\t\t\t\tENABLE_BITCODE = NO;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"@executable_path/Frameworks\",\n\t\t\t\t);\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.template.wcao.one;\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_COMPILATION_MODE = wholemodule;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-O\";\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\tDEVELOPMENT_TEAM = MQD539J6FZ;\n\t\t\t\tENABLE_BITCODE = NO;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"@executable_path/Frameworks\",\n\t\t\t\t);\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.template.wcao.one;\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\tDEVELOPMENT_TEAM = MQD539J6FZ;\n\t\t\t\tENABLE_BITCODE = NO;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"@executable_path/Frameworks\",\n\t\t\t\t);\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.template.wcao.one;\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 = \"1300\"\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      <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      <Testables>\n      </Testables>\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   </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   <FileRef\n      location = \"group:Pods/Pods.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/main.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/route.dart';\nimport 'package:flutter_dating_template/state/token.dart';\nimport 'package:flutter_easyloading/flutter_easyloading.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:flutter_native_splash/flutter_native_splash.dart';\nimport 'package:get/get.dart';\n\nvoid main() {\n  WidgetsBinding widgetsBinding = WidgetsFlutterBinding.ensureInitialized();\n  FlutterNativeSplash.preserve(widgetsBinding: widgetsBinding);\n  Get.put(TokenController());\n  runApp(const MyApp());\n}\n\nclass MyApp extends StatefulWidget {\n  const MyApp({Key? key}) : super(key: key);\n\n  @override\n  State<MyApp> createState() => _MyAppState();\n}\n\nclass _MyAppState extends State<MyApp> {\n  @override\n  void initState() {\n    super.initState();\n\n    initialization();\n  }\n\n  void initialization() async {\n    /// HACK: 启动页关闭\n    await Future.delayed(const Duration(seconds: 3));\n    FlutterNativeSplash.remove();\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return GetMaterialApp(\n      title: '社区交友APP',\n      theme: ThemeData(\n        appBarTheme: AppBarTheme(\n          elevation: 0,\n          centerTitle: true,\n          color: Colors.white,\n          titleTextStyle: TextStyle(\n            color: WcaoTheme.base,\n            fontSize: WcaoTheme.fsXl,\n            fontWeight: FontWeight.w500,\n          ),\n          iconTheme: IconThemeData(\n            color: WcaoTheme.base,\n            size: WcaoTheme.fsXl,\n          ),\n        ),\n        primaryColor: WcaoTheme.primary,\n        backgroundColor: Colors.transparent,\n        textTheme: TextTheme(\n          bodyText1: TextStyle(fontSize: WcaoTheme.fsBase),\n        ),\n        splashColor: Colors.transparent,\n        highlightColor: Colors.transparent,\n\n        /// textButton 点击波纹\n        textButtonTheme: TextButtonThemeData(\n          style: ButtonStyle(\n            overlayColor: MaterialStateProperty.all(Colors.transparent),\n            textStyle: MaterialStateProperty.all(\n              TextStyle(color: WcaoTheme.primary),\n            ),\n          ),\n        ),\n\n        /// 取消slider间距\n        sliderTheme: SliderThemeData(\n          trackHeight: 12,\n          overlayShape: SliderComponentShape.noOverlay,\n          activeTrackColor: WcaoTheme.primary,\n          inactiveTrackColor: WcaoTheme.primary.withOpacity(.2),\n          thumbColor: WcaoTheme.primary,\n          valueIndicatorColor: WcaoTheme.primary,\n          inactiveTickMarkColor: WcaoTheme.primary,\n        ),\n      ),\n      getPages: getRoutes,\n      initialRoute: '/home',\n      builder: EasyLoading.init(),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/agreement/privacy.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass AgreementPrivacy extends StatefulWidget {\n  const AgreementPrivacy({Key? key}) : super(key: key);\n\n  @override\n  State<AgreementPrivacy> createState() => _AgreementPrivacyState();\n}\n\nclass _AgreementPrivacyState extends State<AgreementPrivacy> {\n  List<String> txt = [\n    \"用户按照页面给与的提示完成全部注册步骤后，即成为我们的用户，用户应自行保管账号及密码，并准确、安全地使用其账号及密码。可通过用户自行设定，向用户提供个性化信息服务。\",\n    \"用户充分了解并同意，本平台为用户提供个性化信息服务，用户须为自己注册账号下的行为负责，包括用户所导入、上载、传送的任何内容以及由此产生的任何后果，用户应对内容自行加以判断，并承担因使用内容而引起的所有风险。我们不对因用户行为而导致的损失承担责任。\",\n    \"任何由于黑客攻击、计算机病毒侵入或发作、因政府管制而造成的暂时性关闭等影响网络正常经营的不可抗力而造成的个人资料泄露、丢失、被盗用或被窜改等，本 APP 平台均得免责\",\n    \"用户提供的个人信息或发布的信息不真实、不准确、不合法；发表内容不符合本协议或发表内容不符合法律法规的，我们有权暂停或终止用户使用本平台的服务。用户如果对本 APP的暂停或者终止或收回其账号行为有异议，客户可向平台提出意见，要求其继续提供服务。我们收到客户此类信息的投诉与意见，会审核相关信息，并及时对用户给予反馈。若信息确实不真实或不准确或不合法有效，本平台要求用户提供符合要求的信息。\",\n    \"本 APP 平台使用者因为违反本声明的规定而触犯中华人民共和国法律的，一切后果自己负责，本 APP 平台不承担任何责任。\",\n    \"本 APP 平台不保证为向用户提供便利而设置的外部链接的准确性和完整性，同时，对于该等外部链接指向的不由本 APP 平台实际控制的任何网页或平台上的内容，本 APP 平台不承担任何责任。\",\n  ];\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(title: const Text(\"隐私政策\"), centerTitle: true),\n      body: SafeArea(\n        child: SingleChildScrollView(\n          child: Padding(\n            padding: const EdgeInsets.all(16),\n            child: DefaultTextStyle(\n              style: TextStyle(fontSize: 16, color: WcaoTheme.base),\n              child: Column(\n                children: txt\n                    .map(\n                      (e) => Container(\n                        margin: const EdgeInsets.only(bottom: 32),\n                        child: Text(e),\n                      ),\n                    )\n                    .toList(),\n              ),\n            ),\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/agreement/user.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass AgreementUser extends StatefulWidget {\n  const AgreementUser({Key? key}) : super(key: key);\n\n  @override\n  State<AgreementUser> createState() => _AgreementUserState();\n}\n\nclass _AgreementUserState extends State<AgreementUser> {\n  List<String> txt = [\n    \"用户按照页面给与的提示完成全部注册步骤后，即成为我们的用户，用户应自行保管账号及密码，并准确、安全地使用其账号及密码。可通过用户自行设定，向用户提供个性化信息服务。\",\n    \"用户充分了解并同意，本平台为用户提供个性化信息服务，用户须为自己注册账号下的行为负责，包括用户所导入、上载、传送的任何内容以及由此产生的任何后果，用户应对内容自行加以判断，并承担因使用内容而引起的所有风险。我们不对因用户行为而导致的损失承担责任。\",\n    \"任何由于黑客攻击、计算机病毒侵入或发作、因政府管制而造成的暂时性关闭等影响网络正常经营的不可抗力而造成的个人资料泄露、丢失、被盗用或被窜改等，本 APP 平台均得免责\",\n    \"用户提供的个人信息或发布的信息不真实、不准确、不合法；发表内容不符合本协议或发表内容不符合法律法规的，我们有权暂停或终止用户使用本平台的服务。用户如果对本 APP的暂停或者终止或收回其账号行为有异议，客户可向平台提出意见，要求其继续提供服务。我们收到客户此类信息的投诉与意见，会审核相关信息，并及时对用户给予反馈。若信息确实不真实或不准确或不合法有效，本平台要求用户提供符合要求的信息。\",\n    \"本 APP 平台使用者因为违反本声明的规定而触犯中华人民共和国法律的，一切后果自己负责，本 APP 平台不承担任何责任。\",\n    \"本 APP 平台不保证为向用户提供便利而设置的外部链接的准确性和完整性，同时，对于该等外部链接指向的不由本 APP 平台实际控制的任何网页或平台上的内容，本 APP 平台不承担任何责任。\",\n  ];\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text(\"用户协议\"),\n        centerTitle: true,\n      ),\n      body: SafeArea(\n        child: SingleChildScrollView(\n          child: Padding(\n            padding: const EdgeInsets.all(16),\n            child: DefaultTextStyle(\n              style: TextStyle(fontSize: 16, color: WcaoTheme.base),\n              child: Column(\n                children: txt\n                    .map(\n                      (e) => Container(\n                        margin: const EdgeInsets.only(bottom: 32),\n                        child: Text(e),\n                      ),\n                    )\n                    .toList(),\n              ),\n            ),\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/history_match/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/history_match/mock.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\nimport 'package:pull_to_refresh/pull_to_refresh.dart';\n\nclass HistoryMatch extends StatefulWidget {\n  const HistoryMatch({Key? key}) : super(key: key);\n\n  @override\n  State<HistoryMatch> createState() => _HistoryMatchState();\n}\n\nclass _HistoryMatchState extends State<HistoryMatch> {\n  List<MockHistoryMatch> items = [];\n  final RefreshController _refreshController =\n      RefreshController(initialRefresh: false);\n\n  void _onRefresh() async {\n    // monitor network fetch\n    await Future.delayed(const Duration(seconds: 1));\n\n    setState(() {\n      MockHistoryMatch.clean();\n      items = MockHistoryMatch.get();\n    });\n\n    _refreshController.refreshCompleted();\n  }\n\n  void _onLoading() async {\n    await Future.delayed(const Duration(seconds: 1));\n\n    if (items.length > 72) {\n      return _refreshController.loadNoData();\n    }\n\n    if (mounted) {\n      setState(() {\n        items = MockHistoryMatch.get();\n      });\n    }\n\n    _refreshController.loadComplete();\n  }\n\n  @override\n  void initState() {\n    super.initState();\n\n    setState(() {\n      items = MockHistoryMatch.get();\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        leading: InkWell(\n          onTap: () => Get.back(),\n          child: const Icon(Icons.arrow_back_ios),\n        ),\n        title: const Text('历史匹配'),\n      ),\n      body: SmartRefresher(\n        enablePullDown: true,\n        enablePullUp: true,\n        controller: _refreshController,\n        onRefresh: _onRefresh,\n        onLoading: _onLoading,\n        child: GridView.count(\n          padding: const EdgeInsets.all(12),\n          mainAxisSpacing: 4,\n          crossAxisSpacing: 4,\n          crossAxisCount: 2,\n          childAspectRatio: 0.9,\n          children: items.map((item) {\n            return Card(\n              child: Stack(\n                children: [\n                  SizedBox(\n                    width: double.infinity,\n                    height: double.infinity,\n                    child: ClipRRect(\n                      borderRadius: WcaoTheme.radius,\n                      child: WcaoUtils.imageCache(item.avatar),\n                    ),\n                  ),\n                  Positioned(\n                    child: Container(\n                      color: Colors.black.withOpacity(.15),\n                    ),\n                  ),\n                  Positioned(\n                    bottom: 0,\n                    child: Padding(\n                      padding: const EdgeInsets.symmetric(\n                          horizontal: 12, vertical: 8),\n                      child: Column(\n                        crossAxisAlignment: CrossAxisAlignment.start,\n                        children: [\n                          SizedBox(\n                            child: Text(\n                              item.nickName,\n                              style: TextStyle(\n                                color: Colors.white,\n                                fontSize: WcaoTheme.fsXl,\n                                fontWeight: FontWeight.bold,\n                              ),\n                            ),\n                          ),\n                          Container(\n                            margin: const EdgeInsets.only(top: 4),\n                            child: Text(\n                              \"${item.age} · ${item.sex} · ${item.constellation}\",\n                              style: const TextStyle(\n                                color: Colors.white,\n                              ),\n                            ),\n                          ),\n                        ],\n                      ),\n                    ),\n                  )\n                ],\n              ),\n            );\n          }).toList(),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/history_match/mock.dart",
    "content": "import 'package:dart_mock/dart_mock.dart' as mock;\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\n\nclass MockHistoryMatch {\n  static final List<MockHistoryMatch> _data = [];\n\n  final String nickName;\n  final int age;\n\n  ///  女 男 其他\n  final String sex;\n  final String constellation;\n  final String avatar;\n\n  MockHistoryMatch({\n    required this.nickName,\n    required this.age,\n    required this.sex,\n    required this.constellation,\n    required this.avatar,\n  });\n\n  static List<MockHistoryMatch> get() {\n    for (var i = 0; i < 12; i++) {\n      _data.add(MockHistoryMatch(\n        nickName: mock.cname(),\n        age: mock.integer(min: 18, max: 45),\n        sex: mock.pick([\"女\", \"男\", \"其他\"]),\n        constellation: mock.pick([\n          \"白羊座\",\n          \"金牛座\",\n          \"双子座\",\n          \"巨蟹座\",\n          \"狮子座\",\n          \"处女座\",\n          \"天秤座\",\n          \"天蝎座\",\n          \"射手座\",\n          \"摩羯座\",\n          \"水瓶座\",\n          \"双鱼座\",\n        ]),\n        avatar: WcaoUtils.getRandomImage(),\n      ));\n    }\n\n    return _data;\n  }\n\n  static clean() {\n    _data.clear();\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/community/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/recommend/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nimport 'page_view/found/index.dart';\nimport 'page_view/like/index.dart';\n\n/// HACK: 社区\n\nclass PageViewCommunity extends StatefulWidget {\n  const PageViewCommunity({Key? key}) : super(key: key);\n\n  @override\n  State<PageViewCommunity> createState() => _PageViewCommunityState();\n}\n\nclass _PageViewCommunityState extends State<PageViewCommunity>\n    with TickerProviderStateMixin {\n  int curPage = 0;\n\n  final List<Tab> _tabs = const [\n    Tab(text: \"关注\"),\n    Tab(text: \"推荐\"),\n    Tab(text: \"发现\"),\n  ];\n\n  late PageController _pageController;\n  late TabController _tabController;\n\n  @override\n  void initState() {\n    super.initState();\n\n    _tabController = TabController(length: _tabs.length, vsync: this);\n    _pageController = PageController(initialPage: curPage);\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return DefaultTabController(\n      initialIndex: curPage,\n      length: _tabs.length,\n      child: Column(\n        children: [\n          setAppbar(),\n          Expanded(\n            child: PageView(\n              physics: const NeverScrollableScrollPhysics(),\n              controller: _pageController,\n              children: const [\n                PageViewLike(),\n                PageViewRecommend(),\n                PageViewFound()\n              ],\n            ),\n          )\n        ],\n      ),\n    );\n  }\n\n  /// appbar\n  AppBar setAppbar() {\n    return AppBar(\n      automaticallyImplyLeading: false,\n      centerTitle: false,\n      title: TabBar(\n        controller: _tabController,\n        indicatorColor: WcaoTheme.primary,\n        unselectedLabelColor: WcaoTheme.secondary,\n        unselectedLabelStyle: const TextStyle(fontWeight: FontWeight.normal),\n        labelColor: WcaoTheme.base,\n        labelStyle: TextStyle(\n          fontSize: WcaoTheme.fsXl,\n          fontWeight: FontWeight.bold,\n        ),\n        indicatorWeight: 4,\n        indicatorPadding: const EdgeInsets.symmetric(horizontal: 24),\n        tabs: _tabs,\n        onTap: (int page) {\n          setState(() {\n            curPage = page;\n            _pageController.jumpToPage(curPage);\n          });\n        },\n      ),\n      actions: [\n        IconButton(\n          onPressed: () {},\n          icon: Icon(\n            Icons.email_outlined,\n            size: WcaoTheme.fsXl * 1.5,\n            color: WcaoTheme.base.withOpacity(.75),\n          ),\n        )\n      ],\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/community/page_view/found/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:pull_to_refresh/pull_to_refresh.dart';\n\n/// HACK: 社区-发现\nclass PageViewFound extends StatefulWidget {\n  const PageViewFound({Key? key}) : super(key: key);\n\n  @override\n  State<PageViewFound> createState() => _PageViewFoundState();\n}\n\nclass _PageViewFoundState extends State<PageViewFound> {\n  List<MockLike> list = [];\n\n  @override\n  void initState() {\n    super.initState();\n\n    MockLike.clear();\n\n    setState(() {\n      list = MockLike.get(num: 12);\n    });\n  }\n\n  final RefreshController _refreshController =\n      RefreshController(initialRefresh: false);\n\n  void _onRefresh() async {\n    // monitor network fetch\n    await Future.delayed(const Duration(milliseconds: 1000));\n    MockLike.clear();\n\n    setState(() {\n      list = MockLike.get(num: 12);\n    });\n    _refreshController.refreshCompleted();\n  }\n\n  void _onLoading() async {\n    // monitor network fetch\n    await Future.delayed(const Duration(milliseconds: 1000));\n\n    if (list.length > 60) {\n      return _refreshController.loadNoData();\n    }\n\n    setState(() {\n      list = MockLike.get(num: 12);\n    });\n    _refreshController.loadComplete();\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return SmartRefresher(\n      enablePullDown: true,\n      enablePullUp: true,\n      controller: _refreshController,\n      onRefresh: _onRefresh,\n      onLoading: _onLoading,\n      child: GridView.builder(\n        padding: const EdgeInsets.symmetric(vertical: 24, horizontal: 12),\n        gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(\n          maxCrossAxisExtent: 200,\n          childAspectRatio: 0.6,\n          crossAxisSpacing: 12,\n          mainAxisSpacing: 12,\n        ),\n        itemCount: list.length,\n        itemBuilder: (ctx, index) {\n          var item = list[index];\n          return Column(\n            children: [\n              Expanded(\n                child: ClipRRect(\n                  borderRadius: BorderRadius.circular(8),\n                  child: WcaoUtils.imageCache(\n                    item.avatar,\n                    fit: BoxFit.fitHeight,\n                  ),\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 12),\n                child: Text(\n                  item.text,\n                  maxLines: 2,\n                  style: const TextStyle(overflow: TextOverflow.ellipsis),\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 12),\n                child: Row(\n                  mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                  children: [\n                    Row(\n                      children: [\n                        SizedBox(\n                          width: 24,\n                          height: 24,\n                          child: ClipRRect(\n                            borderRadius: BorderRadius.circular(24),\n                            child: WcaoUtils.imageCache(item.avatar),\n                          ),\n                        ),\n                        Container(\n                          margin: const EdgeInsets.only(left: 4),\n                          child: Text(\n                            item.nickName,\n                            style: TextStyle(\n                                color: WcaoTheme.secondary,\n                                fontSize: WcaoTheme.fsSm),\n                          ),\n                        ),\n                      ],\n                    ),\n                    Row(\n                      children: [\n                        Icon(\n                          Icons.favorite_outline,\n                          color: WcaoTheme.secondary,\n                          size: WcaoTheme.fsBase,\n                        ),\n                        Container(\n                          margin: const EdgeInsets.only(left: 4),\n                          child: Text(\n                            \"${item.fav}\",\n                            style: TextStyle(\n                              color: WcaoTheme.secondary,\n                              fontSize: WcaoTheme.fsSm,\n                            ),\n                          ),\n                        ),\n                      ],\n                    ),\n                  ],\n                ),\n              )\n            ],\n          );\n        },\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/community/page_view/like/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/widgets/publish_card.dart';\nimport 'package:pull_to_refresh/pull_to_refresh.dart';\n\n/// HACK: 社区-关注\n\nclass PageViewLike extends StatefulWidget {\n  const PageViewLike({Key? key}) : super(key: key);\n\n  @override\n  State<PageViewLike> createState() => _PageViewLikeState();\n}\n\nclass _PageViewLikeState extends State<PageViewLike> {\n  List<MockLike> items = [];\n\n  final RefreshController _refreshController =\n      RefreshController(initialRefresh: false);\n\n  void _onRefresh() async {\n    await Future.delayed(const Duration(milliseconds: 1000));\n    setState(() {\n      MockLike.clear();\n      items = MockLike.get();\n    });\n    _refreshController.refreshCompleted();\n  }\n\n  void _onLoading() async {\n    await Future.delayed(const Duration(milliseconds: 1000));\n    if (items.length > 60) {\n      _refreshController.loadNoData();\n    }\n\n    setState(() {\n      items = MockLike.get();\n    });\n    _refreshController.loadComplete();\n  }\n\n  @override\n  void initState() {\n    super.initState();\n\n    setState(() {\n      items = MockLike.get();\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Container(\n      margin: const EdgeInsets.only(top: 12),\n      child: SmartRefresher(\n        controller: _refreshController,\n        onRefresh: _onRefresh,\n        onLoading: _onLoading,\n        enablePullDown: true,\n        enablePullUp: true,\n        child: ListView.builder(\n          padding: EdgeInsets.zero,\n          itemCount: items.length,\n          itemBuilder: (context, index) {\n            var item = items[index];\n            return PublishCard(item);\n          },\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/community/page_view/like/mock.dart",
    "content": "import 'package:flutter_dating_template/pages/history_match/mock.dart';\nimport 'package:dart_mock/dart_mock.dart' as mock;\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\n\nclass MockLike extends MockHistoryMatch {\n  MockLike({\n    required String nickName,\n    required int age,\n    required String sex,\n    required String constellation,\n    required String avatar,\n    required this.time,\n    required this.text,\n    required this.mediaType,\n    required this.media,\n    required this.tag,\n    required this.share,\n    required this.fav,\n    required this.comment,\n  }) : super(\n          nickName: nickName,\n          age: age,\n          sex: sex,\n          constellation: constellation,\n          avatar: avatar,\n        );\n\n  static final List<MockLike> _data = [];\n\n  /// 时间\n  final String time;\n\n  /// 发布内容\n  final String text;\n\n  /// 多媒体类型\n  /// true: 视频\n  /// false: 图片\n  final bool mediaType;\n\n  /// 多媒体\n  final List<String> media;\n\n  /// 标签\n  final List<String> tag;\n\n  final int share;\n\n  final int fav;\n\n  final int comment;\n\n  static List<MockLike> get({int num = 12}) {\n    for (var i = 0; i < num; i++) {\n      var mockType = mock.boolean();\n      _data.add(MockLike(\n        nickName: mock.cname(),\n        age: mock.integer(min: 18, max: 45),\n        sex: mock.pick([\"女\", \"男\", \"其他\"]),\n        constellation: mock.pick([\n          \"白羊座\",\n          \"金牛座\",\n          \"双子座\",\n          \"巨蟹座\",\n          \"狮子座\",\n          \"处女座\",\n          \"天秤座\",\n          \"天蝎座\",\n          \"射手座\",\n          \"摩羯座\",\n          \"水瓶座\",\n          \"双鱼座\",\n        ]),\n        avatar: WcaoUtils.getRandomImage(),\n        tag: List.generate(mock.integer(min: 1, max: 4),\n            (index) => '#${mock.ctitle(min: 3, max: 10)}'),\n        mediaType: mockType,\n        media: List.generate(mock.integer(min: 0, max: 4), (index) {\n          if (mockType) {\n            return WcaoUtils.getRandomImage();\n          } else {\n            return WcaoUtils.getRandomImage();\n          }\n        }),\n        share: mock.integer(min: 1, max: 99),\n        fav: mock.integer(min: 1, max: 99),\n        comment: mock.integer(min: 1, max: 99),\n        text: mock.cparagraph(min: 1, max: 4),\n        time: mock.dateTime(start: DateTime(2022)).toIso8601String(),\n      ));\n    }\n\n    return _data;\n  }\n\n  static clear() {\n    _data.clear();\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/community/page_view/recommend/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/widgets/publish_card.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/tag.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:dart_mock/dart_mock.dart' as mock;\n\n/// HACK: 社区-推荐\nclass PageViewRecommend extends StatefulWidget {\n  const PageViewRecommend({Key? key}) : super(key: key);\n\n  @override\n  State<PageViewRecommend> createState() => _PageViewRecommendState();\n}\n\nclass _PageViewRecommendState extends State<PageViewRecommend> {\n  /// mockdata\n\n  String searchText = mock.csentence(min: 3, max: 10);\n\n  /// 热门话题\n  List<Map> list = List.generate(mock.integer(min: 4, max: 12), (index) {\n    return {\n      \"avatar\": WcaoUtils.getRandomImage(),\n      \"tag\": mock.cword(min: 2, max: 4)\n    };\n  });\n\n  /// 热门标签\n  List<String> labelData = List.generate(\n      mock.integer(min: 4, max: 10), (index) => mock.cword(min: 4, max: 12));\n\n  /// 发布的类容\n  List<MockLike> items = [];\n\n  @override\n  void initState() {\n    super.initState();\n    MockLike.clear();\n    setState(() {\n      items = MockLike.get(num: 6);\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return SingleChildScrollView(\n      child: Column(\n        children: [\n          Container(\n            padding: const EdgeInsets.only(top: 12, bottom: 24),\n            color: Colors.white,\n            child: Column(\n              children: [\n                search(),\n                topic(),\n                label(context),\n              ],\n            ),\n          ),\n          Container(\n            margin: const EdgeInsets.only(top: 12),\n            color: Colors.white,\n            child: Column(\n              children: items.map((e) => PublishCard(e)).toList(),\n            ),\n          ),\n          Container(\n            padding:\n                const EdgeInsets.only(top: 12, bottom: 48, left: 48, right: 48),\n            color: Colors.white,\n            child: Row(\n              mainAxisAlignment: MainAxisAlignment.center,\n              children: [\n                Expanded(\n                    child: Container(\n                  height: .5,\n                  color: WcaoTheme.placeholder,\n                )),\n                Container(\n                  margin: const EdgeInsets.symmetric(horizontal: 12),\n                  child: Text('我是有底线的',\n                      style: TextStyle(color: WcaoTheme.placeholder)),\n                ),\n                Expanded(\n                    child: Container(\n                  height: .25,\n                  color: WcaoTheme.placeholder,\n                )),\n              ],\n            ),\n          )\n        ],\n      ),\n    );\n  }\n\n  Container label(BuildContext context) {\n    return Container(\n      margin: const EdgeInsets.only(top: 24),\n      child: Wrap(\n        alignment: WrapAlignment.start,\n        children: labelData\n            .map((e) => Container(\n                  padding:\n                      const EdgeInsets.symmetric(horizontal: 12, vertical: 8),\n                  width: MediaQuery.of(context).size.width / 2,\n                  child: Text(\n                    '# $e',\n                    style: TextStyle(\n                      overflow: TextOverflow.ellipsis,\n                      fontSize: WcaoTheme.fsL,\n                    ),\n                  ),\n                ))\n            .toList(),\n      ),\n    );\n  }\n\n  Container topic() {\n    return Container(\n      margin: const EdgeInsets.only(top: 24),\n      height: 76,\n      child: ListView(\n        padding: const EdgeInsets.symmetric(horizontal: 12),\n        scrollDirection: Axis.horizontal,\n        children: list\n            .map(\n              (item) => Container(\n                margin: const EdgeInsets.only(right: 12),\n                alignment: Alignment.bottomLeft,\n                width: 76,\n                height: 76,\n                decoration: BoxDecoration(\n                  image: DecorationImage(\n                    fit: BoxFit.fill,\n                    image: NetworkImage(item['avatar']),\n                  ),\n                ),\n                child: Column(\n                  mainAxisSize: MainAxisSize.min,\n                  children: [\n                    Tag(\n                      item['tag'],\n                      color: Colors.white,\n                      padding: const EdgeInsets.only(left: 4, right: 6),\n                      backgroundColor: WcaoTheme.primary,\n                      borderRadius: const BorderRadius.only(\n                        topRight: Radius.circular(12),\n                        bottomRight: Radius.circular(12),\n                      ),\n                    ),\n                  ],\n                ),\n              ),\n            )\n            .toList(),\n      ),\n    );\n  }\n\n  Padding search() {\n    return Padding(\n      padding: const EdgeInsets.symmetric(horizontal: 24),\n      child: Container(\n        padding: const EdgeInsets.symmetric(horizontal: 12),\n        decoration: BoxDecoration(\n          color: WcaoTheme.bgColor,\n          borderRadius: BorderRadius.circular(20),\n        ),\n        height: 36,\n        child: Row(\n          children: [\n            Icon(\n              Icons.search,\n              color: WcaoTheme.placeholder,\n            ),\n            Container(\n              margin: const EdgeInsets.only(left: 4),\n              child: Text(\n                searchText,\n                style: TextStyle(\n                  color: WcaoTheme.secondary,\n                ),\n              ),\n            )\n          ],\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/community/page_view/widgets/publish_card.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/tag.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass PublishCard extends StatelessWidget {\n  const PublishCard(this.item, {Key? key}) : super(key: key);\n\n  final MockLike item;\n\n  @override\n  Widget build(BuildContext context) {\n    return Card(\n      elevation: 0,\n      margin: const EdgeInsets.only(bottom: 4),\n      child: Padding(\n        padding: const EdgeInsets.all(24),\n        child: Row(\n          crossAxisAlignment: CrossAxisAlignment.start,\n          children: [\n            SizedBox(\n              width: 44,\n              height: 44,\n              child: ClipRRect(\n                borderRadius: BorderRadius.circular(44),\n                child: WcaoUtils.imageCache(item.avatar),\n              ),\n            ),\n            Expanded(\n              child: Padding(\n                padding: const EdgeInsets.symmetric(horizontal: 8),\n                child: Column(\n                  crossAxisAlignment: CrossAxisAlignment.start,\n                  children: [\n                    Text(\n                      item.nickName,\n                      style: TextStyle(\n                        color: WcaoTheme.base,\n                        fontWeight: FontWeight.bold,\n                        fontSize: WcaoTheme.fsL,\n                      ),\n                    ),\n                    Container(\n                      margin: const EdgeInsets.only(top: 4),\n                      child: Text(\n                        item.time,\n                        style: TextStyle(\n                          color: WcaoTheme.secondary,\n                        ),\n                      ),\n                    ),\n                    buildMedia(item.mediaType, item.media),\n                    Container(\n                      margin: const EdgeInsets.only(top: 12),\n                      child: Text(\n                        item.text,\n                        style: TextStyle(\n                          color: WcaoTheme.base,\n                          fontSize: WcaoTheme.fsL,\n                        ),\n                      ),\n                    ),\n                    Container(\n                      margin: const EdgeInsets.only(top: 12),\n                      child: Wrap(\n                          spacing: 12,\n                          runSpacing: 6,\n                          children: item.tag.map((e) {\n                            return Tag(\n                              e,\n                              borderRadius: BorderRadius.circular(24),\n                              fontSize: WcaoTheme.fsBase,\n                              padding: const EdgeInsets.symmetric(\n                                vertical: 2,\n                                horizontal: 8,\n                              ),\n                              color: WcaoTheme.primary,\n                            );\n                          }).toList()),\n                    ),\n                    Container(\n                      margin: const EdgeInsets.only(top: 12),\n                      child: Row(\n                        crossAxisAlignment: CrossAxisAlignment.center,\n                        mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                        children: [\n                          // 分享\n                          iconText(Icons.offline_share, item.share.toString()),\n                          Row(\n                            children: [\n                              // 关注\n                              iconText(\n                                Icons.favorite_border_outlined,\n                                item.fav.toString(),\n                              ),\n\n                              // 评论\n                              Container(\n                                margin: const EdgeInsets.only(left: 24),\n                                child: iconText(\n                                  Icons.add_comment_outlined,\n                                  item.comment.toString(),\n                                ),\n                              ),\n                            ],\n                          )\n                        ],\n                      ),\n                    )\n                  ],\n                ),\n              ),\n            )\n          ],\n        ),\n      ),\n    );\n  }\n\n  /// 显示多媒体\n  Widget buildMedia(bool type, List<String> media) {\n    if (media.isEmpty) {\n      return Container();\n    }\n\n    if (type) {\n      // 视频\n      return Container(\n        margin: const EdgeInsets.only(top: 8),\n        width: 172,\n        height: 280,\n        decoration: BoxDecoration(\n          borderRadius: BorderRadius.circular(4),\n          image: DecorationImage(\n            fit: BoxFit.fill,\n            image: NetworkImage(media[0]),\n          ),\n        ),\n        child: Icon(\n          Icons.play_circle_fill,\n          color: WcaoTheme.primary,\n          size: WcaoTheme.fsBase * 4,\n        ),\n      );\n    } else {\n      return Container(\n        margin: const EdgeInsets.only(top: 8),\n        child: Wrap(\n          spacing: 12,\n          runSpacing: 12,\n          children: media\n              .map((e) => SizedBox(\n                    width: 124,\n                    height: 124,\n                    child: ClipRRect(\n                      borderRadius: BorderRadius.circular(4),\n                      child: WcaoUtils.imageCache(e),\n                    ),\n                  ))\n              .toList(),\n        ),\n      );\n    }\n  }\n\n  Row iconText(IconData icondata, String text) {\n    return Row(\n      crossAxisAlignment: CrossAxisAlignment.end,\n      children: [\n        Icon(\n          icondata,\n          color: WcaoTheme.secondary,\n          size: WcaoTheme.fsXl,\n        ),\n        Padding(\n          padding: const EdgeInsets.only(left: 2),\n          child: Text(\n            text,\n            style: TextStyle(color: WcaoTheme.secondary),\n          ),\n        )\n      ],\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/index/index.dart",
    "content": "import 'package:card_swiper/card_swiper.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/index/search_dialog.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\nimport 'dart:math' as math;\n\nclass PageViewIndex extends StatefulWidget {\n  const PageViewIndex({Key? key}) : super(key: key);\n\n  @override\n  State<PageViewIndex> createState() => _PageViewIndexState();\n}\n\nclass _PageViewIndexState extends State<PageViewIndex> {\n  List<String> swipers = [\n    WcaoUtils.getRandomImage(),\n    WcaoUtils.getRandomImage(),\n    WcaoUtils.getRandomImage(),\n    WcaoUtils.getRandomImage(),\n  ];\n\n  @override\n  Widget build(BuildContext context) {\n    double boxWidth = MediaQuery.of(context).size.width - 24;\n    return Column(\n      children: [\n        AppBar(\n          title: appBarTitle(),\n          automaticallyImplyLeading: false,\n          actions: [\n            InkWell(\n              onTap: () => Get.toNamed('/history-match'),\n              child: Row(\n                children: [\n                  Center(\n                    child: Text(\n                      '匹配历史',\n                      style: TextStyle(\n                        color: WcaoTheme.base,\n                        fontSize: WcaoTheme.fsBase,\n                      ),\n                    ),\n                  ),\n                  Container(\n                    margin: const EdgeInsets.only(left: 6, right: 12),\n                    width: 64,\n                    child: Stack(\n                      alignment: Alignment.centerLeft,\n                      children: [\n                        avatar('/avatar/1.jpg'),\n                        Positioned(left: 14, child: avatar('/avatar/2.jpg')),\n                        Positioned(left: 28, child: avatar('/avatar/3.jpg')),\n                      ],\n                    ),\n                  ),\n                ],\n              ),\n            ),\n          ],\n        ),\n        Expanded(\n          child: SizedBox(\n            width: double.infinity,\n            child: Swiper(\n              itemCount: swipers.length,\n              itemBuilder: (context, index) {\n                return Container(\n                  padding: const EdgeInsets.only(\n                    top: 0,\n                    left: 12,\n                    right: 12,\n                    bottom: 36,\n                  ),\n                  child: Stack(\n                    children: [\n                      Container(\n                        margin: const EdgeInsets.only(top: 12),\n                        padding: const EdgeInsets.symmetric(horizontal: 24),\n                        width: boxWidth,\n                        child: Opacity(\n                          opacity: .25,\n                          child: ClipRRect(\n                            borderRadius: BorderRadius.circular(20),\n                            child: WcaoUtils.imageCache(swipers[index]),\n                          ),\n                        ),\n                      ),\n                      Container(\n                        margin: const EdgeInsets.only(top: 24),\n                        child: ClipRRect(\n                          borderRadius: BorderRadius.circular(20),\n                          child: Stack(children: [\n                            SizedBox(\n                              width: boxWidth + 24,\n                              child: ClipRRect(\n                                borderRadius: BorderRadius.circular(20),\n                                child: WcaoUtils.imageCache(swipers[index]),\n                              ),\n                            ),\n                            Positioned(\n                              bottom: 0,\n                              left: 0,\n                              width: boxWidth,\n                              child: Container(\n                                color: Colors.black.withOpacity(.15),\n                                padding: const EdgeInsets.symmetric(\n                                  horizontal: 12,\n                                  vertical: 36,\n                                ),\n                                child: Row(\n                                  mainAxisSize: MainAxisSize.min,\n                                  mainAxisAlignment:\n                                      MainAxisAlignment.spaceBetween,\n                                  children: [\n                                    Column(\n                                      crossAxisAlignment:\n                                          CrossAxisAlignment.start,\n                                      children: [\n                                        Text(\n                                          '圆子',\n                                          style: TextStyle(\n                                            fontSize: 28,\n                                            fontWeight: FontWeight.bold,\n                                            color: WcaoTheme.outline,\n                                          ),\n                                        ),\n                                        Container(\n                                          margin: const EdgeInsets.symmetric(\n                                              vertical: 4),\n                                          child: Row(\n                                            children: [\n                                              Icon(\n                                                Icons.fmd_good,\n                                                color: WcaoTheme.outline,\n                                                size: WcaoTheme.fsBase,\n                                              ),\n                                              Container(\n                                                margin: const EdgeInsets.only(\n                                                    left: 4),\n                                                child: Text(\n                                                  '1.1km',\n                                                  style: TextStyle(\n                                                    fontSize: WcaoTheme.fsBase,\n                                                    color: WcaoTheme.outline,\n                                                  ),\n                                                ),\n                                              )\n                                            ],\n                                          ),\n                                        ),\n                                        Row(\n                                          children: [\n                                            Container(\n                                              margin: const EdgeInsets.only(\n                                                  right: 8),\n                                              child: tag('180m'),\n                                            ),\n                                            Container(\n                                              margin: const EdgeInsets.only(\n                                                  right: 8),\n                                              child: tag('射手座'),\n                                            ),\n                                            Container(\n                                              margin: const EdgeInsets.only(\n                                                  right: 8),\n                                              child: tag('21岁'),\n                                            ),\n                                          ],\n                                        )\n                                      ],\n                                    ),\n                                    Container(\n                                      width: 64,\n                                      height: 64,\n                                      decoration: BoxDecoration(\n                                        color: Colors.white,\n                                        borderRadius: BorderRadius.circular(64),\n                                      ),\n                                      child: const Icon(\n                                        Icons.favorite,\n                                        color: Colors.redAccent,\n                                        size: 48,\n                                      ),\n                                    )\n                                  ],\n                                ),\n                              ),\n                            )\n                          ]),\n                        ),\n                      )\n                    ],\n                  ),\n                );\n              },\n            ),\n          ),\n        )\n      ],\n    );\n  }\n\n  Widget appBarTitle() {\n    return InkWell(\n      onTap: () {\n        /// 弹出search\n        showModalBottomSheet(\n          builder: (context) => const SearchDialog(),\n          context: context,\n          isScrollControlled: true,\n        );\n      },\n      child: Row(children: [\n        Text(\n          '匹配条件',\n          style: TextStyle(fontSize: WcaoTheme.fsBase),\n        ),\n        Container(\n          margin: const EdgeInsets.only(left: 4),\n          child: Transform.rotate(\n            angle: -math.pi / 2,\n            child: Icon(\n              Icons.arrow_back_ios_new,\n              size: WcaoTheme.fsBase,\n            ),\n          ),\n        ),\n      ]),\n    );\n  }\n\n  Container tag(String str) {\n    return Container(\n      padding: const EdgeInsets.symmetric(\n        vertical: 2,\n        horizontal: 4,\n      ),\n      color: Colors.black.withOpacity(.46),\n      child: Text(\n        str,\n        style: TextStyle(\n          fontSize: WcaoTheme.fsSm,\n          color: WcaoTheme.outline,\n        ),\n      ),\n    );\n  }\n\n  Widget avatar(String url) {\n    return Container(\n      decoration: BoxDecoration(\n        border: Border.all(width: 2, color: WcaoTheme.outline),\n        borderRadius: BorderRadius.circular(24),\n      ),\n      child: CircleAvatar(\n        radius: 10,\n        backgroundImage: NetworkImage(WcaoUtils.getRandomImage()),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/index/search_dialog.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:group_button/group_button.dart';\n\nclass SearchDialog extends StatefulWidget {\n  const SearchDialog({Key? key}) : super(key: key);\n\n  @override\n  State<SearchDialog> createState() => _SearchDialogState();\n}\n\nclass _SearchDialogState extends State<SearchDialog> {\n  double age = 18;\n  List<String> sex = ['男', '女', '不限'];\n  List<String> edu = [\"小学\", \"初中\", \"高中\", \"大学\"];\n  List<String> constellation = [\n    \"白羊\",\n    \"金牛\",\n    \"双子\",\n    \"巨蟹\",\n    \"狮子\",\n    \"处女\",\n    \"天秤\",\n    \"天蝎\",\n    \"射手\",\n    \"摩羯\",\n    \"水瓶\",\n    \"双鱼\",\n  ];\n\n  @override\n  Widget build(BuildContext context) {\n    return FractionallySizedBox(\n      heightFactor: .9,\n      child: Column(\n        crossAxisAlignment: CrossAxisAlignment.start,\n        children: [\n          appbarTitle(context),\n          Expanded(\n            child: SingleChildScrollView(\n              child: SafeArea(\n                child: body(),\n              ),\n            ),\n          )\n        ],\n      ),\n    );\n  }\n\n  Widget body() {\n    return Padding(\n      padding: const EdgeInsets.all(12),\n      child: Column(\n        crossAxisAlignment: CrossAxisAlignment.start,\n        children: [\n          SizedBox(\n            child: Text(\n              '基础条件',\n              style: TextStyle(color: WcaoTheme.secondary),\n            ),\n          ),\n          setAge(),\n          Container(\n            margin: const EdgeInsets.only(top: 24),\n            child: Text(\n              '其他条件',\n              style: TextStyle(color: WcaoTheme.secondary),\n            ),\n          ),\n          setSex(),\n          setEdu(),\n          setConstellation()\n        ],\n      ),\n    );\n  }\n\n  /// 星座\n  Column setConstellation() {\n    return Column(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        Container(\n          margin: const EdgeInsets.only(top: 24),\n          child: Text(\n            '星座',\n            style: TextStyle(fontSize: WcaoTheme.fsL),\n          ),\n        ),\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          child: GroupButton(\n            isRadio: false,\n            buttons: constellation,\n            options: groupButtonOptions(),\n          ),\n        )\n      ],\n    );\n  }\n\n  /// 学历\n  Column setEdu() {\n    return Column(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        Container(\n          margin: const EdgeInsets.only(top: 24),\n          child: Text(\n            '学历',\n            style: TextStyle(fontSize: WcaoTheme.fsL),\n          ),\n        ),\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          child: GroupButton(\n            buttons: edu,\n            options: groupButtonOptions(),\n          ),\n        )\n      ],\n    );\n  }\n\n  /// 性别\n  Column setSex() {\n    return Column(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        Container(\n          margin: const EdgeInsets.only(top: 24),\n          child: Text(\n            '性别',\n            style: TextStyle(fontSize: WcaoTheme.fsL),\n          ),\n        ),\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          child: GroupButton(\n            buttons: sex,\n            options: groupButtonOptions(),\n          ),\n        )\n      ],\n    );\n  }\n\n  /// group button 默认设置\n  GroupButtonOptions groupButtonOptions() {\n    return GroupButtonOptions(\n      elevation: 0,\n      mainGroupAlignment: MainGroupAlignment.start,\n      textPadding: const EdgeInsets.symmetric(vertical: 2, horizontal: 12),\n      runSpacing: 0,\n      spacing: 12,\n      borderRadius: BorderRadius.circular(6),\n      unselectedColor: WcaoTheme.outline.withOpacity(.25),\n      selectedColor: WcaoTheme.primary.withOpacity(.2),\n      unselectedBorderColor: WcaoTheme.outline,\n      selectedBorderColor: WcaoTheme.primary,\n      unselectedTextStyle: TextStyle(\n        color: WcaoTheme.base.withOpacity(.85),\n        fontSize: WcaoTheme.fsSm,\n      ),\n      selectedTextStyle: TextStyle(\n        color: WcaoTheme.primary,\n        fontSize: WcaoTheme.fsSm,\n      ),\n    );\n  }\n\n  Container setAge() {\n    return Container(\n      margin: const EdgeInsets.only(top: 24),\n      child: Column(\n        children: [\n          Row(\n            mainAxisAlignment: MainAxisAlignment.spaceBetween,\n            children: [\n              Text(\n                '年龄',\n                style: TextStyle(\n                  fontSize: WcaoTheme.fsL,\n                ),\n              ),\n              Text(\n                \"18-45\",\n                style: TextStyle(\n                  fontSize: WcaoTheme.fsL,\n                ),\n              )\n            ],\n          ),\n          Container(\n            margin: const EdgeInsets.only(top: 24),\n            child: Slider(\n              min: 18,\n              max: 45,\n              value: age,\n              divisions: 27,\n              label: age.round().toString(),\n              onChanged: (value) {\n                /// HACK: 设置年龄\n                setState(() {\n                  age = value;\n                });\n              },\n            ),\n          )\n        ],\n      ),\n    );\n  }\n\n  AppBar appbarTitle(BuildContext context) {\n    return AppBar(\n      elevation: 0,\n      leading: IconButton(\n        icon: const Icon(Icons.close),\n        onPressed: () => Navigator.pop(context),\n      ),\n      title: Text(\n        '筛选条件',\n        style: TextStyle(\n          fontSize: WcaoTheme.fsXl,\n          fontWeight: FontWeight.bold,\n        ),\n      ),\n      actions: [\n        TextButton(\n          onPressed: () {\n            /// HACK: 匹配条件确认\n            Navigator.pop(context);\n          },\n          child: Text(\n            '确定',\n            style: TextStyle(\n              color: WcaoTheme.primary,\n            ),\n          ),\n        )\n      ],\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/index.dart';\nimport 'package:flutter_dating_template/pages/home/index/index.dart';\nimport 'package:flutter_dating_template/pages/home/message/index.dart';\nimport 'package:flutter_dating_template/pages/home/mine/index.dart';\nimport 'package:flutter_dating_template/state/token.dart';\n\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\n/// 首页 PageView Controller.\nclass Home extends StatefulWidget {\n  const Home({Key? key}) : super(key: key);\n\n  @override\n  State<Home> createState() => _HomeState();\n}\n\nclass _HomeState extends State<Home> {\n  int curPage = 0;\n  final PageController _pageController = PageController();\n\n  @override\n  void dispose() {\n    _pageController.dispose();\n    super.dispose();\n  }\n\n  @override\n  void initState() {\n    super.initState();\n\n    Future.delayed(Duration.zero, () {\n      if (TokenController.to.token.isEmpty) {\n        Get.toNamed('/login/verify-code');\n      }\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      body: PageView(\n        controller: _pageController,\n        physics: const NeverScrollableScrollPhysics(),\n        children: const [\n          PageViewIndex(),\n          PageViewCommunity(),\n          PageViewMessage(),\n          PageViewMine(),\n        ],\n      ),\n      floatingActionButton: FloatingActionButton(\n        backgroundColor: WcaoTheme.primary,\n        onPressed: () {\n          Get.toNamed('/publish');\n        },\n        child: const Icon(\n          Icons.add,\n        ),\n      ),\n      resizeToAvoidBottomInset: true,\n      floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,\n      bottomNavigationBar: BottomAppBar(\n        shape: const CircularNotchedRectangle(),\n        child: Padding(\n          padding: const EdgeInsets.only(top: 8),\n          child: Row(\n            mainAxisAlignment: MainAxisAlignment.spaceBetween,\n            children: [\n              barItem(curPage == 0, 0, icon: Icons.home_filled, text: \"首页\"),\n              barItem(curPage == 1, 1, icon: Icons.access_alarm, text: \"社区\"),\n              const SizedBox(\n                width: 48,\n              ),\n              barItem(curPage == 2, 2, icon: Icons.message_sharp, text: \"消息\"),\n              barItem(curPage == 3, 3, icon: Icons.person, text: \"我的\"),\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n\n  IconButton barItem(\n    bool active,\n    int initPage, {\n    required IconData icon,\n    required String text,\n  }) {\n    return IconButton(\n      padding: const EdgeInsets.all(0),\n      color: active ? WcaoTheme.primary : WcaoTheme.secondary,\n      icon: Column(\n        children: [\n          Icon(icon),\n          Text(\n            text,\n            style: TextStyle(\n              color: active ? WcaoTheme.primary : WcaoTheme.secondary,\n            ),\n          ),\n        ],\n      ),\n      onPressed: () {\n        setState(() {\n          curPage = initPage;\n          _pageController.jumpToPage(curPage);\n        });\n      },\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/message/chat/index.dart",
    "content": "import 'package:flutter/cupertino.dart';\nimport 'package:flutter/material.dart';\nimport 'package:dart_mock/dart_mock.dart' as mock;\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\n/// HACK: 消息-聊天\n\nclass MessageChat extends StatefulWidget {\n  const MessageChat({Key? key}) : super(key: key);\n\n  @override\n  State<MessageChat> createState() => _MessageChatState();\n}\n\nclass _MessageChatState extends State<MessageChat> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('好友名称'),\n        actions: [\n          IconButton(\n            onPressed: () {\n              showCupertinoModalPopup(\n                context: context,\n                builder: (context) => SafeArea(\n                  child: Column(\n                    mainAxisAlignment: MainAxisAlignment.end,\n                    children: [\n                      CupertinoActionSheet(\n                        actions: [\n                          CupertinoActionSheetAction(\n                            onPressed: () {\n                              Navigator.pop(context);\n                            },\n                            child: const Text(\"拉黑\"),\n                          ),\n                          CupertinoActionSheetAction(\n                            onPressed: () {\n                              Navigator.pop(context);\n                            },\n                            child: const Text(\n                              \"举报\",\n                              style: TextStyle(color: Colors.redAccent),\n                            ),\n                          ),\n                        ],\n                      ),\n                      CupertinoActionSheet(\n                        actions: [\n                          CupertinoActionSheetAction(\n                            onPressed: () {\n                              Navigator.pop(context);\n                            },\n                            child: Text(\n                              \"取消\",\n                              style: TextStyle(color: WcaoTheme.placeholder),\n                            ),\n                          )\n                        ],\n                      ),\n                    ],\n                  ),\n                ),\n              );\n            },\n            icon: const Icon(Icons.more_horiz),\n          )\n        ],\n      ),\n      bottomNavigationBar: const BottomAppBar(\n        child: TextField(\n          keyboardType: TextInputType.text,\n          obscureText: false,\n          enableSuggestions: false,\n          autocorrect: false,\n          decoration: InputDecoration(\n            hintText: \"发送消息...\",\n            contentPadding: EdgeInsets.symmetric(\n              vertical: 0,\n              horizontal: 16,\n            ),\n            enabledBorder: OutlineInputBorder(\n              borderSide: BorderSide.none,\n            ),\n            focusedBorder: OutlineInputBorder(\n              borderSide: BorderSide.none,\n            ),\n          ),\n        ),\n      ),\n      body: SafeArea(\n        child: ListView.builder(\n          itemCount: 24,\n          padding: const EdgeInsets.symmetric(horizontal: 24),\n          itemBuilder: (context, index) {\n            return msgItem(index, reversed: !(index % 2 == 0));\n          },\n        ),\n      ),\n    );\n  }\n\n  Container msgItem(int index, {bool? reversed = false}) {\n    bool right = index % 2 == 0;\n\n    List<Widget> _temp = [\n      Expanded(\n        child: Container(\n          padding: const EdgeInsets.symmetric(horizontal: 12, vertical: 8),\n          decoration: BoxDecoration(\n            color: Colors.orange,\n            borderRadius: BorderRadius.circular(12),\n          ),\n          margin: right\n              ? const EdgeInsets.only(right: 12)\n              : const EdgeInsets.only(left: 12),\n          child: Text(\n            mock.cparagraph(min: 1, max: 3),\n            style: const TextStyle(color: Colors.white),\n          ),\n        ),\n      ),\n      CircleAvatar(\n        backgroundImage: NetworkImage(\n          WcaoUtils.getRandomImage(),\n        ),\n      )\n    ];\n\n    return Container(\n      padding: const EdgeInsets.symmetric(vertical: 12),\n      child: Row(\n        mainAxisAlignment:\n            right ? MainAxisAlignment.end : MainAxisAlignment.start,\n        children: reversed == true ? _temp.reversed.toList() : _temp,\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/message/firends_dialog.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass FirendsDialog extends StatefulWidget {\n  const FirendsDialog({Key? key}) : super(key: key);\n\n  @override\n  State<FirendsDialog> createState() => _FirendsDialogState();\n}\n\nclass _FirendsDialogState extends State<FirendsDialog> {\n  @override\n  Widget build(BuildContext context) {\n    return Center(\n      child: Column(\n        mainAxisAlignment: MainAxisAlignment.center,\n        children: [\n          Stack(\n            clipBehavior: Clip.none,\n            alignment: Alignment.center,\n            children: <Widget>[\n              Container(\n                decoration: BoxDecoration(\n                  color: Colors.white,\n                  borderRadius: BorderRadius.circular(12),\n                ),\n                margin: const EdgeInsets.symmetric(horizontal: 36),\n                padding: const EdgeInsets.only(top: 36, bottom: 24),\n                child: Column(\n                  mainAxisSize: MainAxisSize.min,\n                  children: [\n                    Container(\n                      margin: const EdgeInsets.only(top: 24),\n                      alignment: Alignment.center,\n                      child: Text(\n                        '西瓜',\n                        style: TextStyle(\n                          fontSize: WcaoTheme.fsXl,\n                          fontWeight: FontWeight.bold,\n                        ),\n                      ),\n                    ),\n                    Container(\n                      margin: const EdgeInsets.symmetric(vertical: 24),\n                      alignment: Alignment.center,\n                      child: Container(\n                        width: 128,\n                        height: 128,\n                        alignment: Alignment.center,\n                        decoration: BoxDecoration(\n                          border: Border.all(\n                            width: 1,\n                            color: Colors.black12,\n                          ),\n                        ),\n                        child: const Text('二维码'),\n                      ),\n                    ),\n                    Container(\n                      alignment: Alignment.center,\n                      child: Text(\n                        '扫码二维码，来爱交友找我玩吧!',\n                        style: TextStyle(color: WcaoTheme.secondary),\n                      ),\n                    ),\n                  ],\n                ),\n              ),\n              Positioned(\n                top: -36,\n                child: CircleAvatar(\n                  radius: 36,\n                  child: ClipRRect(\n                    borderRadius: BorderRadius.circular(36),\n                    child: Image.network(\n                        'https://wcao.cc/image-space/api/avatar?xxx'),\n                  ),\n                ),\n              )\n            ],\n          ),\n          Container(\n            padding: const EdgeInsets.symmetric(vertical: 24, horizontal: 36),\n            alignment: Alignment.center,\n            child: Column(\n              children: [\n                Text(\n                  '分享',\n                  style: TextStyle(\n                    color: Colors.white,\n                    fontSize: WcaoTheme.fsL,\n                    fontWeight: FontWeight.bold,\n                  ),\n                ),\n                Container(\n                  margin: const EdgeInsets.only(top: 24),\n                  child: Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      shareButton('保存图片', Icons.download, Colors.red),\n                      shareButton('微信好友', Icons.wechat, Colors.green),\n                      shareButton('朋友圈', Icons.person, Colors.orange),\n                      shareButton(\n                          '朋友圈', Icons.wb_twilight_rounded, Colors.teal),\n                    ],\n                  ),\n                )\n              ],\n            ),\n          )\n        ],\n      ),\n    );\n  }\n\n  Column shareButton(String text, IconData icon, Color color) {\n    return Column(\n      children: [\n        Container(\n          width: 48,\n          height: 48,\n          margin: const EdgeInsets.only(bottom: 4),\n          decoration: BoxDecoration(\n            color: color,\n            borderRadius: BorderRadius.circular(24),\n          ),\n          child: Icon(\n            icon,\n            color: Colors.white,\n          ),\n        ),\n        Text(\n          text,\n          style: const TextStyle(color: Colors.white),\n        )\n      ],\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/message/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/pages/home/message/firends_dialog.dart';\nimport 'package:flutter_dating_template/pages/home/message/qr_scan.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\nimport 'package:scan/scan.dart';\n\nclass PageViewMessage extends StatefulWidget {\n  const PageViewMessage({Key? key}) : super(key: key);\n\n  @override\n  State<PageViewMessage> createState() => _PageViewMessageState();\n}\n\nclass _PageViewMessageState extends State<PageViewMessage> {\n  List<MockLike> lists = [];\n  ScanController controller = ScanController();\n\n  @override\n  void initState() {\n    super.initState();\n\n    setState(() {\n      lists = MockLike.get();\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Container(\n      color: Colors.white,\n      child: SafeArea(\n        child: Column(\n          children: [\n            AppBar(\n              automaticallyImplyLeading: false,\n              title: const Text('聊天'),\n              actions: [\n                PopupMenuButton(\n                  padding: EdgeInsets.zero,\n                  icon: Icon(\n                    Icons.add,\n                    size: WcaoTheme.fsBase * 1.75,\n                  ),\n                  onSelected: (item) async {\n                    if (item == 1) {\n                      Navigator.push(\n                        context,\n                        MaterialPageRoute(\n                          builder: (_) => const QrScan(),\n                        ),\n                      );\n                    } else if (item == 2) {\n                      showDialog(\n                        context: context,\n                        barrierDismissible: true,\n                        builder: (BuildContext context) =>\n                            const FirendsDialog(),\n                      );\n                    }\n                  },\n                  itemBuilder: (BuildContext context) => [\n                    PopupMenuItem(\n                      padding: const EdgeInsets.only(left: 12),\n                      child: Row(\n                        children: [\n                          const Icon(Icons.crop_free),\n                          Container(\n                            margin: const EdgeInsets.only(left: 8),\n                            child: const Text('扫一扫'),\n                          ),\n                        ],\n                      ),\n                      value: 1,\n                    ),\n                    PopupMenuItem(\n                      padding: const EdgeInsets.only(left: 12),\n                      child: Row(\n                        mainAxisSize: MainAxisSize.min,\n                        children: [\n                          const Icon(Icons.how_to_reg),\n                          Container(\n                            margin: const EdgeInsets.only(left: 8),\n                            child: const Text('添加好友'),\n                          ),\n                        ],\n                      ),\n                      value: 2,\n                    ),\n                  ],\n                )\n              ],\n            ),\n            Expanded(\n              child: SingleChildScrollView(\n                child: Column(\n                  children: [\n                    search(),\n                    Column(\n                      children: lists\n                          .map(\n                            (e) => InkWell(\n                              child: listCard(e),\n                              onTap: () => Get.toNamed('/message/chat'),\n                            ),\n                          )\n                          .toList(),\n                    ),\n                  ],\n                ),\n              ),\n            ),\n          ],\n        ),\n      ),\n    );\n  }\n\n  Container listCard(MockLike item) {\n    return Container(\n      padding: const EdgeInsets.symmetric(horizontal: 12),\n      margin: const EdgeInsets.only(top: 24),\n      child: Row(\n        crossAxisAlignment: CrossAxisAlignment.start,\n        children: [\n          CircleAvatar(\n            radius: 28,\n            backgroundImage: NetworkImage(item.avatar),\n          ),\n          Expanded(\n            child: Container(\n              padding: const EdgeInsets.only(bottom: 20),\n              margin: const EdgeInsets.only(left: 24),\n              decoration: BoxDecoration(\n                border: Border(\n                  bottom: BorderSide(\n                    width: .5,\n                    color: WcaoTheme.placeholder.withOpacity(.5),\n                  ),\n                ),\n              ),\n              child: Column(\n                mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                children: [\n                  Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text(\n                        item.nickName,\n                        style: TextStyle(\n                          fontSize: WcaoTheme.fsXl,\n                          fontWeight: FontWeight.bold,\n                        ),\n                      ),\n                      Text(\n                        item.time.split('T')[0],\n                        style: TextStyle(\n                            fontSize: WcaoTheme.fsSm,\n                            color: WcaoTheme.secondary),\n                      )\n                    ],\n                  ),\n                  Container(\n                    margin: const EdgeInsets.only(top: 4),\n                    child: Row(\n                      mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                      children: [\n                        Expanded(\n                          child: Container(\n                            padding: const EdgeInsets.only(right: 24),\n                            child: Text(\n                              item.text,\n                              style: TextStyle(\n                                overflow: TextOverflow.ellipsis,\n                                color: WcaoTheme.secondary,\n                                fontSize: WcaoTheme.fsBase,\n                              ),\n                            ),\n                          ),\n                        ),\n                        CircleAvatar(\n                          radius: 10,\n                          backgroundColor: WcaoTheme.primary,\n                          child: Text(\n                            '${item.fav}',\n                            style: TextStyle(fontSize: WcaoTheme.fsSm),\n                          ),\n                        )\n                      ],\n                    ),\n                  )\n                ],\n              ),\n            ),\n          )\n        ],\n      ),\n    );\n  }\n\n  Container search() {\n    return Container(\n      margin: const EdgeInsets.only(top: 12),\n      padding: const EdgeInsets.symmetric(horizontal: 12),\n      height: 36,\n      child: Container(\n        decoration: BoxDecoration(\n          borderRadius: BorderRadius.circular(24),\n          color: WcaoTheme.bgColor,\n        ),\n        child: TextField(\n          enableSuggestions: false,\n          autocorrect: false,\n          style: TextStyle(fontSize: WcaoTheme.fsBase),\n          decoration: const InputDecoration(\n            hintText: \"请输入搜索关键词\",\n            contentPadding: EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n            enabledBorder: OutlineInputBorder(\n              borderSide: BorderSide.none,\n            ),\n            focusedBorder: OutlineInputBorder(\n              borderSide: BorderSide.none,\n            ),\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/message/qr_scan.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:scan/scan.dart';\n\nclass QrScan extends StatefulWidget {\n  const QrScan({Key? key}) : super(key: key);\n\n  @override\n  State<QrScan> createState() => _QrScanState();\n}\n\nclass _QrScanState extends State<QrScan> {\n  ScanController controller = ScanController();\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('扫一扫'),\n      ),\n      body: ScanView(\n        controller: controller,\n        onCapture: (data) {},\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/mine/add_tag/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/tag.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:dart_mock/dart_mock.dart' as mock;\nimport 'package:get/get.dart';\n\nclass MineAddTag extends StatefulWidget {\n  const MineAddTag({Key? key}) : super(key: key);\n\n  @override\n  State<MineAddTag> createState() => _MineAddTagState();\n}\n\nclass _MineAddTagState extends State<MineAddTag> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('添加标签'),\n        actions: [\n          TextButton(\n            onPressed: () => Get.back(),\n            child: Text(\n              '完成',\n              style: TextStyle(color: WcaoTheme.base),\n            ),\n          )\n        ],\n      ),\n      body: DefaultTabController(\n        length: 4,\n        child: SafeArea(\n          child: Column(\n            children: [\n              Container(\n                width: double.infinity,\n                padding:\n                    const EdgeInsets.symmetric(horizontal: 12, vertical: 12),\n                color: WcaoTheme.primary.withOpacity(.25),\n                child: Wrap(\n                  alignment: WrapAlignment.start,\n                  spacing: 12,\n                  runSpacing: 12,\n                  children: List.generate(\n                    12,\n                    (index) => Tag(\n                      mock.ctitle(),\n                      backgroundColor: WcaoTheme.primary,\n                      color: Colors.white,\n                      close: true,\n                      borderRadius: BorderRadius.circular(20),\n                      padding: const EdgeInsets.symmetric(\n                        horizontal: 6,\n                        vertical: 6,\n                      ),\n                    ),\n                  ),\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 12),\n                child: TabBar(\n                  padding: const EdgeInsets.symmetric(horizontal: 12),\n                  labelStyle: const TextStyle(fontWeight: FontWeight.normal),\n                  labelColor: WcaoTheme.primary,\n                  unselectedLabelColor: WcaoTheme.base,\n                  indicatorColor: WcaoTheme.primary,\n                  indicatorPadding: const EdgeInsets.symmetric(horizontal: 24),\n                  tabs: const [\n                    Tab(text: '星座'),\n                    Tab(text: '年代'),\n                    Tab(text: '兴趣'),\n                    Tab(text: '特质'),\n                  ],\n                ),\n              ),\n              Expanded(\n                child: Container(\n                  margin: const EdgeInsets.only(top: 12),\n                  child: TabBarView(\n                    children: [\n                      Padding(\n                        padding: const EdgeInsets.symmetric(horizontal: 24),\n                        child: tabbarView1(),\n                      ),\n                      Padding(\n                        padding: const EdgeInsets.symmetric(horizontal: 24),\n                        child: tabbarView2(),\n                      ),\n                      Padding(\n                        padding: const EdgeInsets.symmetric(horizontal: 24),\n                        child: tabbarView3(),\n                      ),\n                      Padding(\n                        padding: const EdgeInsets.symmetric(horizontal: 24),\n                        child: tabbarView4(),\n                      ),\n                    ],\n                  ),\n                ),\n              )\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n\n  Wrap tabbarView4() {\n    return Wrap(\n      runSpacing: 12,\n      spacing: 12,\n      alignment: WrapAlignment.start,\n      children: List.generate(\n        16,\n        (index) => Tag(\n          mock.ctitle(),\n          border: Border.all(width: .5, color: WcaoTheme.outline),\n          backgroundColor: Colors.white,\n          color: WcaoTheme.base,\n          padding: const EdgeInsets.symmetric(vertical: 6, horizontal: 12),\n          borderRadius: BorderRadius.circular(24),\n        ),\n      ),\n    );\n  }\n\n  Wrap tabbarView3() {\n    return Wrap(\n      runSpacing: 12,\n      spacing: 12,\n      alignment: WrapAlignment.start,\n      children: List.generate(\n        16,\n        (index) => Tag(\n          mock.county(),\n          border: Border.all(width: .5, color: WcaoTheme.outline),\n          backgroundColor: Colors.white,\n          color: WcaoTheme.base,\n          padding: const EdgeInsets.symmetric(vertical: 6, horizontal: 12),\n          borderRadius: BorderRadius.circular(24),\n        ),\n      ),\n    );\n  }\n\n  Wrap tabbarView2() {\n    return Wrap(\n      runSpacing: 12,\n      spacing: 12,\n      alignment: WrapAlignment.spaceBetween,\n      children: List.generate(\n        5,\n        (index) => Tag(\n          '${mock.integer(min: 6, max: 9)}0年代',\n          border: Border.all(width: .5, color: WcaoTheme.outline),\n          backgroundColor: Colors.white,\n          color: WcaoTheme.base,\n          padding: const EdgeInsets.symmetric(vertical: 6, horizontal: 12),\n          borderRadius: BorderRadius.circular(24),\n        ),\n      ),\n    );\n  }\n\n  Wrap tabbarView1() {\n    return Wrap(\n      runSpacing: 12,\n      spacing: 12,\n      alignment: WrapAlignment.spaceBetween,\n      children: List.generate(\n        12,\n        (index) => Tag(\n          \"${mock.cword(min: 2)}座\",\n          border: Border.all(width: .5, color: WcaoTheme.outline),\n          backgroundColor: Colors.white,\n          color: WcaoTheme.base,\n          padding: const EdgeInsets.symmetric(vertical: 6, horizontal: 12),\n          borderRadius: BorderRadius.circular(24),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/mine/fans/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:dart_mock/dart_mock.dart' as mock;\n\nclass MineFans extends StatefulWidget {\n  const MineFans({Key? key}) : super(key: key);\n\n  @override\n  State<MineFans> createState() => _MineFansState();\n}\n\nclass _MineFansState extends State<MineFans> {\n  List<MockLike> lists = [];\n\n  @override\n  void initState() {\n    super.initState();\n\n    setState(() {\n      lists = MockLike.get();\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('粉丝'),\n      ),\n      body: SafeArea(\n        child: ListView(\n          children: lists.map((e) => listCard(e)).toList(),\n        ),\n      ),\n    );\n  }\n}\n\nContainer listCard(MockLike item) {\n  bool fav = mock.boolean();\n\n  return Container(\n    padding: const EdgeInsets.symmetric(horizontal: 12),\n    margin: const EdgeInsets.only(top: 24),\n    child: Row(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        CircleAvatar(\n          radius: 28,\n          backgroundImage: NetworkImage(item.avatar),\n        ),\n        Expanded(\n          child: Container(\n            padding: const EdgeInsets.only(left: 12),\n            height: 56,\n            child: Row(\n              mainAxisAlignment: MainAxisAlignment.spaceBetween,\n              children: [\n                Column(\n                  crossAxisAlignment: CrossAxisAlignment.start,\n                  mainAxisAlignment: MainAxisAlignment.center,\n                  children: [\n                    Text(\n                      item.nickName,\n                      style: TextStyle(\n                        fontSize: WcaoTheme.fsXl,\n                        fontWeight: FontWeight.bold,\n                      ),\n                    ),\n                    Container(\n                      margin: const EdgeInsets.only(top: 4),\n                      child: Text(\n                        '${mock.integer(min: 1, max: 99)}天 | ${mock.integer(min: 1, max: 99)}动态',\n                        style: TextStyle(\n                          color: WcaoTheme.secondary,\n                          fontSize: WcaoTheme.fsBase,\n                        ),\n                      ),\n                    ),\n                  ],\n                ),\n                InkWell(\n                  child: Container(\n                    decoration: BoxDecoration(\n                      color: fav ? WcaoTheme.placeholder : WcaoTheme.primary,\n                      borderRadius: BorderRadius.circular(20),\n                    ),\n                    padding:\n                        const EdgeInsets.symmetric(horizontal: 12, vertical: 4),\n                    child: Text(\n                      fav ? '已关注' : '关注',\n                      style: TextStyle(\n                          fontSize: WcaoTheme.fsSm, color: Colors.white),\n                    ),\n                  ),\n                )\n              ],\n            ),\n          ),\n        ),\n      ],\n    ),\n  );\n}\n"
  },
  {
    "path": "lib/pages/home/mine/firends/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:dart_mock/dart_mock.dart' as mock;\n\nclass MineFirends extends StatefulWidget {\n  const MineFirends({Key? key}) : super(key: key);\n\n  @override\n  State<MineFirends> createState() => _MineFirendsState();\n}\n\nclass _MineFirendsState extends State<MineFirends> {\n  List<MockLike> lists = [];\n\n  @override\n  void initState() {\n    super.initState();\n\n    setState(() {\n      lists = MockLike.get();\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('好友'),\n      ),\n      body: SafeArea(\n        child: ListView(\n          children: lists.map((e) => listCard(e)).toList(),\n        ),\n      ),\n    );\n  }\n}\n\nContainer listCard(MockLike item) {\n  return Container(\n    padding: const EdgeInsets.symmetric(horizontal: 12),\n    margin: const EdgeInsets.only(top: 24),\n    child: Row(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        CircleAvatar(\n          radius: 28,\n          backgroundImage: NetworkImage(item.avatar),\n        ),\n        Expanded(\n          child: Container(\n            padding: const EdgeInsets.only(left: 12),\n            height: 56,\n            child: Row(\n              mainAxisAlignment: MainAxisAlignment.spaceBetween,\n              children: [\n                Column(\n                  crossAxisAlignment: CrossAxisAlignment.start,\n                  mainAxisAlignment: MainAxisAlignment.center,\n                  children: [\n                    Text(\n                      item.nickName,\n                      style: TextStyle(\n                        fontSize: WcaoTheme.fsXl,\n                        fontWeight: FontWeight.bold,\n                      ),\n                    ),\n                    Container(\n                      margin: const EdgeInsets.only(top: 4),\n                      child: Text(\n                        '${mock.integer(min: 1, max: 99)}天 | ${mock.integer(min: 1, max: 99)}动态',\n                        style: TextStyle(\n                          color: WcaoTheme.secondary,\n                          fontSize: WcaoTheme.fsBase,\n                        ),\n                      ),\n                    ),\n                  ],\n                ),\n                InkWell(\n                  child: Container(\n                    decoration: BoxDecoration(\n                      color: WcaoTheme.placeholder,\n                      borderRadius: BorderRadius.circular(20),\n                    ),\n                    padding:\n                        const EdgeInsets.symmetric(horizontal: 12, vertical: 4),\n                    child: Text(\n                      '已关注',\n                      style: TextStyle(\n                          fontSize: WcaoTheme.fsSm, color: Colors.white),\n                    ),\n                  ),\n                )\n              ],\n            ),\n          ),\n        ),\n      ],\n    ),\n  );\n}\n"
  },
  {
    "path": "lib/pages/home/mine/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/pages/home/mine/mock.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/tag.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\nclass PageViewMine extends StatefulWidget {\n  const PageViewMine({Key? key}) : super(key: key);\n\n  @override\n  State<PageViewMine> createState() => _PageViewMineState();\n}\n\n/// TODO: NestedScrollView 如何实现上拉加载，下拉刷新\n\nclass _PageViewMineState extends State<PageViewMine> {\n  MockMine mine = MockMine.get();\n  List<MockLike> items = [];\n\n  @override\n  void initState() {\n    super.initState();\n    MockLike.clear();\n\n    setState(() {\n      items = MockLike.get(num: 4);\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return NestedScrollView(\n      headerSliverBuilder: ((context, innerBoxIsScrolled) {\n        return [\n          SliverAppBar(\n            automaticallyImplyLeading: false,\n            pinned: true,\n            expandedHeight: 376,\n            actions: [\n              IconButton(\n                icon: Icon(\n                  Icons.settings_outlined,\n                  size: WcaoTheme.fsBase * 1.6,\n                  color: WcaoTheme.base,\n                ),\n                onPressed: () {\n                  Get.toNamed('/settings');\n                },\n              )\n            ],\n            flexibleSpace: LayoutBuilder(\n              builder: (context, constraints) {\n                double top = constraints.biggest.height;\n                bool isOpacity =\n                    top == MediaQuery.of(context).padding.top + kToolbarHeight;\n                return FlexibleSpaceBar(\n                  centerTitle: true,\n                  title: AnimatedOpacity(\n                    duration: const Duration(microseconds: 300),\n                    opacity: isOpacity ? 1 : 0,\n                    child: Text(\n                      mine.nickName,\n                      style: TextStyle(\n                        color: WcaoTheme.base,\n                        fontSize: WcaoTheme.fsXl,\n                        fontWeight: FontWeight.bold,\n                      ),\n                    ),\n                  ),\n                  background: Stack(\n                    children: [\n                      SizedBox(\n                        width: double.infinity,\n                        child: WcaoUtils.imageCache(\n                          mine.bg,\n                          fit: BoxFit.cover,\n                        ),\n                      ),\n                      Positioned(\n                        child: Container(\n                          color: Colors.black.withOpacity(.33),\n                        ),\n                      ),\n                      Positioned(\n                        bottom: 56,\n                        width: MediaQuery.of(context).size.width,\n                        child: profile(),\n                      )\n                    ],\n                  ),\n                );\n              },\n            ),\n          ),\n\n          /// 数据信息\n          SliverToBoxAdapter(\n            child: Container(\n              padding: const EdgeInsets.all(24),\n              child: Row(\n                mainAxisAlignment: MainAxisAlignment.center,\n                children: [\n                  InkWell(\n                    child: adapterItem(mine.visits, '访客'),\n                    onTap: () => Get.toNamed('/mine/visitors'),\n                  ),\n                  adapterDrive(),\n                  InkWell(\n                    child: adapterItem(mine.friends, '好友'),\n                    onTap: () => Get.toNamed('/mine/firends'),\n                  ),\n                  adapterDrive(),\n                  InkWell(\n                    child: adapterItem(mine.fans, '粉丝'),\n                    onTap: () => Get.toNamed('/mine/fans'),\n                  )\n                ],\n              ),\n            ),\n          ),\n        ];\n      }),\n      body: ListView.builder(\n        physics: const ClampingScrollPhysics(), // 重要\n        padding: const EdgeInsets.all(0),\n        itemCount: items.length,\n        itemBuilder: (context, index) {\n          return dynamicItem(items[index], items.length - 1 > index);\n        },\n      ),\n    );\n  }\n\n  /// 我的动态 item\n  Container dynamicItem(MockLike item, bool bottomBorder) {\n    return Container(\n      padding: const EdgeInsets.only(left: 12, right: 12),\n      child: Container(\n        padding: const EdgeInsets.only(bottom: 24, top: 12),\n        decoration: BoxDecoration(\n          border: Border(\n            bottom: BorderSide(\n              width: .5,\n              color: bottomBorder ? WcaoTheme.outline : Colors.transparent,\n            ),\n          ),\n        ),\n        child: Column(\n          children: [\n            Row(\n              mainAxisAlignment: MainAxisAlignment.spaceBetween,\n              crossAxisAlignment: CrossAxisAlignment.center,\n              children: [\n                Expanded(\n                  child: Column(\n                    crossAxisAlignment: CrossAxisAlignment.start,\n                    children: [\n                      Text(\n                        item.time.split('T')[0],\n                        style: TextStyle(color: WcaoTheme.secondary),\n                      ),\n                      Container(\n                        margin: const EdgeInsets.only(top: 8),\n                        width: 300,\n                        child: Text(\n                          item.text,\n                          style: TextStyle(\n                            fontSize: WcaoTheme.fsL,\n                            overflow: TextOverflow.ellipsis,\n                          ),\n                        ),\n                      ),\n                    ],\n                  ),\n                ),\n                IconButton(\n                  icon: const Icon(Icons.more_horiz),\n                  iconSize: WcaoTheme.fsBase * 2.5,\n                  onPressed: () {},\n                ),\n              ],\n            ),\n            item.media.isNotEmpty\n                ? Container(\n                    margin: const EdgeInsets.only(top: 12),\n                    width: double.infinity,\n                    child: ClipRRect(\n                      borderRadius: BorderRadius.circular(8),\n                      child: WcaoUtils.imageCache(\n                        item.media[0],\n                        fit: BoxFit.fitWidth,\n                      ),\n                    ),\n                  )\n                : Container(),\n            Container(\n              alignment: Alignment.topLeft,\n              margin: EdgeInsets.only(top: item.media.isNotEmpty ? 24 : 12),\n              child: Wrap(\n                spacing: 12,\n                runSpacing: 6,\n                children: List.generate(\n                  item.tag.length,\n                  (index) => Tag(\n                    item.tag[index],\n                    color: WcaoTheme.primary,\n                    borderRadius: BorderRadius.circular(24),\n                  ),\n                ).toList(),\n              ),\n            )\n          ],\n        ),\n      ),\n    );\n  }\n\n  Column adapterItem(int num, String text) {\n    return Column(\n      crossAxisAlignment: CrossAxisAlignment.center,\n      children: [\n        Text(\n          \"$num\",\n          style: TextStyle(\n            fontSize: WcaoTheme.fsXl,\n            fontWeight: FontWeight.bold,\n          ),\n        ),\n        Text(\n          text,\n          style: TextStyle(\n            color: WcaoTheme.secondary,\n          ),\n        )\n      ],\n    );\n  }\n\n  Container adapterDrive() {\n    return Container(\n      margin: const EdgeInsets.symmetric(horizontal: 48),\n      height: 12,\n      width: .5,\n      color: WcaoTheme.placeholder,\n    );\n  }\n\n  /// 个人信息\n  Widget profile() {\n    return Center(\n      child: Column(\n        crossAxisAlignment: CrossAxisAlignment.center,\n        mainAxisAlignment: MainAxisAlignment.center,\n        children: [\n          CircleAvatar(\n            radius: 48,\n            backgroundImage: NetworkImage(\n              mine.avatar,\n            ),\n          ),\n          Container(\n            margin: const EdgeInsets.only(top: 12),\n            child: Row(\n              mainAxisAlignment: MainAxisAlignment.center,\n              children: [\n                Text(\n                  mine.nickName,\n                  style: TextStyle(\n                    color: Colors.white,\n                    fontSize: WcaoTheme.fsXl,\n                    fontWeight: FontWeight.bold,\n                  ),\n                ),\n                Icon(\n                  Icons.edit_note,\n                  color: Colors.white,\n                  size: WcaoTheme.fsBase * 2,\n                ),\n              ],\n            ),\n          ),\n          Container(\n            margin: const EdgeInsets.only(top: 12),\n            child: Text(\n              '${mine.createDay}天 ${mine.tags.length}动态',\n              style: TextStyle(\n                color: WcaoTheme.placeholder,\n              ),\n            ),\n          ),\n          Container(\n            margin: const EdgeInsets.only(top: 6),\n            child: Wrap(\n              alignment: WrapAlignment.center,\n              spacing: 12,\n              runSpacing: 6,\n              children: List.generate(\n                mine.tags.length,\n                (index) {\n                  if (index >= mine.tags.length - 1) {\n                    // 添加标签\n                    return InkWell(\n                      onTap: () => Get.toNamed('/mine/add-tag'),\n                      child: Tag(\n                        '+',\n                        padding: const EdgeInsets.symmetric(\n                            horizontal: 24, vertical: 4),\n                        backgroundColor: Colors.black.withOpacity(.4),\n                        color: Colors.white,\n                        borderRadius: BorderRadius.circular(24),\n                        fontSize: WcaoTheme.fsBase,\n                        fontWeight: FontWeight.bold,\n                      ),\n                    );\n                  } else {\n                    return Tag(\n                      mine.tags[index],\n                      padding: const EdgeInsets.symmetric(\n                          horizontal: 12, vertical: 4),\n                      backgroundColor: Colors.black.withOpacity(.4),\n                      color: Colors.white,\n                      borderRadius: BorderRadius.circular(24),\n                      fontSize: WcaoTheme.fsBase,\n                      fontWeight: FontWeight.bold,\n                    );\n                  }\n                },\n              ).toList(),\n            ),\n          ),\n        ],\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/mine/mock.dart",
    "content": "import 'package:dart_mock/dart_mock.dart' as mock;\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\n\nclass MockMine {\n  final String nickName;\n  final String avatar;\n  final int createDay;\n  final List<String> tags;\n  final String bg;\n  final int visits;\n  final int friends;\n  final int fans;\n\n  MockMine(\n      {required this.nickName,\n      required this.avatar,\n      required this.createDay,\n      required this.tags,\n      required this.bg,\n      required this.visits,\n      required this.friends,\n      required this.fans});\n\n  static MockMine get() {\n    return MockMine(\n      nickName: mock.cname(),\n      avatar: WcaoUtils.getRandomImage(),\n      createDay: mock.integer(min: 1, max: 99),\n      tags: List.generate(mock.integer(min: 1, max: 4),\n          (index) => '#${mock.ctitle(min: 3, max: 10)}'),\n      bg: WcaoUtils.getRandomImage(),\n      visits: mock.integer(min: 1, max: 99),\n      friends: mock.integer(min: 1, max: 99),\n      fans: mock.integer(min: 1, max: 99),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/home/mine/visitors/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/home/community/page_view/like/mock.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:dart_mock/dart_mock.dart' as mock;\n\nclass MineVisitors extends StatefulWidget {\n  const MineVisitors({Key? key}) : super(key: key);\n\n  @override\n  State<MineVisitors> createState() => _MineVisitorsState();\n}\n\nclass _MineVisitorsState extends State<MineVisitors> {\n  List<MockLike> lists = [];\n\n  @override\n  void initState() {\n    super.initState();\n\n    setState(() {\n      lists = MockLike.get();\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('访客'),\n      ),\n      body: SafeArea(\n        child: ListView(\n          children: lists.map((e) => listCard(e)).toList(),\n        ),\n      ),\n    );\n  }\n}\n\nContainer listCard(MockLike item) {\n  return Container(\n    padding: const EdgeInsets.symmetric(horizontal: 12),\n    margin: const EdgeInsets.only(top: 24),\n    child: Row(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        CircleAvatar(\n          radius: 28,\n          backgroundImage: NetworkImage(item.avatar),\n        ),\n        Expanded(\n          child: Container(\n            padding: const EdgeInsets.only(left: 12),\n            height: 56,\n            child: Row(\n              mainAxisAlignment: MainAxisAlignment.spaceBetween,\n              children: [\n                Column(\n                  crossAxisAlignment: CrossAxisAlignment.start,\n                  mainAxisAlignment: MainAxisAlignment.center,\n                  children: [\n                    Text(\n                      item.nickName,\n                      style: TextStyle(\n                        fontSize: WcaoTheme.fsXl,\n                        fontWeight: FontWeight.bold,\n                      ),\n                    ),\n                    Container(\n                      margin: const EdgeInsets.only(top: 4),\n                      child: Text(\n                        '${mock.integer(min: 1, max: 99)}天 | ${mock.integer(min: 1, max: 99)}动态',\n                        style: TextStyle(\n                          color: WcaoTheme.secondary,\n                          fontSize: WcaoTheme.fsBase,\n                        ),\n                      ),\n                    ),\n                  ],\n                ),\n                Text(\n                  '${mock.integer(min: 1, max: 59)}分钟前',\n                  style: TextStyle(\n                    color: WcaoTheme.secondary,\n                    fontSize: WcaoTheme.fsBase,\n                  ),\n                )\n              ],\n            ),\n          ),\n        ),\n      ],\n    ),\n  );\n}\n"
  },
  {
    "path": "lib/pages/home/publish/index.dart",
    "content": "import 'package:dotted_border/dotted_border.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass Publish extends StatefulWidget {\n  const Publish({Key? key}) : super(key: key);\n\n  @override\n  State<Publish> createState() => _PublishState();\n}\n\nclass _PublishState extends State<Publish> {\n  bool addImage = false;\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('发布动态'),\n        actions: [\n          TextButton(\n            onPressed: () {},\n            child: const Text('发布'),\n          ),\n        ],\n      ),\n      body: SafeArea(\n        child: Column(\n          mainAxisAlignment: MainAxisAlignment.spaceBetween,\n          children: [\n            Expanded(\n              child: Container(\n                padding: const EdgeInsets.symmetric(horizontal: 12),\n                child: const TextField(\n                  decoration: InputDecoration(\n                    hintText: '说出你的故事',\n                    border: InputBorder.none,\n                  ),\n                  maxLines: null,\n                ),\n              ),\n            ),\n\n            // 底部内容\n            Column(\n              mainAxisSize: MainAxisSize.min,\n              children: [\n                // 添加图片\n                Visibility(\n                  visible: addImage,\n                  child: Container(\n                    height: 68,\n                    margin: const EdgeInsets.only(bottom: 24),\n                    child: ListView(\n                      padding: const EdgeInsets.symmetric(horizontal: 12),\n                      scrollDirection: Axis.horizontal,\n                      children: [\n                        DottedBorder(\n                          color: WcaoTheme.placeholder,\n                          strokeWidth: 1,\n                          padding: EdgeInsets.zero,\n                          dashPattern: const [4, 8],\n                          child: SizedBox(\n                            width: 68,\n                            height: 68,\n                            child: Icon(\n                              Icons.add,\n                              color: WcaoTheme.secondary,\n                            ),\n                          ),\n                        ),\n                        selectedImage('https://wcao.cc/r/a/avatar?1'),\n                        selectedImage('https://wcao.cc/r/a/avatar?2'),\n                        selectedImage('https://wcao.cc/r/a/avatar?3'),\n                        selectedImage('https://wcao.cc/r/a/avatar?4'),\n                        selectedImage('https://wcao.cc/r/a/avatar?5'),\n                      ],\n                    ),\n                  ),\n                ),\n                // 添加话题\n                Container(\n                  padding: const EdgeInsets.symmetric(horizontal: 12),\n                  child: Row(\n                    children: [\n                      Container(\n                        padding: const EdgeInsets.symmetric(\n                            horizontal: 12, vertical: 2),\n                        decoration: BoxDecoration(\n                          color: WcaoTheme.placeholder.withOpacity(.25),\n                          borderRadius: BorderRadius.circular(12),\n                        ),\n                        child: Text(\n                          '#话题',\n                          style: TextStyle(color: WcaoTheme.secondary),\n                        ),\n                      ),\n                    ],\n                  ),\n                ),\n              ],\n            ),\n\n            Container(\n              margin: const EdgeInsets.only(left: 12, right: 12, top: 12),\n              decoration: BoxDecoration(\n                border: Border(\n                  top: BorderSide(\n                      width: .5, color: WcaoTheme.placeholder.withOpacity(.5)),\n                ),\n              ),\n              child: Row(\n                children: [\n                  IconButton(\n                    onPressed: () {\n                      setState(() {\n                        addImage = true;\n                      });\n                    },\n                    icon: Icon(\n                      Icons.image_outlined,\n                      color: WcaoTheme.secondary,\n                    ),\n                  ),\n                  IconButton(\n                    onPressed: () {},\n                    icon: Icon(\n                      Icons.location_on_outlined,\n                      color: WcaoTheme.secondary,\n                    ),\n                  ),\n                ],\n              ),\n            )\n          ],\n        ),\n      ),\n    );\n  }\n\n  Container selectedImage(String src) {\n    return Container(\n      margin: const EdgeInsets.only(left: 12),\n      child: Stack(\n        children: [\n          SizedBox(\n            width: 68,\n            height: 68,\n            child: ClipRRect(\n              borderRadius: BorderRadius.circular(8),\n              child: WcaoUtils.imageCache(src, fit: BoxFit.cover),\n            ),\n          ),\n          Positioned(\n            bottom: 0,\n            child: Container(\n              width: 68,\n              height: 24,\n              decoration: BoxDecoration(\n                borderRadius: const BorderRadius.only(\n                    bottomLeft: Radius.circular(8),\n                    bottomRight: Radius.circular(8)),\n                color: WcaoTheme.base.withOpacity(.5),\n              ),\n              alignment: Alignment.center,\n              child: const Text(\n                '删除',\n                style: TextStyle(color: Colors.white),\n              ),\n            ),\n          )\n        ],\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/login/password.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/login/widgets/head.dart';\nimport 'package:flutter_dating_template/state/token.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nimport 'package:get/get.dart';\n\n// HACK: 密码登录\n\nclass LoginPassword extends StatefulWidget {\n  const LoginPassword({Key? key}) : super(key: key);\n\n  @override\n  State<LoginPassword> createState() => _LoginState();\n}\n\nclass _LoginState extends State<LoginPassword> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      body: SafeArea(\n        child: InkWell(\n          onTap: () {\n            FocusManager.instance.primaryFocus?.unfocus();\n          },\n          child: Container(\n            alignment: Alignment.centerLeft,\n            padding: const EdgeInsets.symmetric(horizontal: 26),\n            margin: const EdgeInsets.only(bottom: 56),\n            child: Column(\n              mainAxisAlignment: MainAxisAlignment.center,\n              crossAxisAlignment: CrossAxisAlignment.start,\n              children: [\n                const Head(),\n                buildPassWord(),\n                loginButton(),\n                Container(\n                  margin: const EdgeInsets.only(top: 16),\n                  child: Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    crossAxisAlignment: CrossAxisAlignment.center,\n                    children: [\n                      Opacity(\n                        opacity: 0,\n                        child: Text(\n                          \"忘记密码?\",\n                          style: TextStyle(\n                            color: WcaoTheme.placeholder,\n                            fontSize: 12,\n                          ),\n                        ),\n                      ),\n                      InkWell(\n                        onTap: () {\n                          Navigator.pushReplacementNamed(\n                              context, '/login/verify-code');\n                        },\n                        child: Container(\n                          alignment: Alignment.center,\n                          child: Text(\n                            \"免密登录\",\n                            style: TextStyle(\n                              color: WcaoTheme.primaryFocus,\n                              fontWeight: FontWeight.w500,\n                            ),\n                          ),\n                        ),\n                      ),\n                      InkWell(\n                        onTap: () {\n                          Get.toNamed('/verify-code/reset_password');\n                        },\n                        child: Text(\n                          \"忘记密码?\",\n                          style: TextStyle(\n                            color: WcaoTheme.secondary,\n                            fontSize: 12,\n                          ),\n                        ),\n                      )\n                    ],\n                  ),\n                ),\n                Container(\n                  margin: const EdgeInsets.only(top: 16),\n                  child: Row(\n                    mainAxisAlignment: MainAxisAlignment.center,\n                    children: [\n                      Text(\n                        \"登录即同意\",\n                        style: TextStyle(color: WcaoTheme.placeholder),\n                      ),\n                      InkWell(child: const Text('《用户协议》'), onTap: () {}),\n                      Text(\n                        \"及\",\n                        style: TextStyle(color: WcaoTheme.placeholder),\n                      ),\n                      InkWell(child: const Text('《隐私政策》'), onTap: () {}),\n                    ],\n                  ),\n                ),\n              ],\n            ),\n          ),\n        ),\n      ),\n    );\n  }\n\n  /// 密码登录\n  Column buildPassWord() {\n    return Column(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          child: Wrap(\n            children: [\n              Text(\n                '密码',\n                style: TextStyle(\n                  fontSize: 14,\n                  color: WcaoTheme.placeholder,\n                  fontWeight: FontWeight.w500,\n                ),\n              ),\n            ],\n          ),\n        ),\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          height: 50,\n          child: TextField(\n            keyboardType: TextInputType.visiblePassword,\n            obscureText: true,\n            enableSuggestions: false,\n            autocorrect: false,\n            decoration: InputDecoration(\n              hintText: \"请输入密码\",\n              contentPadding:\n                  const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n              enabledBorder: OutlineInputBorder(\n                borderRadius: BorderRadius.circular(8),\n                borderSide: BorderSide(\n                  color: WcaoTheme.outline,\n                  width: 2,\n                ),\n              ),\n              focusedBorder: OutlineInputBorder(\n                borderRadius: BorderRadius.circular(8),\n                borderSide: BorderSide(\n                  color: WcaoTheme.primaryFocus,\n                  width: 2,\n                ),\n              ),\n            ),\n          ),\n        ),\n      ],\n    );\n  }\n\n  /// 登录按钮\n  InkWell loginButton() {\n    return InkWell(\n      onTap: () {\n        TokenController.to.set();\n        Get.offAllNamed('/home');\n      },\n      child: Container(\n        margin: const EdgeInsets.only(top: 36),\n        alignment: Alignment.center,\n        width: double.infinity,\n        height: 44,\n        decoration: BoxDecoration(\n          color: WcaoTheme.primary,\n          borderRadius: WcaoTheme.radius,\n        ),\n        child: const Text(\n          '登录',\n          style: TextStyle(\n              fontSize: 18, fontWeight: FontWeight.w500, color: Colors.white),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/login/verify_code.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/pages/login/widgets/head.dart';\nimport 'package:flutter_dating_template/state/token.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\n/// HACK: 验证码登录\n\nclass LoginVerifyCode extends StatefulWidget {\n  const LoginVerifyCode({Key? key}) : super(key: key);\n\n  @override\n  State<LoginVerifyCode> createState() => _LoginState();\n}\n\nclass _LoginState extends State<LoginVerifyCode> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      body: SafeArea(\n        child: InkWell(\n          onTap: () {\n            FocusManager.instance.primaryFocus?.unfocus();\n          },\n          child: Container(\n            alignment: Alignment.centerLeft,\n            padding: const EdgeInsets.symmetric(horizontal: 26),\n            margin: const EdgeInsets.only(bottom: 56),\n            child: Column(\n              mainAxisAlignment: MainAxisAlignment.center,\n              crossAxisAlignment: CrossAxisAlignment.start,\n              children: [\n                const Head(),\n                buildVerifyCode(),\n                loginButton(),\n                InkWell(\n                  onTap: () {\n                    Navigator.pushReplacementNamed(context, '/login/password');\n                  },\n                  child: Container(\n                    margin: const EdgeInsets.only(top: 16),\n                    alignment: Alignment.center,\n                    child: Text(\n                      \"密码登录\",\n                      style: TextStyle(\n                        color: WcaoTheme.primaryFocus,\n                        fontWeight: FontWeight.w500,\n                      ),\n                    ),\n                  ),\n                ),\n                Container(\n                  margin: const EdgeInsets.only(top: 16),\n                  child: Row(\n                    mainAxisAlignment: MainAxisAlignment.center,\n                    children: [\n                      Text(\n                        \"登录即同意\",\n                        style: TextStyle(color: WcaoTheme.placeholder),\n                      ),\n                      InkWell(\n                        child: const Text('《用户协议》'),\n                        onTap: () =>\n                            Navigator.pushNamed(context, \"/agreement/user\"),\n                      ),\n                      Text(\n                        \"及\",\n                        style: TextStyle(color: WcaoTheme.placeholder),\n                      ),\n                      InkWell(\n                        child: const Text('《隐私政策》'),\n                        onTap: () =>\n                            Navigator.pushNamed(context, \"/agreement/privacy\"),\n                      ),\n                    ],\n                  ),\n                ),\n              ],\n            ),\n          ),\n        ),\n      ),\n    );\n  }\n\n  /// 密码登录\n  Column buildPassWord() {\n    return Column(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          child: Wrap(\n            children: [\n              Text(\n                '密码',\n                style: TextStyle(\n                  fontSize: 14,\n                  color: WcaoTheme.placeholder,\n                  fontWeight: FontWeight.w500,\n                ),\n              ),\n            ],\n          ),\n        ),\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          height: 50,\n          child: TextField(\n            decoration: InputDecoration(\n              contentPadding:\n                  const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n              enabledBorder: OutlineInputBorder(\n                borderRadius: BorderRadius.circular(8),\n                borderSide: BorderSide(\n                  color: WcaoTheme.outline,\n                  width: 2,\n                ),\n              ),\n              focusedBorder: OutlineInputBorder(\n                borderRadius: BorderRadius.circular(8),\n                borderSide: BorderSide(\n                  color: WcaoTheme.primaryFocus,\n                  width: 2,\n                ),\n              ),\n            ),\n          ),\n        ),\n      ],\n    );\n  }\n\n  /// 登录按钮\n  InkWell loginButton() {\n    return InkWell(\n      onTap: () {\n        // HACK: 验证码登录\n        TokenController.to.set();\n        Get.offAllNamed('/home');\n      },\n      child: Container(\n        margin: const EdgeInsets.only(top: 36),\n        alignment: Alignment.center,\n        width: double.infinity,\n        height: 44,\n        decoration: BoxDecoration(\n          color: WcaoTheme.primary,\n          borderRadius: WcaoTheme.radius,\n        ),\n        child: const Text(\n          '登录',\n          style: TextStyle(\n              fontSize: 18, fontWeight: FontWeight.w500, color: Colors.white),\n        ),\n      ),\n    );\n  }\n\n  /// 验证码\n  Column buildVerifyCode() {\n    return Column(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          child: Wrap(\n            children: [\n              Text(\n                '验证码',\n                style: TextStyle(\n                  fontSize: 14,\n                  color: WcaoTheme.placeholder,\n                  fontWeight: FontWeight.w500,\n                ),\n              ),\n            ],\n          ),\n        ),\n        Stack(\n          children: [\n            Container(\n              margin: const EdgeInsets.only(top: 12),\n              height: 50,\n              child: TextField(\n                keyboardType: TextInputType.number,\n                maxLines: 1,\n                maxLength: 6,\n                decoration: InputDecoration(\n                  counterText: \"\",\n                  hintText: \"请输入验证码\",\n                  contentPadding:\n                      const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n                  enabledBorder: OutlineInputBorder(\n                    borderRadius: BorderRadius.circular(8),\n                    borderSide: BorderSide(\n                      color: WcaoTheme.outline,\n                      width: 2,\n                    ),\n                  ),\n                  focusedBorder: OutlineInputBorder(\n                    borderRadius: BorderRadius.circular(8),\n                    borderSide: BorderSide(\n                      color: WcaoTheme.primaryFocus,\n                      width: 2,\n                    ),\n                  ),\n                ),\n              ),\n            ),\n            Positioned(\n              right: 0,\n              bottom: 0,\n              child: InkWell(\n                onTap: () {},\n                child: Container(\n                  padding: const EdgeInsets.only(right: 16),\n                  alignment: Alignment.center,\n                  height: 50,\n                  child: Text(\n                    \"获取验证码\",\n                    style: TextStyle(\n                      fontSize: 14,\n                      color: WcaoTheme.primary,\n                      fontWeight: FontWeight.bold,\n                    ),\n                  ),\n                ),\n              ),\n            )\n          ],\n        ),\n      ],\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/login/widgets/head.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass Head extends StatefulWidget {\n  const Head({Key? key}) : super(key: key);\n\n  @override\n  State<Head> createState() => _HeadState();\n}\n\nclass _HeadState extends State<Head> {\n  @override\n  Widget build(BuildContext context) {\n    return Column(\n      crossAxisAlignment: CrossAxisAlignment.start,\n      children: [\n        Text(\n          '登录/注册',\n          style: TextStyle(\n            fontSize: 30,\n            fontWeight: FontWeight.w500,\n            color: WcaoTheme.base,\n          ),\n        ),\n        Container(\n          margin: const EdgeInsets.only(top: 36),\n          child: Wrap(\n            children: [\n              Text(\n                '手机号码',\n                style: TextStyle(\n                  fontSize: 14,\n                  color: WcaoTheme.placeholder,\n                  fontWeight: FontWeight.w500,\n                ),\n              ),\n            ],\n          ),\n        ),\n        Container(\n          margin: const EdgeInsets.only(top: 12),\n          height: 50,\n          child: TextField(\n            keyboardType: TextInputType.phone,\n            maxLength: 11,\n            decoration: InputDecoration(\n              counterText: \"\",\n              hintText: \"请输入手机号码\",\n              contentPadding:\n                  const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n              enabledBorder: OutlineInputBorder(\n                borderRadius: BorderRadius.circular(8),\n                borderSide: BorderSide(\n                  color: WcaoTheme.outline,\n                  width: 2,\n                ),\n              ),\n              focusedBorder: OutlineInputBorder(\n                borderRadius: BorderRadius.circular(8),\n                borderSide: BorderSide(\n                  color: WcaoTheme.primaryFocus,\n                  width: 2,\n                ),\n              ),\n            ),\n          ),\n        ),\n      ],\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/about/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\nclass SettingsAbout extends StatefulWidget {\n  const SettingsAbout({Key? key}) : super(key: key);\n\n  @override\n  State<SettingsAbout> createState() => _SettingsAboutState();\n}\n\nclass _SettingsAboutState extends State<SettingsAbout> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('关于我们'),\n      ),\n      body: SafeArea(\n        child: Container(\n          padding: const EdgeInsets.only(top: 80, bottom: 40),\n          child: Column(\n            mainAxisAlignment: MainAxisAlignment.spaceBetween,\n            children: [\n              Column(\n                children: [\n                  Container(\n                    width: 64,\n                    height: 64,\n                    decoration: BoxDecoration(\n                      color: WcaoTheme.primary,\n                      borderRadius: BorderRadius.circular(8),\n                    ),\n                    child: Icon(\n                      Icons.baby_changing_station,\n                      color: Colors.white,\n                      size: WcaoTheme.fsBase * 3,\n                    ),\n                  ),\n                  Container(\n                    margin: const EdgeInsets.only(top: 12),\n                    child: Text(\n                      '爱交友',\n                      style: TextStyle(\n                        fontSize: WcaoTheme.fsBase * 1.75,\n                        fontWeight: FontWeight.bold,\n                      ),\n                    ),\n                  ),\n                  Container(\n                    margin: const EdgeInsets.only(top: 12),\n                    child: Text(\n                      'V1.0.0',\n                      style: TextStyle(\n                        color: WcaoTheme.secondary,\n                      ),\n                    ),\n                  ),\n                ],\n              ),\n              Row(\n                mainAxisAlignment: MainAxisAlignment.center,\n                children: [\n                  InkWell(\n                    onTap: () => Get.toNamed('/agreement/privacy'),\n                    child: Text(\n                      '隐私政策',\n                      style: TextStyle(\n                        color: WcaoTheme.secondary,\n                      ),\n                    ),\n                  ),\n                  Container(\n                    width: .5,\n                    color: WcaoTheme.outline,\n                    height: 12,\n                    margin: const EdgeInsets.symmetric(horizontal: 12),\n                  ),\n                  InkWell(\n                    onTap: () => Get.toNamed('/agreement/user'),\n                    child: Text(\n                      '用户协议',\n                      style: TextStyle(\n                        color: WcaoTheme.secondary,\n                      ),\n                    ),\n                  ),\n                ],\n              )\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/account/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/cell.dart';\nimport 'package:get/get.dart';\n\n/// HACK: 账户设置\n\nclass SettingsAccount extends StatefulWidget {\n  const SettingsAccount({Key? key}) : super(key: key);\n\n  @override\n  State<SettingsAccount> createState() => _SettingsAccountState();\n}\n\nclass _SettingsAccountState extends State<SettingsAccount> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('账号设置'),\n      ),\n      body: SafeArea(\n        child: Column(\n          children: [\n            Cell('修改密码', onTap: () => Get.toNamed('/password/update')),\n            Cell('更换绑定手机号',\n                onTap: () => Get.toNamed('/settings/account/update-phone')),\n            Cell('注销账号', onTap: () => Get.toNamed('/settings/account/logout')),\n          ],\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/account/logout.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/state/token.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\nclass AccountLogout extends StatefulWidget {\n  const AccountLogout({Key? key}) : super(key: key);\n\n  @override\n  State<AccountLogout> createState() => _AccountLogoutState();\n}\n\nclass _AccountLogoutState extends State<AccountLogout> {\n  List<String> texts = [\n    '用户按照页面给与的提示完成全部注册步骤后，即成为知闻的用户，用户应自行保管账号及密码，并准确、安全地使用其账号及密码。知闻可通过用户自行设定，向用户提供个性化信息服务。',\n    '用户充分了解并同意，本平台为用户提供个性化信息服务，用户须为自己注册账号下的行为负责，包括用户所导入、上载、传送的任何内容以及由此产生的任何后果，用户应对知闻中的内容自行加以判断，并承担因使用内容而引起的所有风险。知闻不对因用户行为而导致的损失承担责任。',\n    \"任何由于黑客攻击、计算机病毒侵入或发作、因政府管制而造成的暂时性关闭等影响网络正常经营的不可抗力而造成的个人资料泄露、丢失、被盗用或被窜改等，本 APP 平台均得免责\",\n    \"用户提供的个人信息或发布的信息不真实、不准确、不合法；发表内容不符合本协议或发表内容不符合法律法规的，知闻有权暂停或终止用户使用本平台的服务。用户如果对知闻的暂停或者终止或收回其账号行为有异议，客户可向平台提出意见，要求其继续提供服务。知闻收到客户此类信息的投诉与意见，会审核相关信息，并及时对用户给予反馈。若信息确实不真实或不准确或不合法有效，知闻平台要求用户提供符合要求的信息。\",\n    \"本 APP 平台使用者因为违反本声明的规定而触犯中华人民共和国法律的，一切后果自己负责，本 APP 平台不承担任何责任。\",\n    \"本 APP 平台不保证为向用户提供便利而设置的外部链接的准确性和完整性，同时，对于该等外部链接指向的不由本 APP 平台实际控制的任何网页或平台上的内容，本 APP 平台不承担任何责任。\"\n  ];\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('账号注销'),\n      ),\n      body: SafeArea(\n        child: SingleChildScrollView(\n          child: Padding(\n            padding: const EdgeInsets.all(24),\n            child: Column(\n              crossAxisAlignment: CrossAxisAlignment.start,\n              children: [\n                Text(\n                  '在您确定注销前，请仔细阅读以下内容',\n                  style: TextStyle(\n                    fontSize: WcaoTheme.fsBase * 1.5,\n                    fontWeight: FontWeight.bold,\n                  ),\n                ),\n                Column(\n                  crossAxisAlignment: CrossAxisAlignment.start,\n                  children: texts\n                      .map(\n                        (e) => Container(\n                          margin: const EdgeInsets.only(top: 24),\n                          child: Text(\n                            e,\n                            style: TextStyle(\n                              fontSize: WcaoTheme.fsL,\n                              height: 1.75,\n                              fontWeight: FontWeight.w400,\n                            ),\n                          ),\n                        ),\n                      )\n                      .toList(),\n                ),\n                InkWell(\n                  onTap: () => showDialog<String>(\n                    context: context,\n                    builder: (BuildContext context) => AlertDialog(\n                      title: const Text('确认注销？'),\n                      content: const Text('注销了账号，数据将无法找回'),\n                      buttonPadding: EdgeInsets.zero,\n                      actions: [\n                        Row(\n                          children: [\n                            Expanded(\n                              child: InkWell(\n                                onTap: () async {\n                                  Get.back();\n                                  await WcaoUtils.loading(msg: \"注销中...\");\n                                  TokenController.to.delete();\n                                  await Future.delayed(\n                                      const Duration(seconds: 1));\n                                  WcaoUtils.dismiss();\n                                  Get.offAllNamed('/login/verify-code');\n                                },\n                                child: Container(\n                                  alignment: Alignment.center,\n                                  padding:\n                                      const EdgeInsets.symmetric(vertical: 12),\n                                  decoration: BoxDecoration(\n                                    border: Border(\n                                      top: BorderSide(\n                                        width: .5,\n                                        color: WcaoTheme.outline,\n                                      ),\n                                    ),\n                                  ),\n                                  child: Text(\n                                    '注销账号',\n                                    style: TextStyle(\n                                      color: Colors.red,\n                                      fontSize: WcaoTheme.fsL,\n                                    ),\n                                  ),\n                                ),\n                              ),\n                            ),\n                          ],\n                        ),\n                        Row(\n                          mainAxisAlignment: MainAxisAlignment.center,\n                          children: [\n                            Expanded(\n                              child: InkWell(\n                                onTap: () => Get.back(),\n                                child: Container(\n                                  alignment: Alignment.center,\n                                  decoration: BoxDecoration(\n                                    border: Border(\n                                      top: BorderSide(\n                                        width: .5,\n                                        color: WcaoTheme.outline,\n                                      ),\n                                    ),\n                                  ),\n                                  padding:\n                                      const EdgeInsets.symmetric(vertical: 12),\n                                  child: Text(\n                                    '取消',\n                                    style: TextStyle(\n                                      color: WcaoTheme.primary,\n                                      fontSize: WcaoTheme.fsL,\n                                    ),\n                                  ),\n                                ),\n                              ),\n                            ),\n                          ],\n                        ),\n                      ],\n                      actionsPadding: EdgeInsets.zero,\n                    ),\n                  ),\n                  // onTap: () async {\n\n                  //   await WcaoUtils.loading();\n                  //   TokenController.to.delete();\n                  //   await Future.delayed(const Duration(seconds: 2));\n                  //   WcaoUtils.dismiss();\n                  //   Get.offAllNamed('/login/verify-code');\n                  // },\n                  child: Container(\n                    margin: const EdgeInsets.only(top: 36),\n                    alignment: Alignment.center,\n                    width: double.infinity,\n                    height: 48,\n                    decoration: BoxDecoration(\n                      color: Colors.redAccent,\n                      borderRadius: WcaoTheme.radius,\n                    ),\n                    child: const Text(\n                      '确认注销',\n                      style: TextStyle(\n                          fontSize: 18,\n                          fontWeight: FontWeight.w500,\n                          color: Colors.white),\n                    ),\n                  ),\n                )\n              ],\n            ),\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/account/update_phone.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\n/// HACK: 账号设置-验证当前手机号\n\nclass AccountUpdatePhone extends StatefulWidget {\n  const AccountUpdatePhone({Key? key}) : super(key: key);\n\n  @override\n  State<AccountUpdatePhone> createState() => _AccountUpdatePhoneState();\n}\n\nclass _AccountUpdatePhoneState extends State<AccountUpdatePhone> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      backgroundColor: Colors.white,\n      appBar: AppBar(),\n      body: SafeArea(\n        child: Padding(\n          padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 48),\n          child: Column(\n            crossAxisAlignment: CrossAxisAlignment.start,\n            children: [\n              Text(\n                '更换手机号',\n                style: TextStyle(\n                  fontSize: WcaoTheme.fsBase * 2,\n                  fontWeight: FontWeight.bold,\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 12),\n                child: Text(\n                  '更换新手机号后，请重新登录APP',\n                  style: TextStyle(color: WcaoTheme.secondary),\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 48),\n                height: 50,\n                child: TextField(\n                  keyboardType: TextInputType.phone,\n                  maxLength: 11,\n                  decoration: InputDecoration(\n                    counterText: \"\",\n                    hintText: \"请输入手机号码\",\n                    contentPadding:\n                        const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n                    enabledBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.outline,\n                        width: 2,\n                      ),\n                    ),\n                    focusedBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.primaryFocus,\n                        width: 2,\n                      ),\n                    ),\n                  ),\n                ),\n              ),\n              InkWell(\n                onTap: () {\n                  Get.toNamed('/verify-code/update_phone');\n                },\n                child: Container(\n                  margin: const EdgeInsets.only(top: 36),\n                  alignment: Alignment.center,\n                  width: double.infinity,\n                  height: 48,\n                  decoration: BoxDecoration(\n                    color: WcaoTheme.primary,\n                    borderRadius: WcaoTheme.radius,\n                  ),\n                  child: const Text(\n                    '更换',\n                    style: TextStyle(\n                        fontSize: 18,\n                        fontWeight: FontWeight.w500,\n                        color: Colors.white),\n                  ),\n                ),\n              )\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/account/update_phone2.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\n/// HACK: 账号设置-更换手机号\n\nclass AccountUpdatePhone2 extends StatefulWidget {\n  const AccountUpdatePhone2({Key? key}) : super(key: key);\n\n  @override\n  State<AccountUpdatePhone2> createState() => _AccountUpdatePhone2State();\n}\n\nclass _AccountUpdatePhone2State extends State<AccountUpdatePhone2> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      backgroundColor: Colors.white,\n      appBar: AppBar(),\n      body: SafeArea(\n        child: Padding(\n          padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 48),\n          child: Column(\n            crossAxisAlignment: CrossAxisAlignment.start,\n            children: [\n              Text(\n                '更换手机号',\n                style: TextStyle(\n                  fontSize: WcaoTheme.fsBase * 2,\n                  fontWeight: FontWeight.bold,\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 12),\n                child: Text(\n                  '请填写重新绑定的手机号',\n                  style: TextStyle(color: WcaoTheme.secondary),\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 48),\n                height: 50,\n                child: TextField(\n                  keyboardType: TextInputType.phone,\n                  maxLength: 11,\n                  decoration: InputDecoration(\n                    counterText: \"\",\n                    hintText: \"请输入手机号码\",\n                    contentPadding:\n                        const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n                    enabledBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.outline,\n                        width: 2,\n                      ),\n                    ),\n                    focusedBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.primaryFocus,\n                        width: 2,\n                      ),\n                    ),\n                  ),\n                ),\n              ),\n              InkWell(\n                onTap: () async {\n                  await WcaoUtils.toast('更换成功');\n                  Get.toNamed('/login/verify-code');\n                },\n                child: Container(\n                  margin: const EdgeInsets.only(top: 36),\n                  alignment: Alignment.center,\n                  width: double.infinity,\n                  height: 48,\n                  decoration: BoxDecoration(\n                    color: WcaoTheme.primary,\n                    borderRadius: WcaoTheme.radius,\n                  ),\n                  child: const Text(\n                    '更换',\n                    style: TextStyle(\n                        fontSize: 18,\n                        fontWeight: FontWeight.w500,\n                        color: Colors.white),\n                  ),\n                ),\n              )\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/backlist/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass SettingsBacklist extends StatefulWidget {\n  const SettingsBacklist({Key? key}) : super(key: key);\n\n  @override\n  State<SettingsBacklist> createState() => _SettingsBacklistState();\n}\n\nclass _SettingsBacklistState extends State<SettingsBacklist> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('黑名单'),\n      ),\n      body: SafeArea(\n        child: ListView.builder(\n          itemCount: 12,\n          itemBuilder: (ctx, index) {\n            return Container(\n              padding: const EdgeInsets.symmetric(horizontal: 12),\n              child: Container(\n                padding: const EdgeInsets.symmetric(vertical: 16),\n                decoration: BoxDecoration(\n                  border: Border(\n                    bottom: BorderSide(\n                      width: .5,\n                      color: WcaoTheme.outline,\n                    ),\n                  ),\n                ),\n                child: Row(\n                  children: [\n                    Container(\n                      width: 56,\n                      height: 56,\n                      margin: const EdgeInsets.only(right: 12),\n                      child: ClipRRect(\n                        borderRadius: BorderRadius.circular(28),\n                        child: Image.network(WcaoUtils.getRandomImage()),\n                      ),\n                    ),\n                    Expanded(\n                      child: Row(\n                        mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                        children: [\n                          Column(\n                            crossAxisAlignment: CrossAxisAlignment.start,\n                            children: [\n                              Text(\n                                '西瓜',\n                                style: TextStyle(\n                                  fontSize: WcaoTheme.fsL,\n                                  fontWeight: FontWeight.bold,\n                                ),\n                              ),\n                              Text(\n                                '人生在世，及时行乐',\n                                style: TextStyle(\n                                  color: WcaoTheme.secondary,\n                                ),\n                              ),\n                            ],\n                          ),\n                          Container(\n                            width: 76,\n                            height: 32,\n                            alignment: Alignment.center,\n                            decoration: BoxDecoration(\n                              color: WcaoTheme.placeholder,\n                              borderRadius: BorderRadius.circular(32),\n                            ),\n                            child: const Text(\n                              '移除',\n                              style: TextStyle(color: Colors.white),\n                            ),\n                          )\n                        ],\n                      ),\n                    )\n                  ],\n                ),\n              ),\n            );\n          },\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/cell.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\n/// HACK: 设置\n\nclass Settings extends StatefulWidget {\n  const Settings({Key? key}) : super(key: key);\n\n  @override\n  State<Settings> createState() => _SettingsState();\n}\n\nclass _SettingsState extends State<Settings> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text(\"设置\"),\n      ),\n      body: SafeArea(\n        child: Container(\n          padding: const EdgeInsets.symmetric(horizontal: 12),\n          child: Column(\n            children: [\n              Cell(\n                '账号安全',\n                onTap: () => Get.toNamed('/settings/account'),\n              ),\n              Cell(\n                '消息通知',\n                onTap: () => Get.toNamed('/settings/notification'),\n              ),\n              Cell(\n                '隐私设置',\n                onTap: () => Get.toNamed('/settings/privacy'),\n              ),\n              Cell(\n                '清除缓存',\n                right: Text(\n                  '190M',\n                  style: TextStyle(fontSize: WcaoTheme.fsL),\n                ),\n                onTap: () => bottomConfirm(context),\n              ),\n              Cell('关于我们', onTap: () => Get.toNamed('/settings/about')),\n              Cell(\n                '退出登录',\n                border: false,\n                onTap: () => Get.offAndToNamed('/login/verify-code'),\n              ),\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n\n  Future<dynamic> bottomConfirm(BuildContext context) {\n    return showModalBottomSheet(\n      backgroundColor: Colors.transparent,\n      context: context,\n      builder: (ctx) {\n        return Container(\n          height: 200,\n          padding: const EdgeInsets.all(12),\n          child: Column(\n            children: [\n              Container(\n                padding: const EdgeInsets.only(top: 12),\n                decoration: BoxDecoration(\n                  color: Colors.white,\n                  borderRadius: BorderRadius.circular(8),\n                ),\n                child: Column(\n                  children: [\n                    Text(\n                      '清除所有缓存记录',\n                      style: TextStyle(\n                        color: WcaoTheme.secondary,\n                      ),\n                    ),\n                    InkWell(\n                      onTap: () => Get.back(),\n                      child: Container(\n                        alignment: Alignment.center,\n                        margin: const EdgeInsets.only(top: 12),\n                        width: double.maxFinite,\n                        padding: const EdgeInsets.symmetric(vertical: 12),\n                        decoration: BoxDecoration(\n                          border: Border(\n                            top: BorderSide(\n                              width: 1,\n                              color: WcaoTheme.outline,\n                            ),\n                          ),\n                        ),\n                        child: Text(\n                          '清除缓存',\n                          style: TextStyle(\n                            color: Colors.red,\n                            fontWeight: FontWeight.bold,\n                            fontSize: WcaoTheme.fsXl,\n                          ),\n                        ),\n                      ),\n                    ),\n                  ],\n                ),\n              ),\n              InkWell(\n                onTap: () => Get.back(),\n                child: Container(\n                  margin: const EdgeInsets.only(top: 12),\n                  alignment: Alignment.center,\n                  width: double.maxFinite,\n                  padding: const EdgeInsets.symmetric(vertical: 12),\n                  decoration: BoxDecoration(\n                    color: Colors.white,\n                    borderRadius: BorderRadius.circular(8),\n                  ),\n                  child: Text(\n                    '取消',\n                    style: TextStyle(\n                      color: Colors.blue,\n                      fontWeight: FontWeight.bold,\n                      fontSize: WcaoTheme.fsXl,\n                    ),\n                  ),\n                ),\n              ),\n            ],\n          ),\n        );\n      },\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/notification/index.dart",
    "content": "import 'package:flutter/cupertino.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/cell.dart';\n\n/// HACK: 消息通知\n\nclass SettingsNotification extends StatefulWidget {\n  const SettingsNotification({Key? key}) : super(key: key);\n\n  @override\n  State<SettingsNotification> createState() => _SettingsNotificationState();\n}\n\nclass _SettingsNotificationState extends State<SettingsNotification> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('消息通知'),\n      ),\n      body: SafeArea(\n        child: Container(\n          padding: const EdgeInsets.symmetric(horizontal: 12),\n          child: Column(\n            children: [\n              Cell(\n                '允许新消息通知',\n                right: Transform.scale(\n                  scale: .8,\n                  child: CupertinoSwitch(\n                    value: false,\n                    onChanged: (value) {},\n                  ),\n                ),\n              ),\n              Cell(\n                '声音提示',\n                right: Transform.scale(\n                  scale: .8,\n                  child: CupertinoSwitch(\n                    value: false,\n                    onChanged: (value) {},\n                  ),\n                ),\n              ),\n              Cell(\n                '震动提示',\n                right: Transform.scale(\n                  scale: .8,\n                  child: CupertinoSwitch(\n                    value: false,\n                    onChanged: (value) {},\n                  ),\n                ),\n              ),\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/password/reset.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\n/// HACK: 设置新密码\n\nclass PasswordReset extends StatefulWidget {\n  const PasswordReset({Key? key}) : super(key: key);\n\n  @override\n  State<PasswordReset> createState() => _NewPasswordState();\n}\n\nclass _NewPasswordState extends State<PasswordReset> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n        body: SafeArea(\n      child: InkWell(\n        onTap: () {\n          FocusManager.instance.primaryFocus?.unfocus();\n        },\n        child: Container(\n          alignment: Alignment.centerLeft,\n          padding: const EdgeInsets.symmetric(horizontal: 26),\n          margin: const EdgeInsets.only(bottom: 56),\n          child: Column(\n            mainAxisAlignment: MainAxisAlignment.center,\n            crossAxisAlignment: CrossAxisAlignment.start,\n            children: [\n              Text(\n                '设置新密码',\n                style: TextStyle(\n                  fontSize: 30,\n                  fontWeight: FontWeight.w500,\n                  color: WcaoTheme.base,\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 12),\n                child: Text(\n                  '密码至少8位，包含数字/字母/字符组合',\n                  style: TextStyle(color: WcaoTheme.secondary),\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 36),\n                height: 50,\n                child: TextField(\n                  keyboardType: TextInputType.visiblePassword,\n                  obscureText: true,\n                  enableSuggestions: false,\n                  autocorrect: false,\n                  decoration: InputDecoration(\n                    hintText: \"请输入新密码\",\n                    contentPadding:\n                        const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n                    enabledBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.outline,\n                        width: 2,\n                      ),\n                    ),\n                    focusedBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.primaryFocus,\n                        width: 2,\n                      ),\n                    ),\n                  ),\n                ),\n              ),\n              InkWell(\n                onTap: () async {\n                  await WcaoUtils.toast('密码重置成功！');\n                  Get.offAllNamed('/login/password');\n                },\n                child: Container(\n                  height: 50,\n                  margin: const EdgeInsets.only(top: 36),\n                  width: double.infinity,\n                  decoration: BoxDecoration(\n                    borderRadius: WcaoTheme.radius,\n                    color: WcaoTheme.primary,\n                  ),\n                  alignment: Alignment.center,\n                  child: const Text(\n                    '确认',\n                    style: TextStyle(color: Colors.white, fontSize: 16),\n                  ),\n                ),\n              )\n            ],\n          ),\n        ),\n      ),\n    ));\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/password/update.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/state/token.dart';\nimport 'package:flutter_dating_template/wcao/kit/index.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\nclass PasswordUpdate extends StatefulWidget {\n  const PasswordUpdate({Key? key}) : super(key: key);\n\n  @override\n  State<PasswordUpdate> createState() => _PasswordUpdateState();\n}\n\nclass _PasswordUpdateState extends State<PasswordUpdate> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n        appBar: AppBar(\n          title: const Text(\"修改密码\"),\n        ),\n        body: SafeArea(\n          child: Padding(\n            padding: const EdgeInsets.all(24),\n            child: Column(\n              children: [\n                TextField(\n                  keyboardType: TextInputType.visiblePassword,\n                  obscureText: true,\n                  enableSuggestions: false,\n                  autocorrect: false,\n                  decoration: InputDecoration(\n                    hintText: \"请输入原密码\",\n                    contentPadding:\n                        const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n                    enabledBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.outline,\n                        width: 2,\n                      ),\n                    ),\n                    focusedBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.primaryFocus,\n                        width: 2,\n                      ),\n                    ),\n                  ),\n                ),\n                Container(\n                  margin: const EdgeInsets.only(top: 12),\n                  child: TextField(\n                    keyboardType: TextInputType.visiblePassword,\n                    obscureText: true,\n                    enableSuggestions: false,\n                    autocorrect: false,\n                    decoration: InputDecoration(\n                      hintText: \"请输入新密码\",\n                      contentPadding: const EdgeInsets.symmetric(\n                          vertical: 0, horizontal: 16),\n                      enabledBorder: OutlineInputBorder(\n                        borderRadius: BorderRadius.circular(8),\n                        borderSide: BorderSide(\n                          color: WcaoTheme.outline,\n                          width: 2,\n                        ),\n                      ),\n                      focusedBorder: OutlineInputBorder(\n                        borderRadius: BorderRadius.circular(8),\n                        borderSide: BorderSide(\n                          color: WcaoTheme.primaryFocus,\n                          width: 2,\n                        ),\n                      ),\n                    ),\n                  ),\n                ),\n                Container(\n                  margin: const EdgeInsets.only(top: 12),\n                  child: TextField(\n                    keyboardType: TextInputType.visiblePassword,\n                    obscureText: true,\n                    enableSuggestions: false,\n                    autocorrect: false,\n                    decoration: InputDecoration(\n                      hintText: \"再次输入密码\",\n                      contentPadding: const EdgeInsets.symmetric(\n                          vertical: 0, horizontal: 16),\n                      enabledBorder: OutlineInputBorder(\n                        borderRadius: BorderRadius.circular(8),\n                        borderSide: BorderSide(\n                          color: WcaoTheme.outline,\n                          width: 2,\n                        ),\n                      ),\n                      focusedBorder: OutlineInputBorder(\n                        borderRadius: BorderRadius.circular(8),\n                        borderSide: BorderSide(\n                          color: WcaoTheme.primaryFocus,\n                          width: 2,\n                        ),\n                      ),\n                    ),\n                  ),\n                ),\n                Container(\n                  margin: const EdgeInsets.only(top: 12),\n                  child: Row(\n                    mainAxisAlignment: MainAxisAlignment.spaceBetween,\n                    children: [\n                      Text(\n                        '密码至少8位，包含数字/字母/字符组合',\n                        style: TextStyle(color: WcaoTheme.secondary),\n                      ),\n                      InkWell(\n                        onTap: () => Get.toNamed('/password/forget'),\n                        child: Text(\n                          \"忘记密码？\",\n                          style: TextStyle(color: WcaoTheme.primary),\n                        ),\n                      )\n                    ],\n                  ),\n                ),\n                InkWell(\n                  onTap: () async {\n                    await WcaoUtils.toast('密码重置成功');\n                    TokenController.to.delete();\n                    Get.offAllNamed('/login/password');\n                  },\n                  child: Container(\n                    height: 50,\n                    margin: const EdgeInsets.only(top: 36),\n                    width: double.infinity,\n                    decoration: BoxDecoration(\n                      borderRadius: WcaoTheme.radius,\n                      color: WcaoTheme.primary,\n                    ),\n                    alignment: Alignment.center,\n                    child: const Text(\n                      '确认',\n                      style: TextStyle(color: Colors.white, fontSize: 16),\n                    ),\n                  ),\n                )\n              ],\n            ),\n          ),\n        ));\n  }\n}\n"
  },
  {
    "path": "lib/pages/settings/privacy/index.dart",
    "content": "import 'package:flutter/cupertino.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/cell.dart';\nimport 'package:get/get.dart';\n\nclass SettingsPrivacy extends StatefulWidget {\n  const SettingsPrivacy({Key? key}) : super(key: key);\n\n  @override\n  State<SettingsPrivacy> createState() => _SettingsPrivacyState();\n}\n\nclass _SettingsPrivacyState extends State<SettingsPrivacy> {\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: const Text('隐私'),\n      ),\n      body: SafeArea(\n        child: Column(\n          children: [\n            Cell(\n              '屏蔽联系人',\n              right: Transform.scale(\n                scale: .8,\n                child: CupertinoSwitch(\n                  value: false,\n                  onChanged: (value) {},\n                ),\n              ),\n            ),\n            Cell(\n              '允许他人看到我的关注和被关注',\n              right: Transform.scale(\n                scale: .8,\n                child: CupertinoSwitch(\n                  value: false,\n                  onChanged: (value) {},\n                ),\n              ),\n            ),\n            Cell(\n              '黑名单',\n              onTap: () => Get.toNamed('/settings/backlist'),\n            ),\n          ],\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/pages/verify_code/index.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\nimport 'package:get/get.dart';\n\n/// HACK: 账号设置-验证码确认\n\nclass VerifyCode extends StatefulWidget {\n  const VerifyCode({Key? key}) : super(key: key);\n\n  @override\n  State<VerifyCode> createState() => _VerifyCodeState();\n}\n\nclass _VerifyCodeState extends State<VerifyCode> {\n  /// update_phone 更换手机号验证\n  /// reset_password 重置密码\n  late String type;\n\n  @override\n  void initState() {\n    super.initState();\n\n    setState(() {\n      type = Get.parameters['type'] as String;\n    });\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      backgroundColor: Colors.white,\n      appBar: AppBar(),\n      body: SafeArea(\n        child: Padding(\n          padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 48),\n          child: Column(\n            crossAxisAlignment: CrossAxisAlignment.start,\n            children: [\n              Text(\n                '验证码已发送',\n                style: TextStyle(\n                  fontSize: WcaoTheme.fsBase * 2,\n                  fontWeight: FontWeight.bold,\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 12),\n                child: Text(\n                  '+188888888888',\n                  style: TextStyle(color: WcaoTheme.secondary),\n                ),\n              ),\n              Container(\n                margin: const EdgeInsets.only(top: 48),\n                height: 50,\n                child: TextField(\n                  keyboardType: TextInputType.phone,\n                  maxLength: 6,\n                  decoration: InputDecoration(\n                    counterText: \"\",\n                    hintText: \"请输入验证码\",\n                    contentPadding:\n                        const EdgeInsets.symmetric(vertical: 0, horizontal: 16),\n                    enabledBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.outline,\n                        width: 2,\n                      ),\n                    ),\n                    focusedBorder: OutlineInputBorder(\n                      borderRadius: BorderRadius.circular(8),\n                      borderSide: BorderSide(\n                        color: WcaoTheme.primaryFocus,\n                        width: 2,\n                      ),\n                    ),\n                  ),\n                ),\n              ),\n              InkWell(\n                onTap: () async {\n                  if (type == 'reset_password') {\n                    Get.toNamed('/password/reset');\n                  } else if (type == \"update_phone\") {\n                    Get.toNamed('/settings/account/update-phone2');\n                  }\n                },\n                child: Container(\n                  margin: const EdgeInsets.only(top: 36),\n                  alignment: Alignment.center,\n                  width: double.infinity,\n                  height: 48,\n                  decoration: BoxDecoration(\n                    color: WcaoTheme.primary,\n                    borderRadius: WcaoTheme.radius,\n                  ),\n                  child: const Text(\n                    '确认',\n                    style: TextStyle(\n                        fontSize: 18,\n                        fontWeight: FontWeight.w500,\n                        color: Colors.white),\n                  ),\n                ),\n              )\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/route.dart",
    "content": "import 'package:flutter_dating_template/pages/agreement/privacy.dart';\nimport 'package:flutter_dating_template/pages/agreement/user.dart';\nimport 'package:flutter_dating_template/pages/history_match/index.dart';\nimport 'package:flutter_dating_template/pages/home/index.dart';\nimport 'package:flutter_dating_template/pages/home/message/chat/index.dart';\nimport 'package:flutter_dating_template/pages/home/mine/add_tag/index.dart';\nimport 'package:flutter_dating_template/pages/home/mine/fans/index.dart';\nimport 'package:flutter_dating_template/pages/home/mine/firends/index.dart';\nimport 'package:flutter_dating_template/pages/home/mine/visitors/index.dart';\nimport 'package:flutter_dating_template/pages/home/publish/index.dart';\nimport 'package:flutter_dating_template/pages/login/password.dart';\nimport 'package:flutter_dating_template/pages/login/verify_code.dart';\nimport 'package:flutter_dating_template/pages/settings/about/index.dart';\nimport 'package:flutter_dating_template/pages/settings/account/index.dart';\nimport 'package:flutter_dating_template/pages/settings/account/logout.dart';\nimport 'package:flutter_dating_template/pages/settings/account/update_phone.dart';\nimport 'package:flutter_dating_template/pages/settings/account/update_phone2.dart';\nimport 'package:flutter_dating_template/pages/settings/backlist/index.dart';\nimport 'package:flutter_dating_template/pages/settings/index.dart';\nimport 'package:flutter_dating_template/pages/settings/notification/index.dart';\nimport 'package:flutter_dating_template/pages/settings/password/reset.dart';\nimport 'package:flutter_dating_template/pages/settings/password/update.dart';\nimport 'package:flutter_dating_template/pages/settings/privacy/index.dart';\nimport 'package:flutter_dating_template/pages/verify_code/index.dart';\nimport 'package:get/get.dart';\n\nList<GetPage<dynamic>> getRoutes = [\n  GetPage(name: '/home', page: () => const Home()),\n  GetPage(name: '/login/verify-code', page: () => const LoginVerifyCode()),\n  GetPage(name: '/login/password', page: () => const LoginPassword()),\n  GetPage(name: '/verify-code/:type', page: () => const VerifyCode()),\n  GetPage(name: '/password/reset', page: () => const PasswordReset()),\n  GetPage(name: '/password/update', page: () => const PasswordUpdate()),\n  GetPage(name: '/agreement/user', page: () => const AgreementUser()),\n  GetPage(name: '/agreement/privacy', page: () => const AgreementPrivacy()),\n  GetPage(name: '/history-match', page: () => const HistoryMatch()),\n  GetPage(name: '/settings', page: () => const Settings()),\n  GetPage(name: '/settings/account', page: () => const SettingsAccount()),\n  GetPage(\n      name: '/settings/account/update-phone',\n      page: () => const AccountUpdatePhone()),\n  GetPage(\n      name: '/settings/account/update-phone2',\n      page: () => const AccountUpdatePhone2()),\n  GetPage(name: '/settings/account/logout', page: () => const AccountLogout()),\n  GetPage(\n      name: '/settings/notification', page: () => const SettingsNotification()),\n  GetPage(name: '/settings/privacy', page: () => const SettingsPrivacy()),\n  GetPage(name: '/settings/backlist', page: () => const SettingsBacklist()),\n  GetPage(name: '/settings/about', page: () => const SettingsAbout()),\n  GetPage(name: \"/mine/add-tag\", page: () => const MineAddTag()),\n  GetPage(name: \"/mine/visitors\", page: () => const MineVisitors()),\n  GetPage(name: \"/mine/firends\", page: () => const MineFirends()),\n  GetPage(name: \"/mine/fans\", page: () => const MineFans()),\n  GetPage(name: \"/message/chat\", page: () => const MessageChat()),\n  GetPage(name: \"/publish\", page: () => const Publish()),\n];\n"
  },
  {
    "path": "lib/state/token.dart",
    "content": "import 'package:get/get.dart';\nimport 'package:dart_mock/dart_mock.dart' as mock;\n\nclass TokenController extends GetxController {\n  static TokenController get to => Get.find();\n\n  String token = \"\";\n\n  /// 设置token\n  void set() {\n    token = mock.sentence();\n    update();\n  }\n\n  /// 删除token\n  void delete() {\n    token = \"\";\n    update();\n  }\n}\n"
  },
  {
    "path": "lib/wcao/kit/index.dart",
    "content": "import 'package:cached_network_image/cached_network_image.dart';\nimport 'package:flutter/cupertino.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_easyloading/flutter_easyloading.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nconst assetHost = 'https://rao.pics/r';\n\nclass WcaoUtils {\n  /// toast\n  static toast(String msg) async {\n    await EasyLoading.showToast(msg);\n  }\n\n  /// loading\n  static loading({String? msg}) async {\n    await EasyLoading.show(status: msg ?? \"loading...\");\n  }\n\n  /// 关闭loading\n  static dismiss() {\n    EasyLoading.dismiss();\n  }\n\n  /// https://pub.flutter-io.cn/packages/cached_network_image\n  /// 缓存图片\n  static Widget imageCache(String url, {BoxFit? fit}) {\n    return CachedNetworkImage(\n      imageUrl: url,\n      fit: fit ?? BoxFit.fill,\n      placeholder: (context, url) => CupertinoActivityIndicator(\n        color: WcaoTheme.primary,\n      ),\n      errorWidget: (context, url, error) => const Icon(\n        Icons.error,\n        color: Colors.redAccent,\n      ),\n    );\n  }\n\n  static String getRandomImage() {\n    return '$assetHost?t=${DateTime.now()}';\n  }\n}\n"
  },
  {
    "path": "lib/wcao/ui/bottom_drive.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass BottomDrive extends StatelessWidget {\n  const BottomDrive({Key? key}) : super(key: key);\n\n  @override\n  Widget build(BuildContext context) {\n    return Container(\n      padding: const EdgeInsets.only(top: 12, bottom: 48, left: 48, right: 48),\n      color: Colors.white,\n      child: Row(\n        mainAxisAlignment: MainAxisAlignment.center,\n        children: [\n          Expanded(\n              child: Container(\n            height: .5,\n            color: WcaoTheme.placeholder,\n          )),\n          Container(\n            margin: const EdgeInsets.symmetric(horizontal: 12),\n            child:\n                Text('我是有底线的', style: TextStyle(color: WcaoTheme.placeholder)),\n          ),\n          Expanded(\n              child: Container(\n            height: .25,\n            color: WcaoTheme.placeholder,\n          )),\n        ],\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/wcao/ui/cell.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass Cell extends StatelessWidget {\n  const Cell(\n    this.text, {\n    Key? key,\n    this.border = true,\n    this.right,\n    this.onTap,\n  }) : super(key: key);\n\n  /// 底部 border 是否显示\n  final bool border;\n\n  /// 右侧文字\n  final String text;\n\n  /// 右侧内容\n  final Widget? right;\n\n  /// 点击回调\n  final VoidCallback? onTap;\n\n  @override\n  Widget build(BuildContext context) {\n    return Padding(\n      padding: const EdgeInsets.symmetric(horizontal: 12),\n      child: InkWell(\n        onTap: onTap,\n        child: Container(\n          padding: const EdgeInsets.symmetric(vertical: 16),\n          decoration: BoxDecoration(\n              border: Border(\n            bottom: BorderSide(\n                width: .5,\n                color: border ? WcaoTheme.outline : Colors.transparent),\n          )),\n          child: Row(\n            mainAxisAlignment: MainAxisAlignment.spaceBetween,\n            children: [\n              Text(\n                text,\n                style: TextStyle(\n                  fontSize: WcaoTheme.fsL,\n                  color: WcaoTheme.base,\n                ),\n              ),\n              right ??\n                  Icon(\n                    Icons.arrow_forward_ios,\n                    size: WcaoTheme.fsXl,\n                    color: WcaoTheme.secondary,\n                  )\n            ],\n          ),\n        ),\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/wcao/ui/main.dart",
    "content": "import 'package:flutter/material.dart';\n\nclass WcaoThemeTest {\n  WcaoThemeTest._internal();\n\n  factory WcaoThemeTest() => _instance;\n\n  static late final WcaoThemeTest _instance = WcaoThemeTest._internal();\n\n  /// Primary\n  static ThemeColorType get primary => _primary;\n  static late ThemeColorType _primary = ThemeColorType(Colors.blue);\n\n  /// Secondary\n  static ThemeColorType get secondary => _secondary;\n  static late ThemeColorType _secondary = ThemeColorType(Colors.deepOrange);\n\n  /// Error\n  static ThemeColorType get error => _error;\n  static late ThemeColorType _error = ThemeColorType(Colors.red);\n\n  static init({\n    ThemeColorType? primary,\n    ThemeColorType? secondary,\n    ThemeColorType? error,\n  }) {\n    _primary = primary!;\n    _secondary = secondary!;\n    _error = error!;\n  }\n}\n\nclass ThemeColorType {\n  /// 主色\n  final Color main;\n\n  /// lighten(main, amount)\n  final double lightAmount;\n\n  /// darken(main, amount)\n  final double darkAmount;\n\n  /// 主色 深色\n  get dark => _darken(main, darkAmount);\n\n  /// 主色 浅色\n  get light => _lighten(main, lightAmount);\n\n  ThemeColorType(this.main, {this.darkAmount = .07, this.lightAmount = .25})\n      : assert(darkAmount >= 0 && darkAmount <= 1),\n        assert(lightAmount >= 0 && lightAmount <= 1);\n\n  /// 深一点\n  Color _darken(Color color, [double amount = .1]) {\n    assert(amount >= 0 && amount <= 1);\n\n    final hsl = HSLColor.fromColor(color);\n    final hslDark = hsl.withLightness((hsl.lightness - amount).clamp(0.0, 1.0));\n\n    return hslDark.toColor();\n  }\n\n  /// 浅一点\n  Color _lighten(Color color, [double amount = .1]) {\n    assert(amount >= 0 && amount <= 1);\n\n    final hsl = HSLColor.fromColor(color);\n    final hslLight =\n        hsl.withLightness((hsl.lightness + amount).clamp(0.0, 1.0));\n\n    return hslLight.toColor();\n  }\n}\n"
  },
  {
    "path": "lib/wcao/ui/tag.dart",
    "content": "import 'package:flutter/material.dart';\nimport 'package:flutter_dating_template/wcao/ui/theme.dart';\n\nclass Tag extends StatelessWidget {\n  const Tag(\n    this.text, {\n    Key? key,\n    this.padding,\n    this.color = Colors.black,\n    this.backgroundColor,\n    this.borderRadius,\n    this.fontSize,\n    this.fontWeight,\n    this.close = false,\n    this.onClose,\n    this.border,\n  }) : super(key: key);\n\n  /// 文本\n  final String text;\n\n  /// 内边距\n  final EdgeInsets? padding;\n\n  /// 颜色\n  /// 背景颜色 color.withOpacity(.46)\n  final Color? color;\n\n  /// borderRadius\n  final BorderRadius? borderRadius;\n\n  /// fontSize\n  final double? fontSize;\n\n  /// 背景颜色\n  final Color? backgroundColor;\n\n  /// fontWeight\n  final FontWeight? fontWeight;\n\n  /// 关闭按钮\n  final bool close;\n\n  /// 关闭回调\n  final VoidCallback? onClose;\n\n  /// 边框\n  final Border? border;\n\n  @override\n  Widget build(BuildContext context) {\n    return Container(\n      padding: padding ??\n          const EdgeInsets.symmetric(\n            vertical: 2,\n            horizontal: 4,\n          ),\n      decoration: BoxDecoration(\n        color: backgroundColor ?? color?.withOpacity(.25),\n        borderRadius: borderRadius ?? BorderRadius.circular(0),\n        border: border,\n      ),\n      child: Row(\n        mainAxisSize: MainAxisSize.min,\n        children: [\n          Text(\n            text,\n            style: TextStyle(\n              fontSize: fontSize ?? WcaoTheme.fsSm,\n              color: color,\n              fontWeight: fontWeight,\n            ),\n          ),\n          close\n              ? InkWell(\n                  onTap: onClose,\n                  child: Container(\n                    margin: const EdgeInsets.only(left: 2),\n                    child: Icon(\n                      Icons.close,\n                      color: color,\n                      size: WcaoTheme.fsBase,\n                    ),\n                  ),\n                )\n              : Container(),\n        ],\n      ),\n    );\n  }\n}\n"
  },
  {
    "path": "lib/wcao/ui/theme.dart",
    "content": "import 'package:flutter/material.dart';\n\n/// 主题相近的颜色如何处理？\n///\n/// ```\n/// WcaoTheme.primay.withOpacity(.5);\n/// ```\n\nclass WcaoTheme {\n  /// 主题色\n  static Color primary = const Color(0xff937DFF);\n\n  /// 聚焦\n  static Color primaryFocus = const Color.fromRGBO(102, 110, 232, 1);\n\n  /// 文字主色\n  static Color base = const Color(0xff323232);\n\n  /// 次色\n  static Color secondary = const Color(0xff949494);\n\n  /// 辅助文字\n  static Color placeholder = const Color(0xffcccccc);\n\n  /// outline\n  static Color outline = const Color(0xffe4e4e4);\n\n  /// background color\n  static Color bgColor = const Color.fromRGBO(242, 242, 242, .4);\n\n  /// radius\n  static BorderRadius radius = BorderRadius.circular(8);\n\n  ///  fontSize 最小文字\n  static double fsXs = 10;\n\n  /// fontSize sm 次要文字\n  static double fsSm = 12;\n\n  /// fontSize base\n  static double fsBase = 14;\n\n  /// fontSize l 小标题\n  static double fsL = 16;\n\n  /// fontSize xl 标题\n  static double fsXl = 18;\n}\n"
  },
  {
    "path": "linux/.gitignore",
    "content": "flutter/ephemeral\n"
  },
  {
    "path": "linux/CMakeLists.txt",
    "content": "cmake_minimum_required(VERSION 3.10)\nproject(runner LANGUAGES CXX)\n\nset(BINARY_NAME \"flutter_dating_template\")\nset(APPLICATION_ID \"com.example.flutter_dating_template\")\n\ncmake_policy(SET CMP0063 NEW)\n\nset(CMAKE_INSTALL_RPATH \"$ORIGIN/lib\")\n\n# Root filesystem for cross-building.\nif(FLUTTER_TARGET_PLATFORM_SYSROOT)\n  set(CMAKE_SYSROOT ${FLUTTER_TARGET_PLATFORM_SYSROOT})\n  set(CMAKE_FIND_ROOT_PATH ${CMAKE_SYSROOT})\n  set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)\n  set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)\n  set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)\n  set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)\nendif()\n\n# Configure build options.\nif(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)\n  set(CMAKE_BUILD_TYPE \"Debug\" CACHE\n    STRING \"Flutter build mode\" FORCE)\n  set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS\n    \"Debug\" \"Profile\" \"Release\")\nendif()\n\n# Compilation settings that should be applied to most targets.\nfunction(APPLY_STANDARD_SETTINGS TARGET)\n  target_compile_features(${TARGET} PUBLIC cxx_std_14)\n  target_compile_options(${TARGET} PRIVATE -Wall -Werror)\n  target_compile_options(${TARGET} PRIVATE \"$<$<NOT:$<CONFIG:Debug>>:-O3>\")\n  target_compile_definitions(${TARGET} PRIVATE \"$<$<NOT:$<CONFIG:Debug>>:NDEBUG>\")\nendfunction()\n\nset(FLUTTER_MANAGED_DIR \"${CMAKE_CURRENT_SOURCE_DIR}/flutter\")\n\n# Flutter library and tool build rules.\nadd_subdirectory(${FLUTTER_MANAGED_DIR})\n\n# System-level dependencies.\nfind_package(PkgConfig REQUIRED)\npkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0)\n\nadd_definitions(-DAPPLICATION_ID=\"${APPLICATION_ID}\")\n\n# Application build\nadd_executable(${BINARY_NAME}\n  \"main.cc\"\n  \"my_application.cc\"\n  \"${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc\"\n)\napply_standard_settings(${BINARY_NAME})\ntarget_link_libraries(${BINARY_NAME} PRIVATE flutter)\ntarget_link_libraries(${BINARY_NAME} PRIVATE PkgConfig::GTK)\nadd_dependencies(${BINARY_NAME} flutter_assemble)\n# Only the install-generated bundle's copy of the executable will launch\n# correctly, since the resources must in the right relative locations. To avoid\n# people trying to run the unbundled copy, put it in a subdirectory instead of\n# the default top-level location.\nset_target_properties(${BINARY_NAME}\n  PROPERTIES\n  RUNTIME_OUTPUT_DIRECTORY \"${CMAKE_BINARY_DIR}/intermediates_do_not_run\"\n)\n\n# Generated plugin build rules, which manage building the plugins and adding\n# them to the application.\ninclude(flutter/generated_plugins.cmake)\n\n\n# === Installation ===\n# By default, \"installing\" just makes a relocatable bundle in the build\n# directory.\nset(BUILD_BUNDLE_DIR \"${PROJECT_BINARY_DIR}/bundle\")\nif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)\n  set(CMAKE_INSTALL_PREFIX \"${BUILD_BUNDLE_DIR}\" CACHE PATH \"...\" FORCE)\nendif()\n\n# Start with a clean build bundle directory every time.\ninstall(CODE \"\n  file(REMOVE_RECURSE \\\"${BUILD_BUNDLE_DIR}/\\\")\n  \" COMPONENT Runtime)\n\nset(INSTALL_BUNDLE_DATA_DIR \"${CMAKE_INSTALL_PREFIX}/data\")\nset(INSTALL_BUNDLE_LIB_DIR \"${CMAKE_INSTALL_PREFIX}/lib\")\n\ninstall(TARGETS ${BINARY_NAME} RUNTIME DESTINATION \"${CMAKE_INSTALL_PREFIX}\"\n  COMPONENT Runtime)\n\ninstall(FILES \"${FLUTTER_ICU_DATA_FILE}\" DESTINATION \"${INSTALL_BUNDLE_DATA_DIR}\"\n  COMPONENT Runtime)\n\ninstall(FILES \"${FLUTTER_LIBRARY}\" DESTINATION \"${INSTALL_BUNDLE_LIB_DIR}\"\n  COMPONENT Runtime)\n\nif(PLUGIN_BUNDLED_LIBRARIES)\n  install(FILES \"${PLUGIN_BUNDLED_LIBRARIES}\"\n    DESTINATION \"${INSTALL_BUNDLE_LIB_DIR}\"\n    COMPONENT Runtime)\nendif()\n\n# Fully re-copy the assets directory on each build to avoid having stale files\n# from a previous install.\nset(FLUTTER_ASSET_DIR_NAME \"flutter_assets\")\ninstall(CODE \"\n  file(REMOVE_RECURSE \\\"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\\\")\n  \" COMPONENT Runtime)\ninstall(DIRECTORY \"${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}\"\n  DESTINATION \"${INSTALL_BUNDLE_DATA_DIR}\" COMPONENT Runtime)\n\n# Install the AOT library on non-Debug builds only.\nif(NOT CMAKE_BUILD_TYPE MATCHES \"Debug\")\n  install(FILES \"${AOT_LIBRARY}\" DESTINATION \"${INSTALL_BUNDLE_LIB_DIR}\"\n    COMPONENT Runtime)\nendif()\n"
  },
  {
    "path": "linux/flutter/CMakeLists.txt",
    "content": "cmake_minimum_required(VERSION 3.10)\n\nset(EPHEMERAL_DIR \"${CMAKE_CURRENT_SOURCE_DIR}/ephemeral\")\n\n# Configuration provided via flutter tool.\ninclude(${EPHEMERAL_DIR}/generated_config.cmake)\n\n# TODO: Move the rest of this into files in ephemeral. See\n# https://github.com/flutter/flutter/issues/57146.\n\n# Serves the same purpose as list(TRANSFORM ... PREPEND ...),\n# which isn't available in 3.10.\nfunction(list_prepend LIST_NAME PREFIX)\n    set(NEW_LIST \"\")\n    foreach(element ${${LIST_NAME}})\n        list(APPEND NEW_LIST \"${PREFIX}${element}\")\n    endforeach(element)\n    set(${LIST_NAME} \"${NEW_LIST}\" PARENT_SCOPE)\nendfunction()\n\n# === Flutter Library ===\n# System-level dependencies.\nfind_package(PkgConfig REQUIRED)\npkg_check_modules(GTK REQUIRED IMPORTED_TARGET gtk+-3.0)\npkg_check_modules(GLIB REQUIRED IMPORTED_TARGET glib-2.0)\npkg_check_modules(GIO REQUIRED IMPORTED_TARGET gio-2.0)\n\nset(FLUTTER_LIBRARY \"${EPHEMERAL_DIR}/libflutter_linux_gtk.so\")\n\n# Published to parent scope for install step.\nset(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE)\nset(FLUTTER_ICU_DATA_FILE \"${EPHEMERAL_DIR}/icudtl.dat\" PARENT_SCOPE)\nset(PROJECT_BUILD_DIR \"${PROJECT_DIR}/build/\" PARENT_SCOPE)\nset(AOT_LIBRARY \"${PROJECT_DIR}/build/lib/libapp.so\" PARENT_SCOPE)\n\nlist(APPEND FLUTTER_LIBRARY_HEADERS\n  \"fl_basic_message_channel.h\"\n  \"fl_binary_codec.h\"\n  \"fl_binary_messenger.h\"\n  \"fl_dart_project.h\"\n  \"fl_engine.h\"\n  \"fl_json_message_codec.h\"\n  \"fl_json_method_codec.h\"\n  \"fl_message_codec.h\"\n  \"fl_method_call.h\"\n  \"fl_method_channel.h\"\n  \"fl_method_codec.h\"\n  \"fl_method_response.h\"\n  \"fl_plugin_registrar.h\"\n  \"fl_plugin_registry.h\"\n  \"fl_standard_message_codec.h\"\n  \"fl_standard_method_codec.h\"\n  \"fl_string_codec.h\"\n  \"fl_value.h\"\n  \"fl_view.h\"\n  \"flutter_linux.h\"\n)\nlist_prepend(FLUTTER_LIBRARY_HEADERS \"${EPHEMERAL_DIR}/flutter_linux/\")\nadd_library(flutter INTERFACE)\ntarget_include_directories(flutter INTERFACE\n  \"${EPHEMERAL_DIR}\"\n)\ntarget_link_libraries(flutter INTERFACE \"${FLUTTER_LIBRARY}\")\ntarget_link_libraries(flutter INTERFACE\n  PkgConfig::GTK\n  PkgConfig::GLIB\n  PkgConfig::GIO\n)\nadd_dependencies(flutter flutter_assemble)\n\n# === Flutter tool backend ===\n# _phony_ is a non-existent file to force this command to run every time,\n# since currently there's no way to get a full input/output list from the\n# flutter tool.\nadd_custom_command(\n  OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS}\n    ${CMAKE_CURRENT_BINARY_DIR}/_phony_\n  COMMAND ${CMAKE_COMMAND} -E env\n    ${FLUTTER_TOOL_ENVIRONMENT}\n    \"${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.sh\"\n      ${FLUTTER_TARGET_PLATFORM} ${CMAKE_BUILD_TYPE}\n  VERBATIM\n)\nadd_custom_target(flutter_assemble DEPENDS\n  \"${FLUTTER_LIBRARY}\"\n  ${FLUTTER_LIBRARY_HEADERS}\n)\n"
  },
  {
    "path": "linux/flutter/generated_plugin_registrant.cc",
    "content": "//\n//  Generated file. Do not edit.\n//\n\n// clang-format off\n\n#include \"generated_plugin_registrant.h\"\n\n\nvoid fl_register_plugins(FlPluginRegistry* registry) {\n}\n"
  },
  {
    "path": "linux/flutter/generated_plugin_registrant.h",
    "content": "//\n//  Generated file. Do not edit.\n//\n\n// clang-format off\n\n#ifndef GENERATED_PLUGIN_REGISTRANT_\n#define GENERATED_PLUGIN_REGISTRANT_\n\n#include <flutter_linux/flutter_linux.h>\n\n// Registers Flutter plugins.\nvoid fl_register_plugins(FlPluginRegistry* registry);\n\n#endif  // GENERATED_PLUGIN_REGISTRANT_\n"
  },
  {
    "path": "linux/flutter/generated_plugins.cmake",
    "content": "#\n# Generated file, do not edit.\n#\n\nlist(APPEND FLUTTER_PLUGIN_LIST\n)\n\nset(PLUGIN_BUNDLED_LIBRARIES)\n\nforeach(plugin ${FLUTTER_PLUGIN_LIST})\n  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})\n  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)\n  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)\n  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})\nendforeach(plugin)\n"
  },
  {
    "path": "linux/main.cc",
    "content": "#include \"my_application.h\"\n\nint main(int argc, char** argv) {\n  g_autoptr(MyApplication) app = my_application_new();\n  return g_application_run(G_APPLICATION(app), argc, argv);\n}\n"
  },
  {
    "path": "linux/my_application.cc",
    "content": "#include \"my_application.h\"\n\n#include <flutter_linux/flutter_linux.h>\n#ifdef GDK_WINDOWING_X11\n#include <gdk/gdkx.h>\n#endif\n\n#include \"flutter/generated_plugin_registrant.h\"\n\nstruct _MyApplication {\n  GtkApplication parent_instance;\n  char** dart_entrypoint_arguments;\n};\n\nG_DEFINE_TYPE(MyApplication, my_application, GTK_TYPE_APPLICATION)\n\n// Implements GApplication::activate.\nstatic void my_application_activate(GApplication* application) {\n  MyApplication* self = MY_APPLICATION(application);\n  GtkWindow* window =\n      GTK_WINDOW(gtk_application_window_new(GTK_APPLICATION(application)));\n\n  // Use a header bar when running in GNOME as this is the common style used\n  // by applications and is the setup most users will be using (e.g. Ubuntu\n  // desktop).\n  // If running on X and not using GNOME then just use a traditional title bar\n  // in case the window manager does more exotic layout, e.g. tiling.\n  // If running on Wayland assume the header bar will work (may need changing\n  // if future cases occur).\n  gboolean use_header_bar = TRUE;\n#ifdef GDK_WINDOWING_X11\n  GdkScreen* screen = gtk_window_get_screen(window);\n  if (GDK_IS_X11_SCREEN(screen)) {\n    const gchar* wm_name = gdk_x11_screen_get_window_manager_name(screen);\n    if (g_strcmp0(wm_name, \"GNOME Shell\") != 0) {\n      use_header_bar = FALSE;\n    }\n  }\n#endif\n  if (use_header_bar) {\n    GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new());\n    gtk_widget_show(GTK_WIDGET(header_bar));\n    gtk_header_bar_set_title(header_bar, \"flutter_dating_template\");\n    gtk_header_bar_set_show_close_button(header_bar, TRUE);\n    gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));\n  } else {\n    gtk_window_set_title(window, \"flutter_dating_template\");\n  }\n\n  gtk_window_set_default_size(window, 1280, 720);\n  gtk_widget_show(GTK_WIDGET(window));\n\n  g_autoptr(FlDartProject) project = fl_dart_project_new();\n  fl_dart_project_set_dart_entrypoint_arguments(project, self->dart_entrypoint_arguments);\n\n  FlView* view = fl_view_new(project);\n  gtk_widget_show(GTK_WIDGET(view));\n  gtk_container_add(GTK_CONTAINER(window), GTK_WIDGET(view));\n\n  fl_register_plugins(FL_PLUGIN_REGISTRY(view));\n\n  gtk_widget_grab_focus(GTK_WIDGET(view));\n}\n\n// Implements GApplication::local_command_line.\nstatic gboolean my_application_local_command_line(GApplication* application, gchar*** arguments, int* exit_status) {\n  MyApplication* self = MY_APPLICATION(application);\n  // Strip out the first argument as it is the binary name.\n  self->dart_entrypoint_arguments = g_strdupv(*arguments + 1);\n\n  g_autoptr(GError) error = nullptr;\n  if (!g_application_register(application, nullptr, &error)) {\n     g_warning(\"Failed to register: %s\", error->message);\n     *exit_status = 1;\n     return TRUE;\n  }\n\n  g_application_activate(application);\n  *exit_status = 0;\n\n  return TRUE;\n}\n\n// Implements GObject::dispose.\nstatic void my_application_dispose(GObject* object) {\n  MyApplication* self = MY_APPLICATION(object);\n  g_clear_pointer(&self->dart_entrypoint_arguments, g_strfreev);\n  G_OBJECT_CLASS(my_application_parent_class)->dispose(object);\n}\n\nstatic void my_application_class_init(MyApplicationClass* klass) {\n  G_APPLICATION_CLASS(klass)->activate = my_application_activate;\n  G_APPLICATION_CLASS(klass)->local_command_line = my_application_local_command_line;\n  G_OBJECT_CLASS(klass)->dispose = my_application_dispose;\n}\n\nstatic void my_application_init(MyApplication* self) {}\n\nMyApplication* my_application_new() {\n  return MY_APPLICATION(g_object_new(my_application_get_type(),\n                                     \"application-id\", APPLICATION_ID,\n                                     \"flags\", G_APPLICATION_NON_UNIQUE,\n                                     nullptr));\n}\n"
  },
  {
    "path": "linux/my_application.h",
    "content": "#ifndef FLUTTER_MY_APPLICATION_H_\n#define FLUTTER_MY_APPLICATION_H_\n\n#include <gtk/gtk.h>\n\nG_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION,\n                     GtkApplication)\n\n/**\n * my_application_new:\n *\n * Creates a new Flutter-based application.\n *\n * Returns: a new #MyApplication.\n */\nMyApplication* my_application_new();\n\n#endif  // FLUTTER_MY_APPLICATION_H_\n"
  },
  {
    "path": "macos/.gitignore",
    "content": "# Flutter-related\n**/Flutter/ephemeral/\n**/Pods/\n\n# Xcode-related\n**/dgph\n**/xcuserdata/\n"
  },
  {
    "path": "macos/Flutter/Flutter-Debug.xcconfig",
    "content": "#include? \"Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"\n#include \"ephemeral/Flutter-Generated.xcconfig\"\n"
  },
  {
    "path": "macos/Flutter/Flutter-Release.xcconfig",
    "content": "#include? \"Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig\"\n#include \"ephemeral/Flutter-Generated.xcconfig\"\n"
  },
  {
    "path": "macos/Flutter/GeneratedPluginRegistrant.swift",
    "content": "//\n//  Generated file. Do not edit.\n//\n\nimport FlutterMacOS\nimport Foundation\n\nimport path_provider_macos\nimport sqflite\n\nfunc RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {\n  PathProviderPlugin.register(with: registry.registrar(forPlugin: \"PathProviderPlugin\"))\n  SqflitePlugin.register(with: registry.registrar(forPlugin: \"SqflitePlugin\"))\n}\n"
  },
  {
    "path": "macos/Podfile",
    "content": "platform :osx, '10.11'\n\n# CocoaPods analytics sends network stats synchronously affecting flutter build latency.\nENV['COCOAPODS_DISABLE_STATS'] = 'true'\n\nproject 'Runner', {\n  'Debug' => :debug,\n  'Profile' => :release,\n  'Release' => :release,\n}\n\ndef flutter_root\n  generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'ephemeral', 'Flutter-Generated.xcconfig'), __FILE__)\n  unless File.exist?(generated_xcode_build_settings_path)\n    raise \"#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure \\\"flutter pub get\\\" is executed first\"\n  end\n\n  File.foreach(generated_xcode_build_settings_path) do |line|\n    matches = line.match(/FLUTTER_ROOT\\=(.*)/)\n    return matches[1].strip if matches\n  end\n  raise \"FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Flutter-Generated.xcconfig, then run \\\"flutter pub get\\\"\"\nend\n\nrequire File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)\n\nflutter_macos_podfile_setup\n\ntarget 'Runner' do\n  use_frameworks!\n  use_modular_headers!\n\n  flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))\nend\n\npost_install do |installer|\n  installer.pods_project.targets.each do |target|\n    flutter_additional_macos_build_settings(target)\n  end\nend\n"
  },
  {
    "path": "macos/Runner/AppDelegate.swift",
    "content": "import Cocoa\nimport FlutterMacOS\n\n@NSApplicationMain\nclass AppDelegate: FlutterAppDelegate {\n  override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {\n    return true\n  }\n}\n"
  },
  {
    "path": "macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"size\" : \"16x16\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_16.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"16x16\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_32.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"32x32\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_32.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"32x32\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_64.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"128x128\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_128.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"128x128\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_256.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"256x256\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_256.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"256x256\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_512.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"512x512\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_512.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"512x512\",\n      \"idiom\" : \"mac\",\n      \"filename\" : \"app_icon_1024.png\",\n      \"scale\" : \"2x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}\n"
  },
  {
    "path": "macos/Runner/Base.lproj/MainMenu.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.Cocoa.XIB\" version=\"3.0\" toolsVersion=\"14490.70\" targetRuntime=\"MacOSX.Cocoa\" propertyAccessControl=\"none\" useAutolayout=\"YES\" customObjectInstantitationMethod=\"direct\">\n    <dependencies>\n        <deployment identifier=\"macosx\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.CocoaPlugin\" version=\"14490.70\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.0\"/>\n    </dependencies>\n    <objects>\n        <customObject id=\"-2\" userLabel=\"File's Owner\" customClass=\"NSApplication\">\n            <connections>\n                <outlet property=\"delegate\" destination=\"Voe-Tx-rLC\" id=\"GzC-gU-4Uq\"/>\n            </connections>\n        </customObject>\n        <customObject id=\"-1\" userLabel=\"First Responder\" customClass=\"FirstResponder\"/>\n        <customObject id=\"-3\" userLabel=\"Application\" customClass=\"NSObject\"/>\n        <customObject id=\"Voe-Tx-rLC\" customClass=\"AppDelegate\" customModule=\"Runner\" customModuleProvider=\"target\">\n            <connections>\n                <outlet property=\"applicationMenu\" destination=\"uQy-DD-JDr\" id=\"XBo-yE-nKs\"/>\n                <outlet property=\"mainFlutterWindow\" destination=\"QvC-M9-y7g\" id=\"gIp-Ho-8D9\"/>\n            </connections>\n        </customObject>\n        <customObject id=\"YLy-65-1bz\" customClass=\"NSFontManager\"/>\n        <menu title=\"Main Menu\" systemMenu=\"main\" id=\"AYu-sK-qS6\">\n            <items>\n                <menuItem title=\"APP_NAME\" id=\"1Xt-HY-uBw\">\n                    <modifierMask key=\"keyEquivalentModifierMask\"/>\n                    <menu key=\"submenu\" title=\"APP_NAME\" systemMenu=\"apple\" id=\"uQy-DD-JDr\">\n                        <items>\n                            <menuItem title=\"About APP_NAME\" id=\"5kV-Vb-QxS\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <connections>\n                                    <action selector=\"orderFrontStandardAboutPanel:\" target=\"-1\" id=\"Exp-CZ-Vem\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem isSeparatorItem=\"YES\" id=\"VOq-y0-SEH\"/>\n                            <menuItem title=\"Preferences…\" keyEquivalent=\",\" id=\"BOF-NM-1cW\"/>\n                            <menuItem isSeparatorItem=\"YES\" id=\"wFC-TO-SCJ\"/>\n                            <menuItem title=\"Services\" id=\"NMo-om-nkz\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <menu key=\"submenu\" title=\"Services\" systemMenu=\"services\" id=\"hz9-B4-Xy5\"/>\n                            </menuItem>\n                            <menuItem isSeparatorItem=\"YES\" id=\"4je-JR-u6R\"/>\n                            <menuItem title=\"Hide APP_NAME\" keyEquivalent=\"h\" id=\"Olw-nP-bQN\">\n                                <connections>\n                                    <action selector=\"hide:\" target=\"-1\" id=\"PnN-Uc-m68\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Hide Others\" keyEquivalent=\"h\" id=\"Vdr-fp-XzO\">\n                                <modifierMask key=\"keyEquivalentModifierMask\" option=\"YES\" command=\"YES\"/>\n                                <connections>\n                                    <action selector=\"hideOtherApplications:\" target=\"-1\" id=\"VT4-aY-XCT\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Show All\" id=\"Kd2-mp-pUS\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <connections>\n                                    <action selector=\"unhideAllApplications:\" target=\"-1\" id=\"Dhg-Le-xox\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem isSeparatorItem=\"YES\" id=\"kCx-OE-vgT\"/>\n                            <menuItem title=\"Quit APP_NAME\" keyEquivalent=\"q\" id=\"4sb-4s-VLi\">\n                                <connections>\n                                    <action selector=\"terminate:\" target=\"-1\" id=\"Te7-pn-YzF\"/>\n                                </connections>\n                            </menuItem>\n                        </items>\n                    </menu>\n                </menuItem>\n                <menuItem title=\"Edit\" id=\"5QF-Oa-p0T\">\n                    <modifierMask key=\"keyEquivalentModifierMask\"/>\n                    <menu key=\"submenu\" title=\"Edit\" id=\"W48-6f-4Dl\">\n                        <items>\n                            <menuItem title=\"Undo\" keyEquivalent=\"z\" id=\"dRJ-4n-Yzg\">\n                                <connections>\n                                    <action selector=\"undo:\" target=\"-1\" id=\"M6e-cu-g7V\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Redo\" keyEquivalent=\"Z\" id=\"6dh-zS-Vam\">\n                                <connections>\n                                    <action selector=\"redo:\" target=\"-1\" id=\"oIA-Rs-6OD\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem isSeparatorItem=\"YES\" id=\"WRV-NI-Exz\"/>\n                            <menuItem title=\"Cut\" keyEquivalent=\"x\" id=\"uRl-iY-unG\">\n                                <connections>\n                                    <action selector=\"cut:\" target=\"-1\" id=\"YJe-68-I9s\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Copy\" keyEquivalent=\"c\" id=\"x3v-GG-iWU\">\n                                <connections>\n                                    <action selector=\"copy:\" target=\"-1\" id=\"G1f-GL-Joy\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Paste\" keyEquivalent=\"v\" id=\"gVA-U4-sdL\">\n                                <connections>\n                                    <action selector=\"paste:\" target=\"-1\" id=\"UvS-8e-Qdg\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Paste and Match Style\" keyEquivalent=\"V\" id=\"WeT-3V-zwk\">\n                                <modifierMask key=\"keyEquivalentModifierMask\" option=\"YES\" command=\"YES\"/>\n                                <connections>\n                                    <action selector=\"pasteAsPlainText:\" target=\"-1\" id=\"cEh-KX-wJQ\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Delete\" id=\"pa3-QI-u2k\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <connections>\n                                    <action selector=\"delete:\" target=\"-1\" id=\"0Mk-Ml-PaM\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Select All\" keyEquivalent=\"a\" id=\"Ruw-6m-B2m\">\n                                <connections>\n                                    <action selector=\"selectAll:\" target=\"-1\" id=\"VNm-Mi-diN\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem isSeparatorItem=\"YES\" id=\"uyl-h8-XO2\"/>\n                            <menuItem title=\"Find\" id=\"4EN-yA-p0u\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <menu key=\"submenu\" title=\"Find\" id=\"1b7-l0-nxx\">\n                                    <items>\n                                        <menuItem title=\"Find…\" tag=\"1\" keyEquivalent=\"f\" id=\"Xz5-n4-O0W\">\n                                            <connections>\n                                                <action selector=\"performFindPanelAction:\" target=\"-1\" id=\"cD7-Qs-BN4\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Find and Replace…\" tag=\"12\" keyEquivalent=\"f\" id=\"YEy-JH-Tfz\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\" option=\"YES\" command=\"YES\"/>\n                                            <connections>\n                                                <action selector=\"performFindPanelAction:\" target=\"-1\" id=\"WD3-Gg-5AJ\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Find Next\" tag=\"2\" keyEquivalent=\"g\" id=\"q09-fT-Sye\">\n                                            <connections>\n                                                <action selector=\"performFindPanelAction:\" target=\"-1\" id=\"NDo-RZ-v9R\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Find Previous\" tag=\"3\" keyEquivalent=\"G\" id=\"OwM-mh-QMV\">\n                                            <connections>\n                                                <action selector=\"performFindPanelAction:\" target=\"-1\" id=\"HOh-sY-3ay\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Use Selection for Find\" tag=\"7\" keyEquivalent=\"e\" id=\"buJ-ug-pKt\">\n                                            <connections>\n                                                <action selector=\"performFindPanelAction:\" target=\"-1\" id=\"U76-nv-p5D\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Jump to Selection\" keyEquivalent=\"j\" id=\"S0p-oC-mLd\">\n                                            <connections>\n                                                <action selector=\"centerSelectionInVisibleArea:\" target=\"-1\" id=\"IOG-6D-g5B\"/>\n                                            </connections>\n                                        </menuItem>\n                                    </items>\n                                </menu>\n                            </menuItem>\n                            <menuItem title=\"Spelling and Grammar\" id=\"Dv1-io-Yv7\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <menu key=\"submenu\" title=\"Spelling\" id=\"3IN-sU-3Bg\">\n                                    <items>\n                                        <menuItem title=\"Show Spelling and Grammar\" keyEquivalent=\":\" id=\"HFo-cy-zxI\">\n                                            <connections>\n                                                <action selector=\"showGuessPanel:\" target=\"-1\" id=\"vFj-Ks-hy3\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Check Document Now\" keyEquivalent=\";\" id=\"hz2-CU-CR7\">\n                                            <connections>\n                                                <action selector=\"checkSpelling:\" target=\"-1\" id=\"fz7-VC-reM\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem isSeparatorItem=\"YES\" id=\"bNw-od-mp5\"/>\n                                        <menuItem title=\"Check Spelling While Typing\" id=\"rbD-Rh-wIN\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleContinuousSpellChecking:\" target=\"-1\" id=\"7w6-Qz-0kB\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Check Grammar With Spelling\" id=\"mK6-2p-4JG\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleGrammarChecking:\" target=\"-1\" id=\"muD-Qn-j4w\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Correct Spelling Automatically\" id=\"78Y-hA-62v\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleAutomaticSpellingCorrection:\" target=\"-1\" id=\"2lM-Qi-WAP\"/>\n                                            </connections>\n                                        </menuItem>\n                                    </items>\n                                </menu>\n                            </menuItem>\n                            <menuItem title=\"Substitutions\" id=\"9ic-FL-obx\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <menu key=\"submenu\" title=\"Substitutions\" id=\"FeM-D8-WVr\">\n                                    <items>\n                                        <menuItem title=\"Show Substitutions\" id=\"z6F-FW-3nz\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"orderFrontSubstitutionsPanel:\" target=\"-1\" id=\"oku-mr-iSq\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem isSeparatorItem=\"YES\" id=\"gPx-C9-uUO\"/>\n                                        <menuItem title=\"Smart Copy/Paste\" id=\"9yt-4B-nSM\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleSmartInsertDelete:\" target=\"-1\" id=\"3IJ-Se-DZD\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Smart Quotes\" id=\"hQb-2v-fYv\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleAutomaticQuoteSubstitution:\" target=\"-1\" id=\"ptq-xd-QOA\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Smart Dashes\" id=\"rgM-f4-ycn\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleAutomaticDashSubstitution:\" target=\"-1\" id=\"oCt-pO-9gS\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Smart Links\" id=\"cwL-P1-jid\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleAutomaticLinkDetection:\" target=\"-1\" id=\"Gip-E3-Fov\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Data Detectors\" id=\"tRr-pd-1PS\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleAutomaticDataDetection:\" target=\"-1\" id=\"R1I-Nq-Kbl\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Text Replacement\" id=\"HFQ-gK-NFA\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"toggleAutomaticTextReplacement:\" target=\"-1\" id=\"DvP-Fe-Py6\"/>\n                                            </connections>\n                                        </menuItem>\n                                    </items>\n                                </menu>\n                            </menuItem>\n                            <menuItem title=\"Transformations\" id=\"2oI-Rn-ZJC\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <menu key=\"submenu\" title=\"Transformations\" id=\"c8a-y6-VQd\">\n                                    <items>\n                                        <menuItem title=\"Make Upper Case\" id=\"vmV-6d-7jI\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"uppercaseWord:\" target=\"-1\" id=\"sPh-Tk-edu\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Make Lower Case\" id=\"d9M-CD-aMd\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"lowercaseWord:\" target=\"-1\" id=\"iUZ-b5-hil\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Capitalize\" id=\"UEZ-Bs-lqG\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"capitalizeWord:\" target=\"-1\" id=\"26H-TL-nsh\"/>\n                                            </connections>\n                                        </menuItem>\n                                    </items>\n                                </menu>\n                            </menuItem>\n                            <menuItem title=\"Speech\" id=\"xrE-MZ-jX0\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <menu key=\"submenu\" title=\"Speech\" id=\"3rS-ZA-NoH\">\n                                    <items>\n                                        <menuItem title=\"Start Speaking\" id=\"Ynk-f8-cLZ\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"startSpeaking:\" target=\"-1\" id=\"654-Ng-kyl\"/>\n                                            </connections>\n                                        </menuItem>\n                                        <menuItem title=\"Stop Speaking\" id=\"Oyz-dy-DGm\">\n                                            <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                            <connections>\n                                                <action selector=\"stopSpeaking:\" target=\"-1\" id=\"dX8-6p-jy9\"/>\n                                            </connections>\n                                        </menuItem>\n                                    </items>\n                                </menu>\n                            </menuItem>\n                        </items>\n                    </menu>\n                </menuItem>\n                <menuItem title=\"View\" id=\"H8h-7b-M4v\">\n                    <modifierMask key=\"keyEquivalentModifierMask\"/>\n                    <menu key=\"submenu\" title=\"View\" id=\"HyV-fh-RgO\">\n                        <items>\n                            <menuItem title=\"Enter Full Screen\" keyEquivalent=\"f\" id=\"4J7-dP-txa\">\n                                <modifierMask key=\"keyEquivalentModifierMask\" control=\"YES\" command=\"YES\"/>\n                                <connections>\n                                    <action selector=\"toggleFullScreen:\" target=\"-1\" id=\"dU3-MA-1Rq\"/>\n                                </connections>\n                            </menuItem>\n                        </items>\n                    </menu>\n                </menuItem>\n                <menuItem title=\"Window\" id=\"aUF-d1-5bR\">\n                    <modifierMask key=\"keyEquivalentModifierMask\"/>\n                    <menu key=\"submenu\" title=\"Window\" systemMenu=\"window\" id=\"Td7-aD-5lo\">\n                        <items>\n                            <menuItem title=\"Minimize\" keyEquivalent=\"m\" id=\"OY7-WF-poV\">\n                                <connections>\n                                    <action selector=\"performMiniaturize:\" target=\"-1\" id=\"VwT-WD-YPe\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem title=\"Zoom\" id=\"R4o-n2-Eq4\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <connections>\n                                    <action selector=\"performZoom:\" target=\"-1\" id=\"DIl-cC-cCs\"/>\n                                </connections>\n                            </menuItem>\n                            <menuItem isSeparatorItem=\"YES\" id=\"eu3-7i-yIM\"/>\n                            <menuItem title=\"Bring All to Front\" id=\"LE2-aR-0XJ\">\n                                <modifierMask key=\"keyEquivalentModifierMask\"/>\n                                <connections>\n                                    <action selector=\"arrangeInFront:\" target=\"-1\" id=\"DRN-fu-gQh\"/>\n                                </connections>\n                            </menuItem>\n                        </items>\n                    </menu>\n                </menuItem>\n                <menuItem title=\"Help\" id=\"EPT-qC-fAb\">\n                    <modifierMask key=\"keyEquivalentModifierMask\"/>\n                    <menu key=\"submenu\" title=\"Help\" systemMenu=\"help\" id=\"rJ0-wn-3NY\"/>\n                </menuItem>\n            </items>\n            <point key=\"canvasLocation\" x=\"142\" y=\"-258\"/>\n        </menu>\n        <window title=\"APP_NAME\" allowsToolTipsWhenApplicationIsInactive=\"NO\" autorecalculatesKeyViewLoop=\"NO\" releasedWhenClosed=\"NO\" animationBehavior=\"default\" id=\"QvC-M9-y7g\" customClass=\"MainFlutterWindow\" customModule=\"Runner\" customModuleProvider=\"target\">\n            <windowStyleMask key=\"styleMask\" titled=\"YES\" closable=\"YES\" miniaturizable=\"YES\" resizable=\"YES\"/>\n            <rect key=\"contentRect\" x=\"335\" y=\"390\" width=\"800\" height=\"600\"/>\n            <rect key=\"screenRect\" x=\"0.0\" y=\"0.0\" width=\"2560\" height=\"1577\"/>\n            <view key=\"contentView\" wantsLayer=\"YES\" id=\"EiT-Mj-1SZ\">\n                <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"800\" height=\"600\"/>\n                <autoresizingMask key=\"autoresizingMask\"/>\n            </view>\n        </window>\n    </objects>\n</document>\n"
  },
  {
    "path": "macos/Runner/Configs/AppInfo.xcconfig",
    "content": "// Application-level settings for the Runner target.\n//\n// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the\n// future. If not, the values below would default to using the project name when this becomes a\n// 'flutter create' template.\n\n// The application's name. By default this is also the title of the Flutter window.\nPRODUCT_NAME = flutter_dating_template\n\n// The application's bundle identifier\nPRODUCT_BUNDLE_IDENTIFIER = com.example.flutterDatingTemplate\n\n// The copyright displayed in application information\nPRODUCT_COPYRIGHT = Copyright © 2022 com.example. All rights reserved.\n"
  },
  {
    "path": "macos/Runner/Configs/Debug.xcconfig",
    "content": "#include \"../../Flutter/Flutter-Debug.xcconfig\"\n#include \"Warnings.xcconfig\"\n"
  },
  {
    "path": "macos/Runner/Configs/Release.xcconfig",
    "content": "#include \"../../Flutter/Flutter-Release.xcconfig\"\n#include \"Warnings.xcconfig\"\n"
  },
  {
    "path": "macos/Runner/Configs/Warnings.xcconfig",
    "content": "WARNING_CFLAGS = -Wall -Wconditional-uninitialized -Wnullable-to-nonnull-conversion -Wmissing-method-return-type -Woverlength-strings\nGCC_WARN_UNDECLARED_SELECTOR = YES\nCLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES\nCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE\nCLANG_WARN__DUPLICATE_METHOD_MATCH = YES\nCLANG_WARN_PRAGMA_PACK = YES\nCLANG_WARN_STRICT_PROTOTYPES = YES\nCLANG_WARN_COMMA = YES\nGCC_WARN_STRICT_SELECTOR_MATCH = YES\nCLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES\nCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES\nGCC_WARN_SHADOW = YES\nCLANG_WARN_UNREACHABLE_CODE = YES\n"
  },
  {
    "path": "macos/Runner/DebugProfile.entitlements",
    "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>com.apple.security.app-sandbox</key>\n\t<true/>\n\t<key>com.apple.security.cs.allow-jit</key>\n\t<true/>\n\t<key>com.apple.security.network.server</key>\n\t<true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "macos/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>CFBundleIconFile</key>\n\t<string></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>$(PRODUCT_NAME)</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>CFBundleVersion</key>\n\t<string>$(FLUTTER_BUILD_NUMBER)</string>\n\t<key>LSMinimumSystemVersion</key>\n\t<string>$(MACOSX_DEPLOYMENT_TARGET)</string>\n\t<key>NSHumanReadableCopyright</key>\n\t<string>$(PRODUCT_COPYRIGHT)</string>\n\t<key>NSMainNibFile</key>\n\t<string>MainMenu</string>\n\t<key>NSPrincipalClass</key>\n\t<string>NSApplication</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "macos/Runner/MainFlutterWindow.swift",
    "content": "import Cocoa\nimport FlutterMacOS\n\nclass MainFlutterWindow: NSWindow {\n  override func awakeFromNib() {\n    let flutterViewController = FlutterViewController.init()\n    let windowFrame = self.frame\n    self.contentViewController = flutterViewController\n    self.setFrame(windowFrame, display: true)\n\n    RegisterGeneratedPlugins(registry: flutterViewController)\n\n    super.awakeFromNib()\n  }\n}\n"
  },
  {
    "path": "macos/Runner/Release.entitlements",
    "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>com.apple.security.app-sandbox</key>\n\t<true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "macos/Runner.xcodeproj/project.pbxproj",
    "content": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 51;\n\tobjects = {\n\n/* Begin PBXAggregateTarget section */\n\t\t33CC111A2044C6BA0003C045 /* Flutter Assemble */ = {\n\t\t\tisa = PBXAggregateTarget;\n\t\t\tbuildConfigurationList = 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget \"Flutter Assemble\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t33CC111E2044C6BF0003C045 /* ShellScript */,\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = \"Flutter Assemble\";\n\t\t\tproductName = FLX;\n\t\t};\n/* End PBXAggregateTarget section */\n\n/* Begin PBXBuildFile section */\n\t\t335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */; };\n\t\t33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC10F02044A3C60003C045 /* AppDelegate.swift */; };\n\t\t33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };\n\t\t33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };\n\t\t33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };\n\t\t64BE1509CD16FD00B90E07EC /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66DA93FFE067A15B456186A3 /* Pods_Runner.framework */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\t33CC111F2044C79F0003C045 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = 33CC10E52044A3C60003C045 /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 33CC111A2044C6BA0003C045;\n\t\t\tremoteInfo = FLX;\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXCopyFilesBuildPhase section */\n\t\t33CC110E2044A8840003C045 /* Bundle Framework */ = {\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 = \"Bundle Framework\";\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXCopyFilesBuildPhase section */\n\n/* Begin PBXFileReference section */\n\t\t333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = \"<group>\"; };\n\t\t335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = \"<group>\"; };\n\t\t33CC10ED2044A3C60003C045 /* flutter_dating_template.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = flutter_dating_template.app; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = \"<group>\"; };\n\t\t33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = \"<group>\"; };\n\t\t33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = \"<group>\"; };\n\t\t33CC10F72044A3C60003C045 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Runner/Info.plist; sourceTree = \"<group>\"; };\n\t\t33CC11122044BFA00003C045 /* MainFlutterWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainFlutterWindow.swift; sourceTree = \"<group>\"; };\n\t\t33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = \"Flutter-Debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = \"Flutter-Release.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = \"Flutter-Generated.xcconfig\"; path = \"ephemeral/Flutter-Generated.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = \"<group>\"; };\n\t\t33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = \"<group>\"; };\n\t\t33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = \"<group>\"; };\n\t\t384658E5B475BA024A8D16F6 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Runner.profile.xcconfig\"; path = \"Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t66DA93FFE067A15B456186A3 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t78541BF8EB5DCF8494148451 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Runner.debug.xcconfig\"; path = \"Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig\"; sourceTree = \"<group>\"; };\n\t\t7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = \"<group>\"; };\n\t\t9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = \"<group>\"; };\n\t\tFA7885FC122E13AA6DDC7A21 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = \"Pods-Runner.release.xcconfig\"; path = \"Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig\"; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t33CC10EA2044A3C60003C045 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t64BE1509CD16FD00B90E07EC /* Pods_Runner.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\t33BA886A226E78AF003329D5 /* Configs */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t33E5194F232828860026EE4D /* AppInfo.xcconfig */,\n\t\t\t\t9740EEB21CF90195004384FC /* Debug.xcconfig */,\n\t\t\t\t7AFA3C8E1D35360C0083082E /* Release.xcconfig */,\n\t\t\t\t333000ED22D3DE5D00554162 /* Warnings.xcconfig */,\n\t\t\t);\n\t\t\tpath = Configs;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t33CC10E42044A3C60003C045 = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t33FAB671232836740065AC1E /* Runner */,\n\t\t\t\t33CEB47122A05771004F2AC0 /* Flutter */,\n\t\t\t\t33CC10EE2044A3C60003C045 /* Products */,\n\t\t\t\tD73912EC22F37F3D000D13A0 /* Frameworks */,\n\t\t\t\tE1C9492E274949B7D861D9C7 /* Pods */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t33CC10EE2044A3C60003C045 /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t33CC10ED2044A3C60003C045 /* flutter_dating_template.app */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t33CC11242044D66E0003C045 /* Resources */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t33CC10F22044A3C60003C045 /* Assets.xcassets */,\n\t\t\t\t33CC10F42044A3C60003C045 /* MainMenu.xib */,\n\t\t\t\t33CC10F72044A3C60003C045 /* Info.plist */,\n\t\t\t);\n\t\t\tname = Resources;\n\t\t\tpath = ..;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t33CEB47122A05771004F2AC0 /* Flutter */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */,\n\t\t\t\t33CEB47222A05771004F2AC0 /* Flutter-Debug.xcconfig */,\n\t\t\t\t33CEB47422A05771004F2AC0 /* Flutter-Release.xcconfig */,\n\t\t\t\t33CEB47722A0578A004F2AC0 /* Flutter-Generated.xcconfig */,\n\t\t\t);\n\t\t\tpath = Flutter;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t33FAB671232836740065AC1E /* Runner */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t33CC10F02044A3C60003C045 /* AppDelegate.swift */,\n\t\t\t\t33CC11122044BFA00003C045 /* MainFlutterWindow.swift */,\n\t\t\t\t33E51913231747F40026EE4D /* DebugProfile.entitlements */,\n\t\t\t\t33E51914231749380026EE4D /* Release.entitlements */,\n\t\t\t\t33CC11242044D66E0003C045 /* Resources */,\n\t\t\t\t33BA886A226E78AF003329D5 /* Configs */,\n\t\t\t);\n\t\t\tpath = Runner;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tD73912EC22F37F3D000D13A0 /* Frameworks */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t66DA93FFE067A15B456186A3 /* Pods_Runner.framework */,\n\t\t\t);\n\t\t\tname = Frameworks;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tE1C9492E274949B7D861D9C7 /* Pods */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t78541BF8EB5DCF8494148451 /* Pods-Runner.debug.xcconfig */,\n\t\t\t\tFA7885FC122E13AA6DDC7A21 /* Pods-Runner.release.xcconfig */,\n\t\t\t\t384658E5B475BA024A8D16F6 /* Pods-Runner.profile.xcconfig */,\n\t\t\t);\n\t\t\tname = Pods;\n\t\t\tpath = Pods;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXNativeTarget section */\n\t\t33CC10EC2044A3C60003C045 /* Runner */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget \"Runner\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t5706A00CB385AE1B0CCEE8F3 /* [CP] Check Pods Manifest.lock */,\n\t\t\t\t33CC10E92044A3C60003C045 /* Sources */,\n\t\t\t\t33CC10EA2044A3C60003C045 /* Frameworks */,\n\t\t\t\t33CC10EB2044A3C60003C045 /* Resources */,\n\t\t\t\t33CC110E2044A8840003C045 /* Bundle Framework */,\n\t\t\t\t3399D490228B24CF009A79C7 /* ShellScript */,\n\t\t\t\tC94FBD79FD766B3DAA7C28FC /* [CP] Embed Pods Frameworks */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t33CC11202044C79F0003C045 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = Runner;\n\t\t\tproductName = Runner;\n\t\t\tproductReference = 33CC10ED2044A3C60003C045 /* flutter_dating_template.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\t33CC10E52044A3C60003C045 /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastSwiftUpdateCheck = 0920;\n\t\t\t\tLastUpgradeCheck = 1300;\n\t\t\t\tORGANIZATIONNAME = \"\";\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\t33CC10EC2044A3C60003C045 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 9.2;\n\t\t\t\t\t\tLastSwiftMigration = 1100;\n\t\t\t\t\t\tProvisioningStyle = Automatic;\n\t\t\t\t\t\tSystemCapabilities = {\n\t\t\t\t\t\t\tcom.apple.Sandbox = {\n\t\t\t\t\t\t\t\tenabled = 1;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t\t33CC111A2044C6BA0003C045 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 9.2;\n\t\t\t\t\t\tProvisioningStyle = Manual;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = 33CC10E82044A3C60003C045 /* 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 = 33CC10E42044A3C60003C045;\n\t\t\tproductRefGroup = 33CC10EE2044A3C60003C045 /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\t33CC10EC2044A3C60003C045 /* Runner */,\n\t\t\t\t33CC111A2044C6BA0003C045 /* Flutter Assemble */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t33CC10EB2044A3C60003C045 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */,\n\t\t\t\t33CC10F62044A3C60003C045 /* MainMenu.xib 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\t3399D490228B24CF009A79C7 /* ShellScript */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputFileListPaths = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t);\n\t\t\toutputFileListPaths = (\n\t\t\t);\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"echo \\\"$PRODUCT_NAME.app\\\" > \\\"$PROJECT_DIR\\\"/Flutter/ephemeral/.app_filename && \\\"$FLUTTER_ROOT\\\"/packages/flutter_tools/bin/macos_assemble.sh embed\\n\";\n\t\t};\n\t\t33CC111E2044C6BF0003C045 /* ShellScript */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputFileListPaths = (\n\t\t\t\tFlutter/ephemeral/FlutterInputs.xcfilelist,\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t\tFlutter/ephemeral/tripwire,\n\t\t\t);\n\t\t\toutputFileListPaths = (\n\t\t\t\tFlutter/ephemeral/FlutterOutputs.xcfilelist,\n\t\t\t);\n\t\t\toutputPaths = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"$FLUTTER_ROOT\\\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire\";\n\t\t};\n\t\t5706A00CB385AE1B0CCEE8F3 /* [CP] Check Pods Manifest.lock */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputFileListPaths = (\n\t\t\t);\n\t\t\tinputPaths = (\n\t\t\t\t\"${PODS_PODFILE_DIR_PATH}/Podfile.lock\",\n\t\t\t\t\"${PODS_ROOT}/Manifest.lock\",\n\t\t\t);\n\t\t\tname = \"[CP] Check Pods Manifest.lock\";\n\t\t\toutputFileListPaths = (\n\t\t\t);\n\t\t\toutputPaths = (\n\t\t\t\t\"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt\",\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"diff \\\"${PODS_PODFILE_DIR_PATH}/Podfile.lock\\\" \\\"${PODS_ROOT}/Manifest.lock\\\" > /dev/null\\nif [ $? != 0 ] ; then\\n    # print error to STDERR\\n    echo \\\"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\\\" >&2\\n    exit 1\\nfi\\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\\necho \\\"SUCCESS\\\" > \\\"${SCRIPT_OUTPUT_FILE_0}\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n\t\tC94FBD79FD766B3DAA7C28FC /* [CP] Embed Pods Frameworks */ = {\n\t\t\tisa = PBXShellScriptBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\tinputFileListPaths = (\n\t\t\t\t\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist\",\n\t\t\t);\n\t\t\tname = \"[CP] Embed Pods Frameworks\";\n\t\t\toutputFileListPaths = (\n\t\t\t\t\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist\",\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t\tshellPath = /bin/sh;\n\t\t\tshellScript = \"\\\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\\\"\\n\";\n\t\t\tshowEnvVarsInLog = 0;\n\t\t};\n/* End PBXShellScriptBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t33CC10E92044A3C60003C045 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */,\n\t\t\t\t33CC10F12044A3C60003C045 /* AppDelegate.swift in Sources */,\n\t\t\t\t335BBD1B22A9A15E00E9071D /* GeneratedPluginRegistrant.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin PBXTargetDependency section */\n\t\t33CC11202044C79F0003C045 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = 33CC111A2044C6BA0003C045 /* Flutter Assemble */;\n\t\t\ttargetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin PBXVariantGroup section */\n\t\t33CC10F42044A3C60003C045 /* MainMenu.xib */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\t33CC10F52044A3C60003C045 /* Base */,\n\t\t\t);\n\t\t\tname = MainMenu.xib;\n\t\t\tpath = Runner;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXVariantGroup section */\n\n/* Begin XCBuildConfiguration section */\n\t\t338D0CE9231458BD00FA5F75 /* Profile */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;\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_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\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_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_DOCUMENTATION_COMMENTS = YES;\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_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_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"-\";\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 = gnu11;\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_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\tMACOSX_DEPLOYMENT_TARGET = 10.11;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tSDKROOT = macosx;\n\t\t\t\tSWIFT_COMPILATION_MODE = wholemodule;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-O\";\n\t\t\t};\n\t\t\tname = Profile;\n\t\t};\n\t\t338D0CEA231458BD00FA5F75 /* Profile */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.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\tCODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCOMBINE_HIDPI_IMAGES = YES;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"@executable_path/../Frameworks\",\n\t\t\t\t);\n\t\t\t\tPROVISIONING_PROFILE_SPECIFIER = \"\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t};\n\t\t\tname = Profile;\n\t\t};\n\t\t338D0CEB231458BD00FA5F75 /* Profile */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_STYLE = Manual;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t};\n\t\t\tname = Profile;\n\t\t};\n\t\t33CC10F92044A3C60003C045 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;\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_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\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_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_DOCUMENTATION_COMMENTS = YES;\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_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_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"-\";\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 = gnu11;\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_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\tMACOSX_DEPLOYMENT_TARGET = 10.11;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSDKROOT = macosx;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t33CC10FA2044A3C60003C045 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;\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_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\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_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_DOCUMENTATION_COMMENTS = YES;\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_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_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"-\";\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 = gnu11;\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_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\tMACOSX_DEPLOYMENT_TARGET = 10.11;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tSDKROOT = macosx;\n\t\t\t\tSWIFT_COMPILATION_MODE = wholemodule;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-O\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t33CC10FC2044A3C60003C045 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.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\tCODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCOMBINE_HIDPI_IMAGES = YES;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"@executable_path/../Frameworks\",\n\t\t\t\t);\n\t\t\t\tPROVISIONING_PROFILE_SPECIFIER = \"\";\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t33CC10FD2044A3C60003C045 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbaseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.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\tCODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCOMBINE_HIDPI_IMAGES = YES;\n\t\t\t\tINFOPLIST_FILE = Runner/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = (\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t\t\"@executable_path/../Frameworks\",\n\t\t\t\t);\n\t\t\t\tPROVISIONING_PROFILE_SPECIFIER = \"\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t33CC111C2044C6BA0003C045 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_STYLE = Manual;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t33CC111D2044C6BA0003C045 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t33CC10E82044A3C60003C045 /* Build configuration list for PBXProject \"Runner\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t33CC10F92044A3C60003C045 /* Debug */,\n\t\t\t\t33CC10FA2044A3C60003C045 /* Release */,\n\t\t\t\t338D0CE9231458BD00FA5F75 /* Profile */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget \"Runner\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t33CC10FC2044A3C60003C045 /* Debug */,\n\t\t\t\t33CC10FD2044A3C60003C045 /* Release */,\n\t\t\t\t338D0CEA231458BD00FA5F75 /* Profile */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget \"Flutter Assemble\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t33CC111C2044C6BA0003C045 /* Debug */,\n\t\t\t\t33CC111D2044C6BA0003C045 /* Release */,\n\t\t\t\t338D0CEB231458BD00FA5F75 /* 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 = 33CC10E52044A3C60003C045 /* Project object */;\n}\n"
  },
  {
    "path": "macos/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": "macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"1300\"\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 = \"33CC10EC2044A3C60003C045\"\n               BuildableName = \"flutter_dating_template.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      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"33CC10EC2044A3C60003C045\"\n            BuildableName = \"flutter_dating_template.app\"\n            BlueprintName = \"Runner\"\n            ReferencedContainer = \"container:Runner.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <Testables>\n      </Testables>\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 = \"33CC10EC2044A3C60003C045\"\n            BuildableName = \"flutter_dating_template.app\"\n            BlueprintName = \"Runner\"\n            ReferencedContainer = \"container:Runner.xcodeproj\">\n         </BuildableReference>\n      </BuildableProductRunnable>\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 = \"33CC10EC2044A3C60003C045\"\n            BuildableName = \"flutter_dating_template.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": "macos/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   <FileRef\n      location = \"group:Pods/Pods.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "macos/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": "pubspec.yaml",
    "content": "name: flutter_dating_template\ndescription: A new Flutter project.\n\n# The following line prevents the package from being accidentally published to\n# pub.dev using `flutter 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.16.2 <3.0.0\"\n\n# Dependencies specify other packages that your package needs in order to work.\n# To automatically upgrade your package dependencies to the latest versions\n# consider running `flutter pub upgrade --major-versions`. Alternatively,\n# dependencies can be manually updated by changing the version numbers below to\n# the latest version available on pub.dev. To see which dependencies have newer\n# versions available, run `flutter pub outdated`.\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  flutter_easyloading: ^3.0.3\n  card_swiper: ^2.0.3\n  get: ^4.6.1\n  flutter_native_splash: ^2.1.6\n  group_button: ^5.0.1\n  pull_to_refresh: ^2.0.0\n  dart_mock: ^2.0.0\n  scan: ^1.6.0\n  dotted_border: ^2.0.0+2\n  cached_network_image: ^3.2.0\n\ndev_dependencies:\n  flutter_test:\n    sdk: flutter\n\n  # The \"flutter_lints\" package below contains a set of recommended lints to\n  # encourage good coding practices. The lint set provided by the package is\n  # activated in the `analysis_options.yaml` file located at the root of your\n  # package. See that file for information about deactivating specific lint\n  # rules and activating additional ones.\n  flutter_lints: ^1.0.0\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  #   - images/a_dot_burr.jpeg\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:flutter_dating_template/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(const 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    This is a placeholder for base href that will be replaced by the value of\n    the `--base-href` argument provided to `flutter build`.\n  -->\n  <base href=\"$FLUTTER_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=\"flutter_dating_template\">\n  <link rel=\"apple-touch-icon\" href=\"icons/Icon-192.png\">\n\n  <!-- Favicon -->\n  <link rel=\"icon\" type=\"image/png\" href=\"favicon.png\"/>\n\n  <title>flutter_dating_template</title>\n  <link rel=\"manifest\" href=\"manifest.json\">\n  <script src=\"splash/splash.js\"></script>\n  <meta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" name=\"viewport\"/>\n  <link rel=\"stylesheet\" type=\"text/css\" href=\"splash/style.css\">\n</head>\n<body>\n  <picture id=\"splash\">\n    <source srcset=\"splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x, splash/img/light-4x.png 4x\" media=\"(prefers-color-scheme: light)\">\n    <source srcset=\"splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x, splash/img/dark-4x.png 4x\" media=\"(prefers-color-scheme: dark)\">\n    <img class=\"center\" aria-hidden=\"true\" src=\"splash/img/light-1x.png\" alt=\"\"/>\n  </picture>\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>"
  },
  {
    "path": "web/manifest.json",
    "content": "{\n    \"name\": \"flutter_dating_template\",\n    \"short_name\": \"flutter_dating_template\",\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            \"src\": \"icons/Icon-maskable-192.png\",\n            \"sizes\": \"192x192\",\n            \"type\": \"image/png\",\n            \"purpose\": \"maskable\"\n        },\n        {\n            \"src\": \"icons/Icon-maskable-512.png\",\n            \"sizes\": \"512x512\",\n            \"type\": \"image/png\",\n            \"purpose\": \"maskable\"\n        }\n    ]\n}\n"
  },
  {
    "path": "web/splash/splash.js",
    "content": "function removeSplashFromWeb() {\n  const elem = document.getElementById(\"splash\");\n  if (elem) {\n    elem.remove();\n  }\n  document.body.style.background = \"transparent\";\n}\n"
  },
  {
    "path": "web/splash/style.css",
    "content": "body {\n  margin:0;\n  height:100%;\n  background: #e1f5fe;\n  \n  background-size: 100% 100%;\n}\n\n.center {\n  margin: 0;\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  -ms-transform: translate(-50%, -50%);\n  transform: translate(-50%, -50%);\n}\n\n.contain {\n  display:block;\n  width:100%; height:100%;\n  object-fit: contain;\n}\n\n.stretch {\n  display:block;\n  width:100%; height:100%;\n}\n\n.cover {\n  display:block;\n  width:100%; height:100%;\n  object-fit: cover;\n}\n\n@media (prefers-color-scheme: dark) {\n  body {\n    margin:0;\n    height:100%;\n    background: #042a49;\n    \n    background-size: 100% 100%;\n  }\n}\n"
  },
  {
    "path": "windows/.gitignore",
    "content": "flutter/ephemeral/\n\n# Visual Studio user-specific files.\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# Visual Studio build-related files.\nx64/\nx86/\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!*.[Cc]ache/\n"
  },
  {
    "path": "windows/CMakeLists.txt",
    "content": "cmake_minimum_required(VERSION 3.14)\nproject(flutter_dating_template LANGUAGES CXX)\n\nset(BINARY_NAME \"flutter_dating_template\")\n\ncmake_policy(SET CMP0063 NEW)\n\nset(CMAKE_INSTALL_RPATH \"$ORIGIN/lib\")\n\n# Configure build options.\nget_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)\nif(IS_MULTICONFIG)\n  set(CMAKE_CONFIGURATION_TYPES \"Debug;Profile;Release\"\n    CACHE STRING \"\" FORCE)\nelse()\n  if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)\n    set(CMAKE_BUILD_TYPE \"Debug\" CACHE\n      STRING \"Flutter build mode\" FORCE)\n    set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS\n      \"Debug\" \"Profile\" \"Release\")\n  endif()\nendif()\n\nset(CMAKE_EXE_LINKER_FLAGS_PROFILE \"${CMAKE_EXE_LINKER_FLAGS_RELEASE}\")\nset(CMAKE_SHARED_LINKER_FLAGS_PROFILE \"${CMAKE_SHARED_LINKER_FLAGS_RELEASE}\")\nset(CMAKE_C_FLAGS_PROFILE \"${CMAKE_C_FLAGS_RELEASE}\")\nset(CMAKE_CXX_FLAGS_PROFILE \"${CMAKE_CXX_FLAGS_RELEASE}\")\n\n# Use Unicode for all projects.\nadd_definitions(-DUNICODE -D_UNICODE)\n\n# Compilation settings that should be applied to most targets.\nfunction(APPLY_STANDARD_SETTINGS TARGET)\n  target_compile_features(${TARGET} PUBLIC cxx_std_17)\n  target_compile_options(${TARGET} PRIVATE /W4 /WX /wd\"4100\")\n  target_compile_options(${TARGET} PRIVATE /EHsc)\n  target_compile_definitions(${TARGET} PRIVATE \"_HAS_EXCEPTIONS=0\")\n  target_compile_definitions(${TARGET} PRIVATE \"$<$<CONFIG:Debug>:_DEBUG>\")\nendfunction()\n\nset(FLUTTER_MANAGED_DIR \"${CMAKE_CURRENT_SOURCE_DIR}/flutter\")\n\n# Flutter library and tool build rules.\nadd_subdirectory(${FLUTTER_MANAGED_DIR})\n\n# Application build\nadd_subdirectory(\"runner\")\n\n# Generated plugin build rules, which manage building the plugins and adding\n# them to the application.\ninclude(flutter/generated_plugins.cmake)\n\n\n# === Installation ===\n# Support files are copied into place next to the executable, so that it can\n# run in place. This is done instead of making a separate bundle (as on Linux)\n# so that building and running from within Visual Studio will work.\nset(BUILD_BUNDLE_DIR \"$<TARGET_FILE_DIR:${BINARY_NAME}>\")\n# Make the \"install\" step default, as it's required to run.\nset(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1)\nif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)\n  set(CMAKE_INSTALL_PREFIX \"${BUILD_BUNDLE_DIR}\" CACHE PATH \"...\" FORCE)\nendif()\n\nset(INSTALL_BUNDLE_DATA_DIR \"${CMAKE_INSTALL_PREFIX}/data\")\nset(INSTALL_BUNDLE_LIB_DIR \"${CMAKE_INSTALL_PREFIX}\")\n\ninstall(TARGETS ${BINARY_NAME} RUNTIME DESTINATION \"${CMAKE_INSTALL_PREFIX}\"\n  COMPONENT Runtime)\n\ninstall(FILES \"${FLUTTER_ICU_DATA_FILE}\" DESTINATION \"${INSTALL_BUNDLE_DATA_DIR}\"\n  COMPONENT Runtime)\n\ninstall(FILES \"${FLUTTER_LIBRARY}\" DESTINATION \"${INSTALL_BUNDLE_LIB_DIR}\"\n  COMPONENT Runtime)\n\nif(PLUGIN_BUNDLED_LIBRARIES)\n  install(FILES \"${PLUGIN_BUNDLED_LIBRARIES}\"\n    DESTINATION \"${INSTALL_BUNDLE_LIB_DIR}\"\n    COMPONENT Runtime)\nendif()\n\n# Fully re-copy the assets directory on each build to avoid having stale files\n# from a previous install.\nset(FLUTTER_ASSET_DIR_NAME \"flutter_assets\")\ninstall(CODE \"\n  file(REMOVE_RECURSE \\\"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\\\")\n  \" COMPONENT Runtime)\ninstall(DIRECTORY \"${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}\"\n  DESTINATION \"${INSTALL_BUNDLE_DATA_DIR}\" COMPONENT Runtime)\n\n# Install the AOT library on non-Debug builds only.\ninstall(FILES \"${AOT_LIBRARY}\" DESTINATION \"${INSTALL_BUNDLE_DATA_DIR}\"\n  CONFIGURATIONS Profile;Release\n  COMPONENT Runtime)\n"
  },
  {
    "path": "windows/flutter/CMakeLists.txt",
    "content": "cmake_minimum_required(VERSION 3.14)\n\nset(EPHEMERAL_DIR \"${CMAKE_CURRENT_SOURCE_DIR}/ephemeral\")\n\n# Configuration provided via flutter tool.\ninclude(${EPHEMERAL_DIR}/generated_config.cmake)\n\n# TODO: Move the rest of this into files in ephemeral. See\n# https://github.com/flutter/flutter/issues/57146.\nset(WRAPPER_ROOT \"${EPHEMERAL_DIR}/cpp_client_wrapper\")\n\n# === Flutter Library ===\nset(FLUTTER_LIBRARY \"${EPHEMERAL_DIR}/flutter_windows.dll\")\n\n# Published to parent scope for install step.\nset(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE)\nset(FLUTTER_ICU_DATA_FILE \"${EPHEMERAL_DIR}/icudtl.dat\" PARENT_SCOPE)\nset(PROJECT_BUILD_DIR \"${PROJECT_DIR}/build/\" PARENT_SCOPE)\nset(AOT_LIBRARY \"${PROJECT_DIR}/build/windows/app.so\" PARENT_SCOPE)\n\nlist(APPEND FLUTTER_LIBRARY_HEADERS\n  \"flutter_export.h\"\n  \"flutter_windows.h\"\n  \"flutter_messenger.h\"\n  \"flutter_plugin_registrar.h\"\n  \"flutter_texture_registrar.h\"\n)\nlist(TRANSFORM FLUTTER_LIBRARY_HEADERS PREPEND \"${EPHEMERAL_DIR}/\")\nadd_library(flutter INTERFACE)\ntarget_include_directories(flutter INTERFACE\n  \"${EPHEMERAL_DIR}\"\n)\ntarget_link_libraries(flutter INTERFACE \"${FLUTTER_LIBRARY}.lib\")\nadd_dependencies(flutter flutter_assemble)\n\n# === Wrapper ===\nlist(APPEND CPP_WRAPPER_SOURCES_CORE\n  \"core_implementations.cc\"\n  \"standard_codec.cc\"\n)\nlist(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND \"${WRAPPER_ROOT}/\")\nlist(APPEND CPP_WRAPPER_SOURCES_PLUGIN\n  \"plugin_registrar.cc\"\n)\nlist(TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND \"${WRAPPER_ROOT}/\")\nlist(APPEND CPP_WRAPPER_SOURCES_APP\n  \"flutter_engine.cc\"\n  \"flutter_view_controller.cc\"\n)\nlist(TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND \"${WRAPPER_ROOT}/\")\n\n# Wrapper sources needed for a plugin.\nadd_library(flutter_wrapper_plugin STATIC\n  ${CPP_WRAPPER_SOURCES_CORE}\n  ${CPP_WRAPPER_SOURCES_PLUGIN}\n)\napply_standard_settings(flutter_wrapper_plugin)\nset_target_properties(flutter_wrapper_plugin PROPERTIES\n  POSITION_INDEPENDENT_CODE ON)\nset_target_properties(flutter_wrapper_plugin PROPERTIES\n  CXX_VISIBILITY_PRESET hidden)\ntarget_link_libraries(flutter_wrapper_plugin PUBLIC flutter)\ntarget_include_directories(flutter_wrapper_plugin PUBLIC\n  \"${WRAPPER_ROOT}/include\"\n)\nadd_dependencies(flutter_wrapper_plugin flutter_assemble)\n\n# Wrapper sources needed for the runner.\nadd_library(flutter_wrapper_app STATIC\n  ${CPP_WRAPPER_SOURCES_CORE}\n  ${CPP_WRAPPER_SOURCES_APP}\n)\napply_standard_settings(flutter_wrapper_app)\ntarget_link_libraries(flutter_wrapper_app PUBLIC flutter)\ntarget_include_directories(flutter_wrapper_app PUBLIC\n  \"${WRAPPER_ROOT}/include\"\n)\nadd_dependencies(flutter_wrapper_app flutter_assemble)\n\n# === Flutter tool backend ===\n# _phony_ is a non-existent file to force this command to run every time,\n# since currently there's no way to get a full input/output list from the\n# flutter tool.\nset(PHONY_OUTPUT \"${CMAKE_CURRENT_BINARY_DIR}/_phony_\")\nset_source_files_properties(\"${PHONY_OUTPUT}\" PROPERTIES SYMBOLIC TRUE)\nadd_custom_command(\n  OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS}\n    ${CPP_WRAPPER_SOURCES_CORE} ${CPP_WRAPPER_SOURCES_PLUGIN}\n    ${CPP_WRAPPER_SOURCES_APP}\n    ${PHONY_OUTPUT}\n  COMMAND ${CMAKE_COMMAND} -E env\n    ${FLUTTER_TOOL_ENVIRONMENT}\n    \"${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.bat\"\n      windows-x64 $<CONFIG>\n  VERBATIM\n)\nadd_custom_target(flutter_assemble DEPENDS\n  \"${FLUTTER_LIBRARY}\"\n  ${FLUTTER_LIBRARY_HEADERS}\n  ${CPP_WRAPPER_SOURCES_CORE}\n  ${CPP_WRAPPER_SOURCES_PLUGIN}\n  ${CPP_WRAPPER_SOURCES_APP}\n)\n"
  },
  {
    "path": "windows/flutter/generated_plugin_registrant.cc",
    "content": "//\n//  Generated file. Do not edit.\n//\n\n// clang-format off\n\n#include \"generated_plugin_registrant.h\"\n\n\nvoid RegisterPlugins(flutter::PluginRegistry* registry) {\n}\n"
  },
  {
    "path": "windows/flutter/generated_plugin_registrant.h",
    "content": "//\n//  Generated file. Do not edit.\n//\n\n// clang-format off\n\n#ifndef GENERATED_PLUGIN_REGISTRANT_\n#define GENERATED_PLUGIN_REGISTRANT_\n\n#include <flutter/plugin_registry.h>\n\n// Registers Flutter plugins.\nvoid RegisterPlugins(flutter::PluginRegistry* registry);\n\n#endif  // GENERATED_PLUGIN_REGISTRANT_\n"
  },
  {
    "path": "windows/flutter/generated_plugins.cmake",
    "content": "#\n# Generated file, do not edit.\n#\n\nlist(APPEND FLUTTER_PLUGIN_LIST\n)\n\nset(PLUGIN_BUNDLED_LIBRARIES)\n\nforeach(plugin ${FLUTTER_PLUGIN_LIST})\n  add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})\n  target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)\n  list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)\n  list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})\nendforeach(plugin)\n"
  },
  {
    "path": "windows/runner/CMakeLists.txt",
    "content": "cmake_minimum_required(VERSION 3.14)\nproject(runner LANGUAGES CXX)\n\nadd_executable(${BINARY_NAME} WIN32\n  \"flutter_window.cpp\"\n  \"main.cpp\"\n  \"utils.cpp\"\n  \"win32_window.cpp\"\n  \"${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc\"\n  \"Runner.rc\"\n  \"runner.exe.manifest\"\n)\napply_standard_settings(${BINARY_NAME})\ntarget_compile_definitions(${BINARY_NAME} PRIVATE \"NOMINMAX\")\ntarget_link_libraries(${BINARY_NAME} PRIVATE flutter flutter_wrapper_app)\ntarget_include_directories(${BINARY_NAME} PRIVATE \"${CMAKE_SOURCE_DIR}\")\nadd_dependencies(${BINARY_NAME} flutter_assemble)\n"
  },
  {
    "path": "windows/runner/Runner.rc",
    "content": "// Microsoft Visual C++ generated resource script.\n//\n#pragma code_page(65001)\n#include \"resource.h\"\n\n#define APSTUDIO_READONLY_SYMBOLS\n/////////////////////////////////////////////////////////////////////////////\n//\n// Generated from the TEXTINCLUDE 2 resource.\n//\n#include \"winres.h\"\n\n/////////////////////////////////////////////////////////////////////////////\n#undef APSTUDIO_READONLY_SYMBOLS\n\n/////////////////////////////////////////////////////////////////////////////\n// English (United States) resources\n\n#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\nLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US\n\n#ifdef APSTUDIO_INVOKED\n/////////////////////////////////////////////////////////////////////////////\n//\n// TEXTINCLUDE\n//\n\n1 TEXTINCLUDE\nBEGIN\n    \"resource.h\\0\"\nEND\n\n2 TEXTINCLUDE\nBEGIN\n    \"#include \"\"winres.h\"\"\\r\\n\"\n    \"\\0\"\nEND\n\n3 TEXTINCLUDE\nBEGIN\n    \"\\r\\n\"\n    \"\\0\"\nEND\n\n#endif    // APSTUDIO_INVOKED\n\n\n/////////////////////////////////////////////////////////////////////////////\n//\n// Icon\n//\n\n// Icon with lowest ID value placed first to ensure application icon\n// remains consistent on all systems.\nIDI_APP_ICON            ICON                    \"resources\\\\app_icon.ico\"\n\n\n/////////////////////////////////////////////////////////////////////////////\n//\n// Version\n//\n\n#ifdef FLUTTER_BUILD_NUMBER\n#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER\n#else\n#define VERSION_AS_NUMBER 1,0,0\n#endif\n\n#ifdef FLUTTER_BUILD_NAME\n#define VERSION_AS_STRING #FLUTTER_BUILD_NAME\n#else\n#define VERSION_AS_STRING \"1.0.0\"\n#endif\n\nVS_VERSION_INFO VERSIONINFO\n FILEVERSION VERSION_AS_NUMBER\n PRODUCTVERSION VERSION_AS_NUMBER\n FILEFLAGSMASK VS_FFI_FILEFLAGSMASK\n#ifdef _DEBUG\n FILEFLAGS VS_FF_DEBUG\n#else\n FILEFLAGS 0x0L\n#endif\n FILEOS VOS__WINDOWS32\n FILETYPE VFT_APP\n FILESUBTYPE 0x0L\nBEGIN\n    BLOCK \"StringFileInfo\"\n    BEGIN\n        BLOCK \"040904e4\"\n        BEGIN\n            VALUE \"CompanyName\", \"com.example\" \"\\0\"\n            VALUE \"FileDescription\", \"flutter_dating_template\" \"\\0\"\n            VALUE \"FileVersion\", VERSION_AS_STRING \"\\0\"\n            VALUE \"InternalName\", \"flutter_dating_template\" \"\\0\"\n            VALUE \"LegalCopyright\", \"Copyright (C) 2022 com.example. All rights reserved.\" \"\\0\"\n            VALUE \"OriginalFilename\", \"flutter_dating_template.exe\" \"\\0\"\n            VALUE \"ProductName\", \"flutter_dating_template\" \"\\0\"\n            VALUE \"ProductVersion\", VERSION_AS_STRING \"\\0\"\n        END\n    END\n    BLOCK \"VarFileInfo\"\n    BEGIN\n        VALUE \"Translation\", 0x409, 1252\n    END\nEND\n\n#endif    // English (United States) resources\n/////////////////////////////////////////////////////////////////////////////\n\n\n\n#ifndef APSTUDIO_INVOKED\n/////////////////////////////////////////////////////////////////////////////\n//\n// Generated from the TEXTINCLUDE 3 resource.\n//\n\n\n/////////////////////////////////////////////////////////////////////////////\n#endif    // not APSTUDIO_INVOKED\n"
  },
  {
    "path": "windows/runner/flutter_window.cpp",
    "content": "#include \"flutter_window.h\"\n\n#include <optional>\n\n#include \"flutter/generated_plugin_registrant.h\"\n\nFlutterWindow::FlutterWindow(const flutter::DartProject& project)\n    : project_(project) {}\n\nFlutterWindow::~FlutterWindow() {}\n\nbool FlutterWindow::OnCreate() {\n  if (!Win32Window::OnCreate()) {\n    return false;\n  }\n\n  RECT frame = GetClientArea();\n\n  // The size here must match the window dimensions to avoid unnecessary surface\n  // creation / destruction in the startup path.\n  flutter_controller_ = std::make_unique<flutter::FlutterViewController>(\n      frame.right - frame.left, frame.bottom - frame.top, project_);\n  // Ensure that basic setup of the controller was successful.\n  if (!flutter_controller_->engine() || !flutter_controller_->view()) {\n    return false;\n  }\n  RegisterPlugins(flutter_controller_->engine());\n  SetChildContent(flutter_controller_->view()->GetNativeWindow());\n  return true;\n}\n\nvoid FlutterWindow::OnDestroy() {\n  if (flutter_controller_) {\n    flutter_controller_ = nullptr;\n  }\n\n  Win32Window::OnDestroy();\n}\n\nLRESULT\nFlutterWindow::MessageHandler(HWND hwnd, UINT const message,\n                              WPARAM const wparam,\n                              LPARAM const lparam) noexcept {\n  // Give Flutter, including plugins, an opportunity to handle window messages.\n  if (flutter_controller_) {\n    std::optional<LRESULT> result =\n        flutter_controller_->HandleTopLevelWindowProc(hwnd, message, wparam,\n                                                      lparam);\n    if (result) {\n      return *result;\n    }\n  }\n\n  switch (message) {\n    case WM_FONTCHANGE:\n      flutter_controller_->engine()->ReloadSystemFonts();\n      break;\n  }\n\n  return Win32Window::MessageHandler(hwnd, message, wparam, lparam);\n}\n"
  },
  {
    "path": "windows/runner/flutter_window.h",
    "content": "#ifndef RUNNER_FLUTTER_WINDOW_H_\n#define RUNNER_FLUTTER_WINDOW_H_\n\n#include <flutter/dart_project.h>\n#include <flutter/flutter_view_controller.h>\n\n#include <memory>\n\n#include \"win32_window.h\"\n\n// A window that does nothing but host a Flutter view.\nclass FlutterWindow : public Win32Window {\n public:\n  // Creates a new FlutterWindow hosting a Flutter view running |project|.\n  explicit FlutterWindow(const flutter::DartProject& project);\n  virtual ~FlutterWindow();\n\n protected:\n  // Win32Window:\n  bool OnCreate() override;\n  void OnDestroy() override;\n  LRESULT MessageHandler(HWND window, UINT const message, WPARAM const wparam,\n                         LPARAM const lparam) noexcept override;\n\n private:\n  // The project to run.\n  flutter::DartProject project_;\n\n  // The Flutter instance hosted by this window.\n  std::unique_ptr<flutter::FlutterViewController> flutter_controller_;\n};\n\n#endif  // RUNNER_FLUTTER_WINDOW_H_\n"
  },
  {
    "path": "windows/runner/main.cpp",
    "content": "#include <flutter/dart_project.h>\n#include <flutter/flutter_view_controller.h>\n#include <windows.h>\n\n#include \"flutter_window.h\"\n#include \"utils.h\"\n\nint APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,\n                      _In_ wchar_t *command_line, _In_ int show_command) {\n  // Attach to console when present (e.g., 'flutter run') or create a\n  // new console when running with a debugger.\n  if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) {\n    CreateAndAttachConsole();\n  }\n\n  // Initialize COM, so that it is available for use in the library and/or\n  // plugins.\n  ::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED);\n\n  flutter::DartProject project(L\"data\");\n\n  std::vector<std::string> command_line_arguments =\n      GetCommandLineArguments();\n\n  project.set_dart_entrypoint_arguments(std::move(command_line_arguments));\n\n  FlutterWindow window(project);\n  Win32Window::Point origin(10, 10);\n  Win32Window::Size size(1280, 720);\n  if (!window.CreateAndShow(L\"flutter_dating_template\", origin, size)) {\n    return EXIT_FAILURE;\n  }\n  window.SetQuitOnClose(true);\n\n  ::MSG msg;\n  while (::GetMessage(&msg, nullptr, 0, 0)) {\n    ::TranslateMessage(&msg);\n    ::DispatchMessage(&msg);\n  }\n\n  ::CoUninitialize();\n  return EXIT_SUCCESS;\n}\n"
  },
  {
    "path": "windows/runner/resource.h",
    "content": "//{{NO_DEPENDENCIES}}\n// Microsoft Visual C++ generated include file.\n// Used by Runner.rc\n//\n#define IDI_APP_ICON                    101\n\n// Next default values for new objects\n//\n#ifdef APSTUDIO_INVOKED\n#ifndef APSTUDIO_READONLY_SYMBOLS\n#define _APS_NEXT_RESOURCE_VALUE        102\n#define _APS_NEXT_COMMAND_VALUE         40001\n#define _APS_NEXT_CONTROL_VALUE         1001\n#define _APS_NEXT_SYMED_VALUE           101\n#endif\n#endif\n"
  },
  {
    "path": "windows/runner/runner.exe.manifest",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<assembly xmlns=\"urn:schemas-microsoft-com:asm.v1\" manifestVersion=\"1.0\">\n  <application xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n    <windowsSettings>\n      <dpiAwareness xmlns=\"http://schemas.microsoft.com/SMI/2016/WindowsSettings\">PerMonitorV2</dpiAwareness>\n    </windowsSettings>\n  </application>\n  <compatibility xmlns=\"urn:schemas-microsoft-com:compatibility.v1\">\n    <application>\n      <!-- Windows 10 -->\n      <supportedOS Id=\"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}\"/>\n      <!-- Windows 8.1 -->\n      <supportedOS Id=\"{1f676c76-80e1-4239-95bb-83d0f6d0da78}\"/>\n      <!-- Windows 8 -->\n      <supportedOS Id=\"{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}\"/>\n      <!-- Windows 7 -->\n      <supportedOS Id=\"{35138b9a-5d96-4fbd-8e2d-a2440225f93a}\"/>\n    </application>\n  </compatibility>\n</assembly>\n"
  },
  {
    "path": "windows/runner/utils.cpp",
    "content": "#include \"utils.h\"\n\n#include <flutter_windows.h>\n#include <io.h>\n#include <stdio.h>\n#include <windows.h>\n\n#include <iostream>\n\nvoid CreateAndAttachConsole() {\n  if (::AllocConsole()) {\n    FILE *unused;\n    if (freopen_s(&unused, \"CONOUT$\", \"w\", stdout)) {\n      _dup2(_fileno(stdout), 1);\n    }\n    if (freopen_s(&unused, \"CONOUT$\", \"w\", stderr)) {\n      _dup2(_fileno(stdout), 2);\n    }\n    std::ios::sync_with_stdio();\n    FlutterDesktopResyncOutputStreams();\n  }\n}\n\nstd::vector<std::string> GetCommandLineArguments() {\n  // Convert the UTF-16 command line arguments to UTF-8 for the Engine to use.\n  int argc;\n  wchar_t** argv = ::CommandLineToArgvW(::GetCommandLineW(), &argc);\n  if (argv == nullptr) {\n    return std::vector<std::string>();\n  }\n\n  std::vector<std::string> command_line_arguments;\n\n  // Skip the first argument as it's the binary name.\n  for (int i = 1; i < argc; i++) {\n    command_line_arguments.push_back(Utf8FromUtf16(argv[i]));\n  }\n\n  ::LocalFree(argv);\n\n  return command_line_arguments;\n}\n\nstd::string Utf8FromUtf16(const wchar_t* utf16_string) {\n  if (utf16_string == nullptr) {\n    return std::string();\n  }\n  int target_length = ::WideCharToMultiByte(\n      CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string,\n      -1, nullptr, 0, nullptr, nullptr);\n  if (target_length == 0) {\n    return std::string();\n  }\n  std::string utf8_string;\n  utf8_string.resize(target_length);\n  int converted_length = ::WideCharToMultiByte(\n      CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string,\n      -1, utf8_string.data(),\n      target_length, nullptr, nullptr);\n  if (converted_length == 0) {\n    return std::string();\n  }\n  return utf8_string;\n}\n"
  },
  {
    "path": "windows/runner/utils.h",
    "content": "#ifndef RUNNER_UTILS_H_\n#define RUNNER_UTILS_H_\n\n#include <string>\n#include <vector>\n\n// Creates a console for the process, and redirects stdout and stderr to\n// it for both the runner and the Flutter library.\nvoid CreateAndAttachConsole();\n\n// Takes a null-terminated wchar_t* encoded in UTF-16 and returns a std::string\n// encoded in UTF-8. Returns an empty std::string on failure.\nstd::string Utf8FromUtf16(const wchar_t* utf16_string);\n\n// Gets the command line arguments passed in as a std::vector<std::string>,\n// encoded in UTF-8. Returns an empty std::vector<std::string> on failure.\nstd::vector<std::string> GetCommandLineArguments();\n\n#endif  // RUNNER_UTILS_H_\n"
  },
  {
    "path": "windows/runner/win32_window.cpp",
    "content": "#include \"win32_window.h\"\n\n#include <flutter_windows.h>\n\n#include \"resource.h\"\n\nnamespace {\n\nconstexpr const wchar_t kWindowClassName[] = L\"FLUTTER_RUNNER_WIN32_WINDOW\";\n\n// The number of Win32Window objects that currently exist.\nstatic int g_active_window_count = 0;\n\nusing EnableNonClientDpiScaling = BOOL __stdcall(HWND hwnd);\n\n// Scale helper to convert logical scaler values to physical using passed in\n// scale factor\nint Scale(int source, double scale_factor) {\n  return static_cast<int>(source * scale_factor);\n}\n\n// Dynamically loads the |EnableNonClientDpiScaling| from the User32 module.\n// This API is only needed for PerMonitor V1 awareness mode.\nvoid EnableFullDpiSupportIfAvailable(HWND hwnd) {\n  HMODULE user32_module = LoadLibraryA(\"User32.dll\");\n  if (!user32_module) {\n    return;\n  }\n  auto enable_non_client_dpi_scaling =\n      reinterpret_cast<EnableNonClientDpiScaling*>(\n          GetProcAddress(user32_module, \"EnableNonClientDpiScaling\"));\n  if (enable_non_client_dpi_scaling != nullptr) {\n    enable_non_client_dpi_scaling(hwnd);\n    FreeLibrary(user32_module);\n  }\n}\n\n}  // namespace\n\n// Manages the Win32Window's window class registration.\nclass WindowClassRegistrar {\n public:\n  ~WindowClassRegistrar() = default;\n\n  // Returns the singleton registar instance.\n  static WindowClassRegistrar* GetInstance() {\n    if (!instance_) {\n      instance_ = new WindowClassRegistrar();\n    }\n    return instance_;\n  }\n\n  // Returns the name of the window class, registering the class if it hasn't\n  // previously been registered.\n  const wchar_t* GetWindowClass();\n\n  // Unregisters the window class. Should only be called if there are no\n  // instances of the window.\n  void UnregisterWindowClass();\n\n private:\n  WindowClassRegistrar() = default;\n\n  static WindowClassRegistrar* instance_;\n\n  bool class_registered_ = false;\n};\n\nWindowClassRegistrar* WindowClassRegistrar::instance_ = nullptr;\n\nconst wchar_t* WindowClassRegistrar::GetWindowClass() {\n  if (!class_registered_) {\n    WNDCLASS window_class{};\n    window_class.hCursor = LoadCursor(nullptr, IDC_ARROW);\n    window_class.lpszClassName = kWindowClassName;\n    window_class.style = CS_HREDRAW | CS_VREDRAW;\n    window_class.cbClsExtra = 0;\n    window_class.cbWndExtra = 0;\n    window_class.hInstance = GetModuleHandle(nullptr);\n    window_class.hIcon =\n        LoadIcon(window_class.hInstance, MAKEINTRESOURCE(IDI_APP_ICON));\n    window_class.hbrBackground = 0;\n    window_class.lpszMenuName = nullptr;\n    window_class.lpfnWndProc = Win32Window::WndProc;\n    RegisterClass(&window_class);\n    class_registered_ = true;\n  }\n  return kWindowClassName;\n}\n\nvoid WindowClassRegistrar::UnregisterWindowClass() {\n  UnregisterClass(kWindowClassName, nullptr);\n  class_registered_ = false;\n}\n\nWin32Window::Win32Window() {\n  ++g_active_window_count;\n}\n\nWin32Window::~Win32Window() {\n  --g_active_window_count;\n  Destroy();\n}\n\nbool Win32Window::CreateAndShow(const std::wstring& title,\n                                const Point& origin,\n                                const Size& size) {\n  Destroy();\n\n  const wchar_t* window_class =\n      WindowClassRegistrar::GetInstance()->GetWindowClass();\n\n  const POINT target_point = {static_cast<LONG>(origin.x),\n                              static_cast<LONG>(origin.y)};\n  HMONITOR monitor = MonitorFromPoint(target_point, MONITOR_DEFAULTTONEAREST);\n  UINT dpi = FlutterDesktopGetDpiForMonitor(monitor);\n  double scale_factor = dpi / 96.0;\n\n  HWND window = CreateWindow(\n      window_class, title.c_str(), WS_OVERLAPPEDWINDOW | WS_VISIBLE,\n      Scale(origin.x, scale_factor), Scale(origin.y, scale_factor),\n      Scale(size.width, scale_factor), Scale(size.height, scale_factor),\n      nullptr, nullptr, GetModuleHandle(nullptr), this);\n\n  if (!window) {\n    return false;\n  }\n\n  return OnCreate();\n}\n\n// static\nLRESULT CALLBACK Win32Window::WndProc(HWND const window,\n                                      UINT const message,\n                                      WPARAM const wparam,\n                                      LPARAM const lparam) noexcept {\n  if (message == WM_NCCREATE) {\n    auto window_struct = reinterpret_cast<CREATESTRUCT*>(lparam);\n    SetWindowLongPtr(window, GWLP_USERDATA,\n                     reinterpret_cast<LONG_PTR>(window_struct->lpCreateParams));\n\n    auto that = static_cast<Win32Window*>(window_struct->lpCreateParams);\n    EnableFullDpiSupportIfAvailable(window);\n    that->window_handle_ = window;\n  } else if (Win32Window* that = GetThisFromHandle(window)) {\n    return that->MessageHandler(window, message, wparam, lparam);\n  }\n\n  return DefWindowProc(window, message, wparam, lparam);\n}\n\nLRESULT\nWin32Window::MessageHandler(HWND hwnd,\n                            UINT const message,\n                            WPARAM const wparam,\n                            LPARAM const lparam) noexcept {\n  switch (message) {\n    case WM_DESTROY:\n      window_handle_ = nullptr;\n      Destroy();\n      if (quit_on_close_) {\n        PostQuitMessage(0);\n      }\n      return 0;\n\n    case WM_DPICHANGED: {\n      auto newRectSize = reinterpret_cast<RECT*>(lparam);\n      LONG newWidth = newRectSize->right - newRectSize->left;\n      LONG newHeight = newRectSize->bottom - newRectSize->top;\n\n      SetWindowPos(hwnd, nullptr, newRectSize->left, newRectSize->top, newWidth,\n                   newHeight, SWP_NOZORDER | SWP_NOACTIVATE);\n\n      return 0;\n    }\n    case WM_SIZE: {\n      RECT rect = GetClientArea();\n      if (child_content_ != nullptr) {\n        // Size and position the child window.\n        MoveWindow(child_content_, rect.left, rect.top, rect.right - rect.left,\n                   rect.bottom - rect.top, TRUE);\n      }\n      return 0;\n    }\n\n    case WM_ACTIVATE:\n      if (child_content_ != nullptr) {\n        SetFocus(child_content_);\n      }\n      return 0;\n  }\n\n  return DefWindowProc(window_handle_, message, wparam, lparam);\n}\n\nvoid Win32Window::Destroy() {\n  OnDestroy();\n\n  if (window_handle_) {\n    DestroyWindow(window_handle_);\n    window_handle_ = nullptr;\n  }\n  if (g_active_window_count == 0) {\n    WindowClassRegistrar::GetInstance()->UnregisterWindowClass();\n  }\n}\n\nWin32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept {\n  return reinterpret_cast<Win32Window*>(\n      GetWindowLongPtr(window, GWLP_USERDATA));\n}\n\nvoid Win32Window::SetChildContent(HWND content) {\n  child_content_ = content;\n  SetParent(content, window_handle_);\n  RECT frame = GetClientArea();\n\n  MoveWindow(content, frame.left, frame.top, frame.right - frame.left,\n             frame.bottom - frame.top, true);\n\n  SetFocus(child_content_);\n}\n\nRECT Win32Window::GetClientArea() {\n  RECT frame;\n  GetClientRect(window_handle_, &frame);\n  return frame;\n}\n\nHWND Win32Window::GetHandle() {\n  return window_handle_;\n}\n\nvoid Win32Window::SetQuitOnClose(bool quit_on_close) {\n  quit_on_close_ = quit_on_close;\n}\n\nbool Win32Window::OnCreate() {\n  // No-op; provided for subclasses.\n  return true;\n}\n\nvoid Win32Window::OnDestroy() {\n  // No-op; provided for subclasses.\n}\n"
  },
  {
    "path": "windows/runner/win32_window.h",
    "content": "#ifndef RUNNER_WIN32_WINDOW_H_\n#define RUNNER_WIN32_WINDOW_H_\n\n#include <windows.h>\n\n#include <functional>\n#include <memory>\n#include <string>\n\n// A class abstraction for a high DPI-aware Win32 Window. Intended to be\n// inherited from by classes that wish to specialize with custom\n// rendering and input handling\nclass Win32Window {\n public:\n  struct Point {\n    unsigned int x;\n    unsigned int y;\n    Point(unsigned int x, unsigned int y) : x(x), y(y) {}\n  };\n\n  struct Size {\n    unsigned int width;\n    unsigned int height;\n    Size(unsigned int width, unsigned int height)\n        : width(width), height(height) {}\n  };\n\n  Win32Window();\n  virtual ~Win32Window();\n\n  // Creates and shows a win32 window with |title| and position and size using\n  // |origin| and |size|. New windows are created on the default monitor. Window\n  // sizes are specified to the OS in physical pixels, hence to ensure a\n  // consistent size to will treat the width height passed in to this function\n  // as logical pixels and scale to appropriate for the default monitor. Returns\n  // true if the window was created successfully.\n  bool CreateAndShow(const std::wstring& title,\n                     const Point& origin,\n                     const Size& size);\n\n  // Release OS resources associated with window.\n  void Destroy();\n\n  // Inserts |content| into the window tree.\n  void SetChildContent(HWND content);\n\n  // Returns the backing Window handle to enable clients to set icon and other\n  // window properties. Returns nullptr if the window has been destroyed.\n  HWND GetHandle();\n\n  // If true, closing this window will quit the application.\n  void SetQuitOnClose(bool quit_on_close);\n\n  // Return a RECT representing the bounds of the current client area.\n  RECT GetClientArea();\n\n protected:\n  // Processes and route salient window messages for mouse handling,\n  // size change and DPI. Delegates handling of these to member overloads that\n  // inheriting classes can handle.\n  virtual LRESULT MessageHandler(HWND window,\n                                 UINT const message,\n                                 WPARAM const wparam,\n                                 LPARAM const lparam) noexcept;\n\n  // Called when CreateAndShow is called, allowing subclass window-related\n  // setup. Subclasses should return false if setup fails.\n  virtual bool OnCreate();\n\n  // Called when Destroy is called.\n  virtual void OnDestroy();\n\n private:\n  friend class WindowClassRegistrar;\n\n  // OS callback called by message pump. Handles the WM_NCCREATE message which\n  // is passed when the non-client area is being created and enables automatic\n  // non-client DPI scaling so that the non-client area automatically\n  // responsponds to changes in DPI. All other messages are handled by\n  // MessageHandler.\n  static LRESULT CALLBACK WndProc(HWND const window,\n                                  UINT const message,\n                                  WPARAM const wparam,\n                                  LPARAM const lparam) noexcept;\n\n  // Retrieves a class instance pointer for |window|\n  static Win32Window* GetThisFromHandle(HWND const window) noexcept;\n\n  bool quit_on_close_ = false;\n\n  // window handle for top level window.\n  HWND window_handle_ = nullptr;\n\n  // window handle for hosted content.\n  HWND child_content_ = nullptr;\n};\n\n#endif  // RUNNER_WIN32_WINDOW_H_\n"
  }
]