liukai 1 년 전
커밋
0d174932bf
100개의 변경된 파일2731개의 추가작업 그리고 0개의 파일을 삭제
  1. 78 0
      .gitignore
  2. 10 0
      .metadata
  3. 16 0
      README.md
  4. 29 0
      analysis_options.yaml
  5. 13 0
      android/.gitignore
  6. 69 0
      android/app/build.gradle
  7. 7 0
      android/app/src/debug/AndroidManifest.xml
  8. 38 0
      android/app/src/main/AndroidManifest.xml
  9. 6 0
      android/app/src/main/kotlin/com/hongyegroup/yycirclemalay/MainActivity.kt
  10. 12 0
      android/app/src/main/res/drawable-v21/launch_background.xml
  11. 12 0
      android/app/src/main/res/drawable/launch_background.xml
  12. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  13. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  14. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  15. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  16. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  17. 18 0
      android/app/src/main/res/values-night/styles.xml
  18. 18 0
      android/app/src/main/res/values/styles.xml
  19. 7 0
      android/app/src/profile/AndroidManifest.xml
  20. 41 0
      android/build.gradle
  21. 3 0
      android/gradle.properties
  22. 6 0
      android/gradle/wrapper/gradle-wrapper.properties
  23. 11 0
      android/settings.gradle
  24. BIN
      assets/fonts/San-Francisco-Display-Light.otf
  25. BIN
      assets/fonts/San-Francisco-Display-Medium.ttf
  26. BIN
      assets/fonts/San-Francisco-Display-Regular.ttf
  27. BIN
      assets/fonts/San-Francisco-Display-Semibold.otf
  28. BIN
      assets/fonts/Times-New-Roman.ttf
  29. BIN
      assets/images/blue_back.png
  30. BIN
      assets/images/splash_center_blue_logo.webp
  31. 34 0
      ios/.gitignore
  32. 26 0
      ios/Flutter/AppFrameworkInfo.plist
  33. 1 0
      ios/Flutter/Debug.xcconfig
  34. 1 0
      ios/Flutter/Release.xcconfig
  35. 484 0
      ios/Runner.xcodeproj/project.pbxproj
  36. 7 0
      ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  37. 8 0
      ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  38. 8 0
      ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  39. 87 0
      ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
  40. 7 0
      ios/Runner.xcworkspace/contents.xcworkspacedata
  41. 8 0
      ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  42. 8 0
      ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  43. 13 0
      ios/Runner/AppDelegate.swift
  44. 122 0
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
  45. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
  46. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
  47. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
  48. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
  49. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
  50. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
  51. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
  52. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
  53. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
  54. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
  55. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
  56. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
  57. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
  58. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
  59. BIN
      ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
  60. 23 0
      ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
  61. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
  62. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
  63. BIN
      ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
  64. 5 0
      ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
  65. 37 0
      ios/Runner/Base.lproj/LaunchScreen.storyboard
  66. 26 0
      ios/Runner/Base.lproj/Main.storyboard
  67. 47 0
      ios/Runner/Info.plist
  68. 1 0
      ios/Runner/Runner-Bridging-Header.h
  69. 90 0
      lib/api/api_provider.dart
  70. 58 0
      lib/api/api_repository.dart
  71. 24 0
      lib/api/interceptors/auth_interceptor.dart
  72. 14 0
      lib/api/interceptors/log_req_interceptor.dart
  73. 16 0
      lib/api/interceptors/log_res_interceptor.dart
  74. 29 0
      lib/api/interceptors/response_interceptor.dart
  75. 12 0
      lib/app_binding.dart
  76. 15 0
      lib/comm/constants/api_constants.dart
  77. 14 0
      lib/comm/constants/app_constant.dart
  78. 27 0
      lib/comm/constants/color_constants.dart
  79. 10 0
      lib/comm/constants/font_constants.dart
  80. 8 0
      lib/comm/constants/sp_constant.dart
  81. 9 0
      lib/comm/service/storage_service.dart
  82. 26 0
      lib/comm/utils/dark_theme_util.dart
  83. 39 0
      lib/comm/utils/device_utils.dart
  84. 60 0
      lib/comm/utils/event_bus.dart
  85. 36 0
      lib/comm/utils/handle_error_utils.dart
  86. 28 0
      lib/comm/utils/image_utils.dart
  87. 99 0
      lib/comm/utils/log_utils.dart
  88. 53 0
      lib/comm/utils/number_text_input_formatter.dart
  89. 81 0
      lib/comm/utils/size_config.dart
  90. 36 0
      lib/comm/widget/alive/keep_alive_wrapper.dart
  91. 59 0
      lib/comm/widget/app_check_box.dart
  92. 59 0
      lib/comm/widget/common_widget.dart
  93. 36 0
      lib/comm/widget/dialog/custom_loading_widget.dart
  94. 30 0
      lib/comm/widget/dialog/custom_toast_widget.dart
  95. 43 0
      lib/comm/widget/double_tap_back_exit_app.dart
  96. 106 0
      lib/comm/widget/load_state_layout.dart
  97. 79 0
      lib/comm/widget/my_button.dart
  98. 101 0
      lib/comm/widget/my_click_item.dart
  99. 87 0
      lib/comm/widget/my_input_field.dart
  100. 0 0
      lib/comm/widget/my_load_image.dart

+ 78 - 0
.gitignore

@@ -0,0 +1,78 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+*.lock
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# Visual Studio Code related
+.vscode/
+
+# Flutter/Dart/Pub related
+**/doc/api/
+.dart_tool/
+.flutter-plugins
+.flutter-plugins-dependencies
+.packages
+.pub-cache/
+.pub/
+/build/
+
+# Android related
+**/android/**/gradle-wrapper.jar
+**/android/.gradle
+**/android/captures/
+**/android/gradlew
+**/android/gradlew.bat
+**/android/local.properties
+**/android/**/GeneratedPluginRegistrant.java
+
+# iOS/XCode related
+**/ios/**/*.mode1v3
+**/ios/**/*.mode2v3
+**/ios/**/*.moved-aside
+**/ios/**/*.pbxuser
+**/ios/**/*.perspectivev3
+**/ios/**/*sync/
+**/ios/**/.sconsign.dblite
+**/ios/**/.tags*
+**/ios/**/.vagrant/
+**/ios/**/DerivedData/
+**/ios/**/Icon?
+**/ios/**/Pods/
+**/ios/**/.symlinks/
+**/ios/**/profile
+**/ios/**/xcuserdata
+**/ios/.generated/
+**/ios/Flutter/App.framework
+**/ios/Flutter/Flutter.framework
+**/ios/Flutter/Generated.xcconfig
+**/ios/Flutter/app.flx
+**/ios/Flutter/app.zip
+**/ios/Flutter/flutter_assets/
+**/ios/ServiceDefinitions.json
+**/ios/Runner/GeneratedPluginRegistrant.*
+**/ios/Flutter/flutter_export_environment.sh
+**/ios/Flutter/.last_build_id
+
+# Web related
+lib/generated_plugin_registrant.dart
+
+# Exceptions to above rules.
+!**/ios/**/default.mode1v3
+!**/ios/**/default.mode2v3
+!**/ios/**/default.pbxuser
+!**/ios/**/default.perspectivev3
+!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
+/ios/build/

+ 10 - 0
.metadata

@@ -0,0 +1,10 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+  revision: c860cba910319332564e1e9d470a17074c1f2dfd
+  channel: beta
+
+project_type: app

+ 16 - 0
README.md

@@ -0,0 +1,16 @@
+# ftrecruiter
+
+A new Flutter application.
+
+## Getting Started
+
+This project is a starting point for a Flutter application.
+
+A few resources to get you started if this is your first Flutter project:
+
+- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
+- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
+
+For help getting started with Flutter, view our
+[online documentation](https://flutter.dev/docs), which offers tutorials,
+samples, guidance on mobile development, and a full API reference.

+ 29 - 0
analysis_options.yaml

@@ -0,0 +1,29 @@
+# This file configures the analyzer, which statically analyzes Dart code to
+# check for errors, warnings, and lints.
+#
+# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
+# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
+# invoked from the command line by running `flutter analyze`.
+
+# The following line activates a set of recommended lints for Flutter apps,
+# packages, and plugins designed to encourage good coding practices.
+include: package:flutter_lints/flutter.yaml
+
+linter:
+  # The lint rules applied to this project can be customized in the
+  # section below to disable rules from the `package:flutter_lints/flutter.yaml`
+  # included above or to enable additional rules. A list of all available lints
+  # and their documentation is published at
+  # https://dart-lang.github.io/linter/lints/index.html.
+  #
+  # Instead of disabling a lint rule for the entire project in the
+  # section below, it can also be suppressed for a single line of code
+  # or a specific dart file by using the `// ignore: name_of_lint` and
+  # `// ignore_for_file: name_of_lint` syntax on the line or in the file
+  # producing the lint.
+  rules:
+    # avoid_print: false  # Uncomment to disable the `avoid_print` rule
+    # prefer_single_quotes: true  # Uncomment to enable the `prefer_single_quotes` rule
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options

+ 13 - 0
android/.gitignore

@@ -0,0 +1,13 @@
+gradle-wrapper.jar
+/.gradle
+/captures/
+/gradlew
+/gradlew.bat
+/local.properties
+GeneratedPluginRegistrant.java
+
+# Remember to never publicly share your keystore.
+# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
+key.properties
+**/*.keystore
+**/*.jks

+ 69 - 0
android/app/build.gradle

@@ -0,0 +1,69 @@
+def localProperties = new Properties()
+def localPropertiesFile = rootProject.file('local.properties')
+if (localPropertiesFile.exists()) {
+    localPropertiesFile.withReader('UTF-8') { reader ->
+        localProperties.load(reader)
+    }
+}
+
+def flutterRoot = localProperties.getProperty('flutter.sdk')
+if (flutterRoot == null) {
+    throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
+}
+
+def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
+if (flutterVersionCode == null) {
+    flutterVersionCode = '1'
+}
+
+def flutterVersionName = localProperties.getProperty('flutter.versionName')
+if (flutterVersionName == null) {
+    flutterVersionName = '1.0'
+}
+
+apply plugin: 'com.android.application'
+apply plugin: 'kotlin-android'
+apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
+
+android {
+    compileSdkVersion 33
+
+    compileOptions {
+        sourceCompatibility JavaVersion.VERSION_1_8
+        targetCompatibility JavaVersion.VERSION_1_8
+    }
+
+    kotlinOptions {
+        jvmTarget = '1.8'
+    }
+
+    sourceSets {
+        main.java.srcDirs += 'src/main/kotlin'
+    }
+
+    defaultConfig {
+        // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
+        applicationId "com.hongyegroup.ftrecruiter"
+        minSdkVersion 19
+        targetSdkVersion 31
+        versionCode flutterVersionCode.toInteger()
+        versionName flutterVersionName
+    }
+
+    buildTypes {
+        release {
+            // TODO: Add your own signing config for the release build.
+            // Signing with the debug keys for now, so `flutter run --release` works.
+            signingConfig signingConfigs.debug
+        }
+    }
+}
+
+flutter {
+    source '../..'
+}
+
+dependencies {
+    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
+}

+ 7 - 0
android/app/src/debug/AndroidManifest.xml

@@ -0,0 +1,7 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.hongyegroup.ftrecruiter">
+    <!-- Flutter needs it to communicate with the running application
+         to allow setting breakpoints, to provide hot reload, etc.
+    -->
+    <uses-permission android:name="android.permission.INTERNET"/>
+</manifest>

+ 38 - 0
android/app/src/main/AndroidManifest.xml

@@ -0,0 +1,38 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.hongyegroup.ftrecruiter">
+
+    <application
+        android:name="${applicationName}"
+        android:icon="@mipmap/ic_launcher"
+        android:label="Fulltime Recruiter">
+        <activity
+            android:name=".MainActivity"
+            android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
+            android:exported="true"
+            android:hardwareAccelerated="true"
+            android:launchMode="singleTop"
+            android:theme="@style/LaunchTheme"
+            android:windowSoftInputMode="adjustResize">
+            <!-- Specifies an Android theme to apply to this Activity as soon as
+                 the Android process has started. This theme is visible to the user
+                 while the Flutter UI initializes. After that, this theme continues
+                 to determine the Window background behind the Flutter UI. -->
+            <meta-data
+                android:name="io.flutter.embedding.android.NormalTheme"
+                android:resource="@style/NormalTheme" />
+
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+
+        </activity>
+
+        <!-- Don't delete the meta-data below.
+             This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
+        <meta-data
+            android:name="flutterEmbedding"
+            android:value="2" />
+
+    </application>
+</manifest>

+ 6 - 0
android/app/src/main/kotlin/com/hongyegroup/yycirclemalay/MainActivity.kt

@@ -0,0 +1,6 @@
+package com.hongyegroup.ftrecruiter
+
+import io.flutter.embedding.android.FlutterActivity
+
+class MainActivity: FlutterActivity() {
+}

+ 12 - 0
android/app/src/main/res/drawable-v21/launch_background.xml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Modify this file to customize your launch splash screen -->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:drawable="?android:colorBackground" />
+
+    <!-- You can insert your own image assets here -->
+    <!-- <item>
+        <bitmap
+            android:gravity="center"
+            android:src="@mipmap/launch_image" />
+    </item> -->
+</layer-list>

+ 12 - 0
android/app/src/main/res/drawable/launch_background.xml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Modify this file to customize your launch splash screen -->
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:drawable="@android:color/white" />
+
+    <!-- You can insert your own image assets here -->
+    <!-- <item>
+        <bitmap
+            android:gravity="center"
+            android:src="@mipmap/launch_image" />
+    </item> -->
+</layer-list>

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png


+ 18 - 0
android/app/src/main/res/values-night/styles.xml

@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
+    <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
+        <!-- Show a splash screen on the activity. Automatically removed when
+             Flutter draws its first frame -->
+        <item name="android:windowBackground">@drawable/launch_background</item>
+    </style>
+    <!-- Theme applied to the Android Window as soon as the process has started.
+         This theme determines the color of the Android Window while your
+         Flutter UI initializes, as well as behind your Flutter UI while its
+         running.
+
+         This Theme is only used starting with V2 of Flutter's Android embedding. -->
+    <style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
+        <item name="android:windowBackground">?android:colorBackground</item>
+    </style>
+</resources>

+ 18 - 0
android/app/src/main/res/values/styles.xml

@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
+    <style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
+        <!-- Show a splash screen on the activity. Automatically removed when
+             Flutter draws its first frame -->
+        <item name="android:windowBackground">@drawable/launch_background</item>
+    </style>
+    <!-- Theme applied to the Android Window as soon as the process has started.
+         This theme determines the color of the Android Window while your
+         Flutter UI initializes, as well as behind your Flutter UI while its
+         running.
+
+         This Theme is only used starting with V2 of Flutter's Android embedding. -->
+    <style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
+        <item name="android:windowBackground">?android:colorBackground</item>
+    </style>
+</resources>

+ 7 - 0
android/app/src/profile/AndroidManifest.xml

@@ -0,0 +1,7 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.hongyegroup.ftrecruiter">
+    <!-- Flutter needs it to communicate with the running application
+         to allow setting breakpoints, to provide hot reload, etc.
+    -->
+    <uses-permission android:name="android.permission.INTERNET"/>
+</manifest>

+ 41 - 0
android/build.gradle

@@ -0,0 +1,41 @@
+buildscript {
+    ext.kotlin_version = '1.6.10'
+    repositories {
+        maven { url 'https://maven.aliyun.com/repository/public' }//jcenter
+        maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }//gradle-plugin
+        maven { url 'https://maven.aliyun.com/repository/central' }//central
+        maven { url 'https://maven.aliyun.com/repository/google' }//google
+        google()
+        mavenCentral()
+        maven { url 'https://jitpack.io' }
+    }
+
+    dependencies {
+        classpath 'com.android.tools.build:gradle:7.1.2'
+        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
+    }
+}
+
+allprojects {
+    repositories {
+        maven { url 'https://maven.aliyun.com/repository/public' }
+        maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
+        maven { url 'https://maven.aliyun.com/repository/central' }
+        maven { url 'https://maven.aliyun.com/repository/google' }
+        google()
+        mavenCentral()
+        maven { url 'https://jitpack.io' }
+    }
+}
+
+rootProject.buildDir = '../build'
+subprojects {
+    project.buildDir = "${rootProject.buildDir}/${project.name}"
+}
+subprojects {
+    project.evaluationDependsOn(':app')
+}
+
+task clean(type: Delete) {
+    delete rootProject.buildDir
+}

+ 3 - 0
android/gradle.properties

@@ -0,0 +1,3 @@
+org.gradle.jvmargs=-Xmx1536M
+android.useAndroidX=true
+android.enableJetifier=true

+ 6 - 0
android/gradle/wrapper/gradle-wrapper.properties

@@ -0,0 +1,6 @@
+#Sun Jan 24 20:08:12 CST 2021
+distributionBase=GRADLE_USER_HOME
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
+distributionPath=wrapper/dists
+zipStorePath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME

+ 11 - 0
android/settings.gradle

@@ -0,0 +1,11 @@
+include ':app'
+
+def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
+def properties = new Properties()
+
+assert localPropertiesFile.exists()
+localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
+
+def flutterSdkPath = properties.getProperty("flutter.sdk")
+assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
+apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"

BIN
assets/fonts/San-Francisco-Display-Light.otf


BIN
assets/fonts/San-Francisco-Display-Medium.ttf


BIN
assets/fonts/San-Francisco-Display-Regular.ttf


BIN
assets/fonts/San-Francisco-Display-Semibold.otf


BIN
assets/fonts/Times-New-Roman.ttf


BIN
assets/images/blue_back.png


BIN
assets/images/splash_center_blue_logo.webp


+ 34 - 0
ios/.gitignore

@@ -0,0 +1,34 @@
+**/dgph
+*.mode1v3
+*.mode2v3
+*.moved-aside
+*.pbxuser
+*.perspectivev3
+**/*sync/
+.sconsign.dblite
+.tags*
+**/.vagrant/
+**/DerivedData/
+Icon?
+**/Pods/
+**/.symlinks/
+profile
+xcuserdata
+**/.generated/
+Flutter/App.framework
+Flutter/Flutter.framework
+Flutter/Flutter.podspec
+Flutter/Generated.xcconfig
+Flutter/ephemeral/
+Flutter/app.flx
+Flutter/app.zip
+Flutter/flutter_assets/
+Flutter/flutter_export_environment.sh
+ServiceDefinitions.json
+Runner/GeneratedPluginRegistrant.*
+
+# Exceptions to above rules.
+!default.mode1v3
+!default.mode2v3
+!default.pbxuser
+!default.perspectivev3

+ 26 - 0
ios/Flutter/AppFrameworkInfo.plist

@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+  <key>CFBundleDevelopmentRegion</key>
+  <string>en</string>
+  <key>CFBundleExecutable</key>
+  <string>App</string>
+  <key>CFBundleIdentifier</key>
+  <string>io.flutter.flutter.app</string>
+  <key>CFBundleInfoDictionaryVersion</key>
+  <string>6.0</string>
+  <key>CFBundleName</key>
+  <string>App</string>
+  <key>CFBundlePackageType</key>
+  <string>FMWK</string>
+  <key>CFBundleShortVersionString</key>
+  <string>1.0</string>
+  <key>CFBundleSignature</key>
+  <string>????</string>
+  <key>CFBundleVersion</key>
+  <string>1.0</string>
+  <key>MinimumOSVersion</key>
+  <string>9.0</string>
+</dict>
+</plist>

+ 1 - 0
ios/Flutter/Debug.xcconfig

@@ -0,0 +1 @@
+#include "Generated.xcconfig"

+ 1 - 0
ios/Flutter/Release.xcconfig

@@ -0,0 +1 @@
+#include "Generated.xcconfig"

+ 484 - 0
ios/Runner.xcodeproj/project.pbxproj

@@ -0,0 +1,484 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 50;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
+		3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
+		74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
+		97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
+		97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
+		97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+		9705A1C41CF9048500538489 /* Embed Frameworks */ = {
+			isa = PBXCopyFilesBuildPhase;
+			buildActionMask = 2147483647;
+			dstPath = "";
+			dstSubfolderSpec = 10;
+			files = (
+			);
+			name = "Embed Frameworks";
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+		1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
+		1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
+		3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
+		74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
+		74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
+		7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
+		9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
+		9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
+		97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+		97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+		97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+		97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		97C146EB1CF9000F007C117D /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		9740EEB11CF90186004384FC /* Flutter */ = {
+			isa = PBXGroup;
+			children = (
+				3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
+				9740EEB21CF90195004384FC /* Debug.xcconfig */,
+				7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
+				9740EEB31CF90195004384FC /* Generated.xcconfig */,
+			);
+			name = Flutter;
+			sourceTree = "<group>";
+		};
+		97C146E51CF9000F007C117D = {
+			isa = PBXGroup;
+			children = (
+				9740EEB11CF90186004384FC /* Flutter */,
+				97C146F01CF9000F007C117D /* Runner */,
+				97C146EF1CF9000F007C117D /* Products */,
+			);
+			sourceTree = "<group>";
+		};
+		97C146EF1CF9000F007C117D /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				97C146EE1CF9000F007C117D /* Runner.app */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		97C146F01CF9000F007C117D /* Runner */ = {
+			isa = PBXGroup;
+			children = (
+				97C146FA1CF9000F007C117D /* Main.storyboard */,
+				97C146FD1CF9000F007C117D /* Assets.xcassets */,
+				97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
+				97C147021CF9000F007C117D /* Info.plist */,
+				1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
+				1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
+				74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
+				74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
+			);
+			path = Runner;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		97C146ED1CF9000F007C117D /* Runner */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
+			buildPhases = (
+				9740EEB61CF901F6004384FC /* Run Script */,
+				97C146EA1CF9000F007C117D /* Sources */,
+				97C146EB1CF9000F007C117D /* Frameworks */,
+				97C146EC1CF9000F007C117D /* Resources */,
+				9705A1C41CF9048500538489 /* Embed Frameworks */,
+				3B06AD1E1E4923F5004D2608 /* Thin Binary */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = Runner;
+			productName = Runner;
+			productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
+			productType = "com.apple.product-type.application";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		97C146E61CF9000F007C117D /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastUpgradeCheck = 1300;
+				ORGANIZATIONNAME = "";
+				TargetAttributes = {
+					97C146ED1CF9000F007C117D = {
+						CreatedOnToolsVersion = 7.3.1;
+						LastSwiftMigration = 1100;
+					};
+				};
+			};
+			buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
+			compatibilityVersion = "Xcode 9.3";
+			developmentRegion = en;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+				Base,
+			);
+			mainGroup = 97C146E51CF9000F007C117D;
+			productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				97C146ED1CF9000F007C117D /* Runner */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+		97C146EC1CF9000F007C117D /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
+				3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
+				97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
+				97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+		3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			inputPaths = (
+			);
+			name = "Thin Binary";
+			outputPaths = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+			shellPath = /bin/sh;
+			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
+		};
+		9740EEB61CF901F6004384FC /* Run Script */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			inputPaths = (
+			);
+			name = "Run Script";
+			outputPaths = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+			shellPath = /bin/sh;
+			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
+		};
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		97C146EA1CF9000F007C117D /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
+				1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+		97C146FA1CF9000F007C117D /* Main.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				97C146FB1CF9000F007C117D /* Base */,
+			);
+			name = Main.storyboard;
+			sourceTree = "<group>";
+		};
+		97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				97C147001CF9000F007C117D /* Base */,
+			);
+			name = LaunchScreen.storyboard;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+		249021D3217E4FDB00AE95B9 /* Profile */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_COMMA = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INFINITE_RECURSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+				CLANG_WARN_STRICT_PROTOTYPES = YES;
+				CLANG_WARN_SUSPICIOUS_MOVE = YES;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				SDKROOT = iphoneos;
+				SUPPORTED_PLATFORMS = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Profile;
+		};
+		249021D4217E4FDB00AE95B9 /* Profile */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CLANG_ENABLE_MODULES = YES;
+				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+				DEVELOPMENT_TEAM = CW4J9W8LB6;
+				ENABLE_BITCODE = NO;
+				INFOPLIST_FILE = Runner/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = (
+					"$(inherited)",
+					"@executable_path/Frameworks",
+				);
+				PRODUCT_BUNDLE_IDENTIFIER = com.hongyegroup.yycirclemalay;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+				SWIFT_VERSION = 5.0;
+				VERSIONING_SYSTEM = "apple-generic";
+			};
+			name = Profile;
+		};
+		97C147031CF9000F007C117D /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_COMMA = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INFINITE_RECURSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+				CLANG_WARN_STRICT_PROTOTYPES = YES;
+				CLANG_WARN_SUSPICIOUS_MOVE = YES;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = dwarf;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				ENABLE_TESTABILITY = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+				MTL_ENABLE_DEBUG_INFO = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = iphoneos;
+				TARGETED_DEVICE_FAMILY = "1,2";
+			};
+			name = Debug;
+		};
+		97C147041CF9000F007C117D /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_NONNULL = YES;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_COMMA = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INFINITE_RECURSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+				CLANG_WARN_STRICT_PROTOTYPES = YES;
+				CLANG_WARN_SUSPICIOUS_MOVE = YES;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				SDKROOT = iphoneos;
+				SUPPORTED_PLATFORMS = iphoneos;
+				SWIFT_COMPILATION_MODE = wholemodule;
+				SWIFT_OPTIMIZATION_LEVEL = "-O";
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Release;
+		};
+		97C147061CF9000F007C117D /* Debug */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CLANG_ENABLE_MODULES = YES;
+				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+				DEVELOPMENT_TEAM = CW4J9W8LB6;
+				ENABLE_BITCODE = NO;
+				INFOPLIST_FILE = Runner/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = (
+					"$(inherited)",
+					"@executable_path/Frameworks",
+				);
+				PRODUCT_BUNDLE_IDENTIFIER = com.hongyegroup.yycirclemalay;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+				SWIFT_VERSION = 5.0;
+				VERSIONING_SYSTEM = "apple-generic";
+			};
+			name = Debug;
+		};
+		97C147071CF9000F007C117D /* Release */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				CLANG_ENABLE_MODULES = YES;
+				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+				DEVELOPMENT_TEAM = CW4J9W8LB6;
+				ENABLE_BITCODE = NO;
+				INFOPLIST_FILE = Runner/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = (
+					"$(inherited)",
+					"@executable_path/Frameworks",
+				);
+				PRODUCT_BUNDLE_IDENTIFIER = com.hongyegroup.yycirclemalay;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+				SWIFT_VERSION = 5.0;
+				VERSIONING_SYSTEM = "apple-generic";
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				97C147031CF9000F007C117D /* Debug */,
+				97C147041CF9000F007C117D /* Release */,
+				249021D3217E4FDB00AE95B9 /* Profile */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				97C147061CF9000F007C117D /* Debug */,
+				97C147071CF9000F007C117D /* Release */,
+				249021D4217E4FDB00AE95B9 /* Profile */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = 97C146E61CF9000F007C117D /* Project object */;
+}

+ 7 - 0
ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "self:">
+   </FileRef>
+</Workspace>

+ 8 - 0
ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>IDEDidComputeMac32BitWarning</key>
+	<true/>
+</dict>
+</plist>

+ 8 - 0
ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreviewsEnabled</key>
+	<false/>
+</dict>
+</plist>

+ 87 - 0
ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "1300"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+      <BuildActionEntries>
+         <BuildActionEntry
+            buildForTesting = "YES"
+            buildForRunning = "YES"
+            buildForProfiling = "YES"
+            buildForArchiving = "YES"
+            buildForAnalyzing = "YES">
+            <BuildableReference
+               BuildableIdentifier = "primary"
+               BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+               BuildableName = "Runner.app"
+               BlueprintName = "Runner"
+               ReferencedContainer = "container:Runner.xcodeproj">
+            </BuildableReference>
+         </BuildActionEntry>
+      </BuildActionEntries>
+   </BuildAction>
+   <TestAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      shouldUseLaunchSchemeArgsEnv = "YES">
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+            BuildableName = "Runner.app"
+            BlueprintName = "Runner"
+            ReferencedContainer = "container:Runner.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
+      <Testables>
+      </Testables>
+   </TestAction>
+   <LaunchAction
+      buildConfiguration = "Debug"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      debugServiceExtension = "internal"
+      allowLocationSimulation = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+            BuildableName = "Runner.app"
+            BlueprintName = "Runner"
+            ReferencedContainer = "container:Runner.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </LaunchAction>
+   <ProfileAction
+      buildConfiguration = "Profile"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      debugDocumentVersioning = "YES">
+      <BuildableProductRunnable
+         runnableDebuggingMode = "0">
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+            BuildableName = "Runner.app"
+            BlueprintName = "Runner"
+            ReferencedContainer = "container:Runner.xcodeproj">
+         </BuildableReference>
+      </BuildableProductRunnable>
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Debug">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>

+ 7 - 0
ios/Runner.xcworkspace/contents.xcworkspacedata

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "group:Runner.xcodeproj">
+   </FileRef>
+</Workspace>

+ 8 - 0
ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>IDEDidComputeMac32BitWarning</key>
+	<true/>
+</dict>
+</plist>

+ 8 - 0
ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreviewsEnabled</key>
+	<false/>
+</dict>
+</plist>

+ 13 - 0
ios/Runner/AppDelegate.swift

@@ -0,0 +1,13 @@
+import UIKit
+import Flutter
+
+@UIApplicationMain
+@objc class AppDelegate: FlutterAppDelegate {
+  override func application(
+    _ application: UIApplication,
+    didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
+  ) -> Bool {
+    GeneratedPluginRegistrant.register(with: self)
+    return super.application(application, didFinishLaunchingWithOptions: launchOptions)
+  }
+}

+ 122 - 0
ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

@@ -0,0 +1,122 @@
+{
+  "images" : [
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-20x20@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-20x20@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-29x29@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-40x40@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-40x40@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-60x60@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "Icon-App-60x60@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-20x20@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-20x20@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-29x29@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-29x29@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-40x40@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-40x40@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "76x76",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-76x76@1x.png",
+      "scale" : "1x"
+    },
+    {
+      "size" : "76x76",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-76x76@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "83.5x83.5",
+      "idiom" : "ipad",
+      "filename" : "Icon-App-83.5x83.5@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "1024x1024",
+      "idiom" : "ios-marketing",
+      "filename" : "Icon-App-1024x1024@1x.png",
+      "scale" : "1x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png


BIN
ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png


+ 23 - 0
ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json

@@ -0,0 +1,23 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "filename" : "LaunchImage.png",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "LaunchImage@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "LaunchImage@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png


BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png


BIN
ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png


+ 5 - 0
ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md

@@ -0,0 +1,5 @@
+# Launch Screen Assets
+
+You can customize the launch screen with your own desired assets by replacing the image files in this directory.
+
+You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.

+ 37 - 0
ios/Runner/Base.lproj/LaunchScreen.storyboard

@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
+    </dependencies>
+    <scenes>
+        <!--View Controller-->
+        <scene sceneID="EHf-IW-A2E">
+            <objects>
+                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
+                        <viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
+                            </imageView>
+                        </subviews>
+                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
+                        <constraints>
+                            <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
+                            <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
+                        </constraints>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="53" y="375"/>
+        </scene>
+    </scenes>
+    <resources>
+        <image name="LaunchImage" width="168" height="185"/>
+    </resources>
+</document>

+ 26 - 0
ios/Runner/Base.lproj/Main.storyboard

@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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">
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
+    </dependencies>
+    <scenes>
+        <!--Flutter View Controller-->
+        <scene sceneID="tne-QT-ifu">
+            <objects>
+                <viewController id="BYZ-38-t0r" customClass="FlutterViewController" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
+                        <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
+                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
+            </objects>
+        </scene>
+    </scenes>
+</document>

+ 47 - 0
ios/Runner/Info.plist

@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>$(DEVELOPMENT_LANGUAGE)</string>
+	<key>CFBundleDisplayName</key>
+	<string>ftrecruiter</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>ftrecruiter</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>$(FLUTTER_BUILD_NAME)</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>$(FLUTTER_BUILD_NUMBER)</string>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>UILaunchStoryboardName</key>
+	<string>LaunchScreen</string>
+	<key>UIMainStoryboardFile</key>
+	<string>Main</string>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>UISupportedInterfaceOrientations~ipad</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationPortraitUpsideDown</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
+</dict>
+</plist>

+ 1 - 0
ios/Runner/Runner-Bridging-Header.h

@@ -0,0 +1 @@
+#import "GeneratedPluginRegistrant.h"

+ 90 - 0
lib/api/api_provider.dart

@@ -0,0 +1,90 @@
+import 'package:flutter_smart_dialog/flutter_smart_dialog.dart';
+import 'package:get/get.dart';
+import 'package:ftrecruiter/api/interceptors/auth_interceptor.dart';
+import 'package:ftrecruiter/api/interceptors/log_res_interceptor.dart';
+import 'package:ftrecruiter/api/interceptors/log_req_interceptor.dart';
+import 'package:ftrecruiter/comm/constants/api_constants.dart';
+import 'package:ftrecruiter/comm/constants/app_constant.dart';
+
+typedef NetSuccessCallback<T> = Function(T data);
+typedef NetSuccessListCallback<T> = Function(T data);
+typedef NetErrorCallback = Function(int? code, String? msg);
+
+enum HttpMethod { GET, POST }
+
+//基类的Api封装
+class ApiProvider extends GetConnect {
+  //Get请求封装
+  Future<void> requestNetwork(
+    String url, {
+    HttpMethod? method,
+    Map<String, String>? headers,
+    Map<String, dynamic>? query,
+    dynamic body,
+    NetSuccessCallback<Map<String, dynamic>>? onSuccess,
+    NetSuccessListCallback<List<dynamic>>? onSuccessList,
+    NetErrorCallback? onError,
+  }) async {
+    var req = method != null && method == HttpMethod.POST
+        ? post(url, body, headers: headers, query: query)
+        : get(url, headers: headers, query: query);
+
+    var result = await req;
+
+    if (result.statusCode == 200) {
+      //网络请求正确之后获取正常的Json-Map
+      Map<String, dynamic> jsonMap = result.body;
+
+      //查看apiCode是否正确
+      int code = jsonMap['code'];
+      if (code == 200) {
+        if (jsonMap['data'] is List<dynamic>) {
+          //返回数组
+          List<dynamic> list = jsonMap['data'];
+          if (onSuccessList != null) {
+            onSuccessList(list);
+          }
+        } else {
+          //返回对象
+          if (onSuccess != null) {
+            onSuccess(jsonMap['data']);
+          }
+        }
+      } else {
+        if (onError != null) {
+          onError(jsonMap['code'], jsonMap['message']);
+        }
+        //吐司Api错误信息
+        SmartDialog.compatible.showToast("${jsonMap['message']}");
+      }
+    } else {
+      if (onError != null) {
+        // result.bodyString   错误信息,这里没必要打印,拦截器中有打印的
+        onError(result.statusCode, result.statusText);
+      }
+      //吐司网络请求错误
+      SmartDialog.compatible.showToast(
+          "Network Error :${result.statusCode}  ${result.statusText}");
+    }
+  }
+
+  @override
+  void onInit() {
+    httpClient.baseUrl = ApiConstants.baseUrl;
+
+    // httpClient.addResponseModifier(responseInterceptor);
+
+    /// 统一添加身份验证请求头
+    httpClient.addRequestModifier(authInterceptor);
+
+    /// 打印Log(生产模式去除)
+    if (!AppConstant.inProduction) {
+      httpClient.addRequestModifier(logReqInterceptor);
+    }
+
+    /// 打印Log(生产模式去除)
+    if (!AppConstant.inProduction) {
+      httpClient.addResponseModifier(logResInterceptor);
+    }
+  }
+}

+ 58 - 0
lib/api/api_repository.dart

@@ -0,0 +1,58 @@
+import 'package:ftrecruiter/api/api_provider.dart';
+import 'package:ftrecruiter/comm/constants/api_constants.dart';
+import 'package:ftrecruiter/entity/response/industry_data.dart';
+import 'package:ftrecruiter/entity/response/server_time.dart';
+import 'package:ftrecruiter/entity/response/user_profile.dart';
+
+class ApiRepository {
+  final ApiProvider apiProvider;
+
+  ApiRepository({required this.apiProvider});
+
+  //获取服务器时间
+  void getServerTime({NetSuccessCallback<ServerTime>? success, NetErrorCallback? onError}) {
+    Map<String, String> headers = {};
+    headers["Accept"] = "application/x.yyjobs-api.v1+json";
+
+    //获取数据和处理数据的逻辑放在这里
+    apiProvider.requestNetwork(ApiConstants.apiServiceTime, headers: headers, onSuccess: (json) {
+      var serverTime = ServerTime.fromJson(json);
+      if (success != null) {
+        success(serverTime);
+      }
+    }, onError: onError);
+  }
+
+  //获取用户信息
+  void getUserProfile({NetSuccessCallback<UserProfile>? success, NetErrorCallback? onError}) {
+    Map<String, String> headers = {};
+    headers["Accept"] = "application/x.yyjobs-api.v1+json";
+
+    apiProvider.requestNetwork(ApiConstants.apiUserProfile, headers: headers, onSuccess: (json) {
+      var userProfile = UserProfile.fromJson(json);
+      if (success != null) {
+        success(userProfile);
+      }
+    }, onError: onError);
+  }
+
+  //获取行业列表
+  void getIndustryList({NetSuccessListCallback<List<IndustryData?>>? success, NetErrorCallback? onError}) {
+    Map<String, String> headers = {};
+    headers["Accept"] = "application/x.yyjobs-api.v1+json";
+
+    apiProvider.requestNetwork(ApiConstants.apiIndustryList, headers: headers, onSuccessList: (jsonList) {
+      //获取List数据 需要转换一次
+      var industryList = jsonList.map((value) {
+        if (value is Map<String, dynamic>) {
+          return IndustryData.fromJson(value);
+        } else {
+          return null;
+        }
+      }).toList();
+      if (success != null) {
+        success(industryList);
+      }
+    }, onError: onError);
+  }
+}

+ 24 - 0
lib/api/interceptors/auth_interceptor.dart

@@ -0,0 +1,24 @@
+import 'dart:async';
+
+import 'package:flustars/flustars.dart';
+import 'package:get/get_connect/http/src/request/request.dart';
+import 'package:ftrecruiter/comm/constants/sp_constant.dart';
+import 'package:ftrecruiter/comm/utils/device_utils.dart';
+
+
+//自动添加Token,自动刷新Token
+FutureOr<Request> authInterceptor(request) async {
+  final token = SpUtil.getString(SPConstant.SP_KEY_TOKEN);
+
+  if (!TextUtil.isEmpty(token)) {
+    request.headers['Authorization'] = 'bearer$token';
+  }
+  if (!Device.isWeb) {
+    request.headers['User-Agent'] = 'Mozilla/5.0';
+  }
+
+  //默认添加Content-Type
+  request.headers["Content-Type"] = "application/x-www-form-urlencoded";
+
+  return request;
+}

+ 14 - 0
lib/api/interceptors/log_req_interceptor.dart

@@ -0,0 +1,14 @@
+import 'dart:async';
+
+import 'package:get/get_connect/http/src/request/request.dart';
+import 'package:ftrecruiter/comm/utils/log_utils.dart';
+
+//打印响应信息
+FutureOr<Request> logReqInterceptor(request) async {
+  Log.d(' — — — — — — — — — — — — — — — — st — — — — — — — — — — — — — — — —');
+  Log.d('RequestUrl: ${request.url}}');
+  Log.d('RequestMethod: ${request.method}');
+  Log.d('RequestHeaders:${request.headers}');
+
+  return request;
+}

+ 16 - 0
lib/api/interceptors/log_res_interceptor.dart

@@ -0,0 +1,16 @@
+import 'dart:async';
+
+import 'package:get/get_connect/http/src/request/request.dart';
+import 'package:get/get_connect/http/src/response/response.dart';
+import 'package:ftrecruiter/comm/utils/log_utils.dart';
+
+//打印响应信息
+FutureOr<dynamic> logResInterceptor(Request request, Response response) async {
+  // 输出结果
+  Log.d('ResponseCode: ${response.statusCode}');
+  Log.d('ResponseHeaders:${response.headers}');
+  Log.d('Response:${response.body.toString()}');
+  Log.d(' — — — — — — — — — — — — — — — — ed — — — — — — — — — — — — — — — —');
+
+  return response;
+}

+ 29 - 0
lib/api/interceptors/response_interceptor.dart

@@ -0,0 +1,29 @@
+import 'dart:async';
+import 'package:get/get.dart';
+import 'package:get/get_connect/http/src/request/request.dart';
+
+//获取到相应的响应拦截
+FutureOr<dynamic> responseInterceptor(Request request, Response response) async {
+
+  if (response.statusCode != 200) {
+
+    handleErrorStatus(response);
+
+    return;
+  }
+
+  return response;
+
+}
+
+void handleErrorStatus(Response response) {
+  switch (response.statusCode) {
+    case 400:
+
+      break;
+
+    default:
+
+  }
+  return;
+}

+ 12 - 0
lib/app_binding.dart

@@ -0,0 +1,12 @@
+import 'package:get/get.dart';
+import 'package:ftrecruiter/api/api_provider.dart';
+import 'package:ftrecruiter/api/api_repository.dart';
+
+//异步注入构造方法中的对象 用于Api网络请求相关的注入
+class AppBinding extends Bindings {
+  @override
+  void dependencies() async {
+    Get.put(ApiProvider(), permanent: true);
+    Get.put(ApiRepository(apiProvider: Get.find()), permanent: true);
+  }
+}

+ 15 - 0
lib/comm/constants/api_constants.dart

@@ -0,0 +1,15 @@
+//网络请求相关Api常量
+class ApiConstants {
+  //基础域名
+  static const baseUrl = 'http://yyjobs-api-dev.guabean.com';
+
+  //服务器时间
+  static const apiServiceTime = "/index.php/api/employee/extra/time";
+
+  //用户信息详情
+  static const apiUserProfile = "/index.php/api/employee/profile/detail";
+
+  //行业列表
+  static const apiIndustryList = "/index.php/api/employee/extra/industry";
+
+}

+ 14 - 0
lib/comm/constants/app_constant.dart

@@ -0,0 +1,14 @@
+import 'package:flutter/foundation.dart';
+
+class AppConstant {
+
+  /// App运行在Release环境时,inProduction为true;当App运行在Debug和Profile环境时,inProduction为false
+  static const bool inProduction  = kReleaseMode;
+
+  static bool isDriverTest  = false;
+  static bool isUnitTest  = false;
+
+  static const String theme = 'AppTheme';
+  static const String locale = 'locale';
+
+}

+ 27 - 0
lib/comm/constants/color_constants.dart

@@ -0,0 +1,27 @@
+import 'package:flutter/material.dart';
+
+class ColorConstants {
+  //颜色的常量值
+  static const Color lightScaffoldBackgroundColor = Color(0xFFF9F9F9);
+  static const Color darkScaffoldBackgroundColor = Color(0xff2F2E2E); //Theme的背景颜色
+  static const Color secondaryAppColor = Colors.white;
+  static const Color secondaryDarkAppColor = Color(0xff2F2E2E); //Theme的Appbar颜色
+
+  static const Color tipColor = Color(0xffB6B6B6);
+  static const Color gray = Color(0xFFCCCCCC);
+  static const Color lightGray = Color(0xFFF6F6F6);
+  static const Color darkGray = Color(0xFF9F9F9F);
+  static const Color black = Color(0xFF000000);
+  static const Color white = Color(0xFFFFFFFF);
+  static const Color dividerColor = Color(0xffd2d2d2);
+  static const Color appBlue = Color(0xff0689fb);
+  static const Color pageBg = Color(0xfff1f1f1);
+}
+
+Color hexToColor(String hex) {
+  assert(RegExp(r'^#([0-9a-fA-F]{6})|([0-9a-fA-F]{8})$').hasMatch(hex), 'hex color must be #rrggbb or #rrggbbaa');
+
+  return Color(
+    int.parse(hex.substring(1), radix: 16) + (hex.length == 7 ? 0xff000000 : 0x00000000),
+  );
+}

+ 10 - 0
lib/comm/constants/font_constants.dart

@@ -0,0 +1,10 @@
+class FontConstants {
+  //字体time new 字体
+  static const FONT_FAMILY_TIME_NEW = "time_new";
+
+  //SanFrancisco字体
+  static const FONT_FAMILY_SC_LIGHT = "sc_light";
+  static const FONT_FAMILY_SC_REGULAR = "sc_regular";
+  static const FONT_FAMILY_SC_MEDIUM = "sc_medium";
+  static const FONT_FAMILY_SC_BOLD = "sc_bold";
+}

+ 8 - 0
lib/comm/constants/sp_constant.dart

@@ -0,0 +1,8 @@
+import 'package:flutter/foundation.dart';
+
+class SPConstant {
+
+  //SP保存用户Token
+  static const String SP_KEY_TOKEN = 'user_token';
+
+}

+ 9 - 0
lib/comm/service/storage_service.dart

@@ -0,0 +1,9 @@
+import 'package:get/get.dart';
+import 'package:shared_preferences/shared_preferences.dart';
+
+//全局注入SP框架 基于key-value的本地缓存
+class StorageService extends GetxService {
+  Future<SharedPreferences> init() async {
+    return await SharedPreferences.getInstance();
+  }
+}

+ 26 - 0
lib/comm/utils/dark_theme_util.dart

@@ -0,0 +1,26 @@
+import 'package:flutter/material.dart';
+import 'package:ftrecruiter/comm/constants/color_constants.dart';
+import 'package:ftrecruiter/comm/widget/my_load_image.dart';
+import 'package:ftrecruiter/local/theme/theme_config.dart';
+import 'package:get/get.dart';
+
+//设置颜色兼容黑色模式
+class DarkThemeUtil {
+  /// 默认黑暗模式下的颜色为[ColorConstants.darkScaffoldBackgroundColor].
+  /// 如果想自定义黑暗模式下的颜色
+  static Color multiColors(Color lightColor, {Color? darkColor}) {
+    Color color;
+    if (Get.isDarkMode) {
+      color = darkColor ?? ThemeConfig.darkTheme.cardTheme.color ?? ColorConstants.darkScaffoldBackgroundColor;
+    } else {
+      color = lightColor;
+    }
+    return color;
+  }
+
+  /// 默认黑暗模式下的颜色不变.
+  /// 如果想自定义黑暗模式下的图标颜色填充颜色就行
+  static Widget multiImageColor(String imgPath, double width, double height, {Color? darkColor, BoxFit? fit}) {
+    return MyAssetImage(imgPath, width: width, height: height, color: Get.isDarkMode ? darkColor : null, fit: fit);
+  }
+}

+ 39 - 0
lib/comm/utils/device_utils.dart

@@ -0,0 +1,39 @@
+import 'dart:io';
+import 'package:device_info_plus/device_info_plus.dart';
+import 'package:flutter/foundation.dart';
+import 'package:ftrecruiter/comm/constants/app_constant.dart';
+
+/// https://medium.com/gskinner-team/flutter-simplify-platform-screen-size-detection-4cb6fc4f7ed1
+class Device {
+  static bool get isDesktop => !isWeb && (isWindows || isLinux || isMacOS);
+  static bool get isMobile => isAndroid || isIOS;
+  static bool get isWeb => kIsWeb;
+
+  static bool get isWindows => !isWeb && Platform.isWindows;
+  static bool get isLinux => !isWeb && Platform.isLinux;
+  static bool get isMacOS => !isWeb && Platform.isMacOS;
+  static bool get isAndroid => !isWeb && Platform.isAndroid;
+  static bool get isFuchsia => !isWeb && Platform.isFuchsia;
+  static bool get isIOS => !isWeb && Platform.isIOS;
+
+  static late AndroidDeviceInfo _androidInfo;
+
+  static Future<void> initDeviceInfo() async {
+    if (isAndroid) {
+      final DeviceInfoPlugin deviceInfo = DeviceInfoPlugin();
+      _androidInfo = await deviceInfo.androidInfo;
+    }
+  }
+
+  /// 使用前记得初始化
+  static int getAndroidSdkInt() {
+    if (AppConstant.isDriverTest) {
+      return -1;
+    }
+    if (isAndroid) {
+      return _androidInfo.version.sdkInt ?? -1;
+    } else {
+      return -1;
+    }
+  }
+}

+ 60 - 0
lib/comm/utils/event_bus.dart

@@ -0,0 +1,60 @@
+//订阅者回调签名
+typedef void EventCallback(arg);
+
+//ignore: slash_for_doc_comments
+/**
+    基于事件总线的事件消息通知
+
+    模板:
+    //监听登录事件
+    bus.on("login", (arg) {
+    // do something
+    });
+
+    //登录页B中
+    //登录成功后触发登录事件,页面A中订阅者会被调用
+    bus.emit("login", userInfo);
+ */
+class EventBus {
+  //私有构造函数  //注意单例怎么写,统一的三板斧:私有构造+static变量+工厂构造函数
+  EventBus._internal();
+  //保存单例
+  static final EventBus _singleton = EventBus._internal();
+  //工厂构造函数
+  factory EventBus()=> _singleton;
+
+  //保存事件订阅者队列,key:事件名(id),value: 对应事件的订阅者队列
+  final _emap = <Object, List<EventCallback>?>{};
+
+  //添加订阅者
+  void on(eventName, EventCallback f) {
+    _emap[eventName] ??=  <EventCallback>[];
+    _emap[eventName]!.add(f);
+  }
+
+  //移除订阅者
+  void off(eventName, [EventCallback? f]) {
+    var list = _emap[eventName];
+    if (eventName == null || list == null) return;
+    if (f == null) {
+      _emap[eventName] = null;
+    } else {
+      list.remove(f);
+    }
+  }
+
+  //触发事件,事件触发后该事件所有订阅者会被调用
+  void emit(eventName, [arg]) {
+    var list = _emap[eventName];
+    if (list == null) return;
+    int len = list.length - 1;
+    //反向遍历,防止订阅者在回调中移除自身带来的下标错位
+    for (var i = len; i > -1; --i) {
+      list[i](arg);
+    }
+  }
+}
+
+
+//定义一个top-level(全局)变量,页面引入该文件后可以直接使用bus
+var bus = EventBus();

+ 36 - 0
lib/comm/utils/handle_error_utils.dart

@@ -0,0 +1,36 @@
+import 'dart:async';
+
+import 'package:flutter/widgets.dart';
+import 'package:ftrecruiter/comm/constants/app_constant.dart';
+
+// 捕获全局异常,进行统一处理。
+void handleError(void Function() body) {
+  // 重写Flutter异常回调 FlutterError.onError
+  FlutterError.onError = (FlutterErrorDetails details) {
+    if (!AppConstant.inProduction) {
+      // debug时,直接将异常信息打印。
+      FlutterError.dumpErrorToConsole(details);
+    } else {
+      // release时,将异常交由zone统一处理。
+      Zone.current.handleUncaughtError(details.exception, details.stack!);
+    }
+  };
+
+  // 使用runZonedGuarded捕获Flutter未捕获的异常
+  runZonedGuarded(body, (Object error, StackTrace stackTrace) async {
+    await _reportError(error, stackTrace);
+  });
+}
+
+Future<void> _reportError(Object error, StackTrace stackTrace) async {
+  if (!AppConstant.inProduction) {
+    debugPrintStack(
+      stackTrace: stackTrace,
+      label: error.toString(),
+      maxFrames: 100,
+    );
+  } else {
+    // 将异常信息收集并上传到服务器。可以直接使用类似`flutter_bugly`插件处理异常上报。
+
+  }
+}

+ 28 - 0
lib/comm/utils/image_utils.dart

@@ -0,0 +1,28 @@
+import 'package:cached_network_image/cached_network_image.dart';
+import 'package:common_utils/common_utils.dart';
+import 'package:flutter/material.dart';
+import 'package:flutter/widgets.dart';
+
+//用于加载本地图片的工具类
+class ImageUtils {
+  static ImageProvider getAssetImage(String name) {
+    return AssetImage(getImgPath(name));
+  }
+
+  static String getImgPath(String name) {
+    if(name.startsWith("assets/images/")){
+      name = name.substring(14);
+    }
+    if (name.startsWith('/')) {
+      name = name.substring(1);
+    }
+    return 'assets/images/$name';
+  }
+
+  static ImageProvider getImageProvider(String? imageUrl, {String holderImg = 'none'}) {
+    if (TextUtil.isEmpty(imageUrl)) {
+      return AssetImage(getImgPath(holderImg));
+    }
+    return CachedNetworkImageProvider(imageUrl!);
+  }
+}

+ 99 - 0
lib/comm/utils/log_utils.dart

@@ -0,0 +1,99 @@
+
+import 'dart:convert' as convert;
+import 'package:common_utils/common_utils.dart';
+import 'package:ftrecruiter/comm/constants/app_constant.dart';
+
+/// 输出Log工具类
+class Log {
+
+  static const String tag = 'DEER-LOG';
+  
+  static void init() {
+    LogUtil.init(isDebug: !AppConstant.inProduction);
+  }
+
+  static void d(String msg, {String tag = tag}) {
+    if (!AppConstant.inProduction) {
+      LogUtil.v(msg, tag: tag);
+    }
+  }
+
+  static void e(String msg, {String tag = tag}) {
+    if (!AppConstant.inProduction) {
+      LogUtil.e(msg, tag: tag);
+    }
+  }
+
+  static void json(String msg, {String tag = tag}) {
+    if (!AppConstant.inProduction) {
+      try {
+        final dynamic data = convert.json.decode(msg);
+        if (data is Map) {
+          _printMap(data);
+        } else if (data is List) {
+          _printList(data);
+        } else
+          LogUtil.v(msg, tag: tag);
+      } catch(e) {
+        LogUtil.e(msg, tag: tag);
+      }
+    }
+  }
+
+  // https://github.com/Milad-Akarie/pretty_dio_logger
+  static void _printMap(Map data, {String tag = tag, int tabs = 1, bool isListItem = false, bool isLast = false}) {
+    final bool isRoot = tabs == 1;
+    final String initialIndent = _indent(tabs);
+    tabs++;
+
+    if (isRoot || isListItem) {
+      LogUtil.v('$initialIndent{', tag: tag);
+    }
+
+    data.keys.toList().asMap().forEach((index, dynamic key) {
+      final bool isLast = index == data.length - 1;
+      dynamic value = data[key];
+      if (value is String) {
+        value = '"$value"';
+      }
+      if (value is Map) {
+        if (value.isEmpty)
+          LogUtil.v('${_indent(tabs)} $key: $value${!isLast ? ',' : ''}', tag: tag);
+        else {
+          LogUtil.v('${_indent(tabs)} $key: {', tag: tag);
+          _printMap(value, tabs: tabs);
+        }
+      } else if (value is List) {
+        if (value.isEmpty) {
+          LogUtil.v('${_indent(tabs)} $key: ${value.toString()}', tag: tag);
+        } else {
+          LogUtil.v('${_indent(tabs)} $key: [', tag: tag);
+          _printList(value, tabs: tabs);
+          LogUtil.v('${_indent(tabs)} ]${isLast ? '' : ','}', tag: tag);
+        }
+      } else {
+        final msg = value.toString().replaceAll('\n', '');
+        LogUtil.v('${_indent(tabs)} $key: $msg${!isLast ? ',' : ''}', tag: tag);
+      }
+    });
+
+    LogUtil.v('$initialIndent}${isListItem && !isLast ? ',' : ''}', tag: tag);
+  }
+
+  static void _printList(List list, {String tag = tag, int tabs = 1}) {
+    list.asMap().forEach((i, dynamic e) {
+      final bool isLast = i == list.length - 1;
+      if (e is Map) {
+        if (e.isEmpty) {
+          LogUtil.v('${_indent(tabs)}  $e${!isLast ? ',' : ''}', tag: tag);
+        } else {
+          _printMap(e, tabs: tabs + 1, isListItem: true, isLast: isLast);
+        }
+      } else {
+        LogUtil.v('${_indent(tabs + 2)} $e${isLast ? '' : ','}', tag: tag);
+      }
+    });
+  }
+
+  static String _indent([int tabCount = 1]) => '  ' * tabCount;
+}

+ 53 - 0
lib/comm/utils/number_text_input_formatter.dart

@@ -0,0 +1,53 @@
+import 'package:flutter/services.dart';
+
+/// 数字、小数格式化(默认两位小数)
+class UsNumberTextInputFormatter extends TextInputFormatter {
+
+  UsNumberTextInputFormatter({
+    this.digit = 2,
+    this.max = 1000000
+  });
+
+  /// 允许输入的小数位数,-1代表不限制位数
+  final int digit;
+  /// 允许输入的最大值
+  final double max;
+
+  static const double _kDefaultDouble = 0.001;
+  
+  double _strToFloat(String str, [double defaultValue = _kDefaultDouble]) {
+    try {
+      return double.parse(str);
+    } catch (e) {
+      return defaultValue;
+    }
+  }
+
+  ///获取目前的小数位数
+  int _getValueDigit(String value) {
+    if (value.contains('.')) {
+      return value.split('.')[1].length;
+    } else {
+      return -1;
+    }
+  }
+
+  @override
+  TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditingValue newValue) {
+    String value = newValue.text;
+    int selectionIndex = newValue.selection.end;
+    if (value == '.') {
+      value = '0.';
+      selectionIndex++;
+    } else if (value != '' && value != _kDefaultDouble.toString() &&
+        _strToFloat(value) == _kDefaultDouble ||
+        _getValueDigit(value) > digit || _strToFloat(value) > max) {
+      value = oldValue.text;
+      selectionIndex = oldValue.selection.end;
+    }
+    return TextEditingValue(
+      text: value,
+      selection: TextSelection.collapsed(offset: selectionIndex),
+    );
+  }
+}

+ 81 - 0
lib/comm/utils/size_config.dart

@@ -0,0 +1,81 @@
+import 'package:flutter/material.dart';
+
+class SizeConfig {
+  SizeConfig._();
+  static SizeConfig _instance = SizeConfig._();
+  factory SizeConfig() => _instance;
+
+  late MediaQueryData _mediaQueryData;
+  late double screenWidth;
+  late double screenHeight;
+  late double blockSizeHorizontal;
+  late double blockSizeVertical;
+  late double _safeAreaHorizontal;
+  late double _safeAreaVertical;
+  late double safeBlockHorizontal;
+  late double safeBlockVertical;
+  double? profileDrawerWidth;
+  late double refHeight;
+  late double refWidth;
+
+  void init(BuildContext context) {
+    _mediaQueryData = MediaQuery.of(context);
+    screenWidth = _mediaQueryData.size.width;
+    screenHeight = _mediaQueryData.size.height;
+    refHeight = 1450;
+    refWidth = 670;
+
+    if (screenHeight < 1200) {
+      blockSizeHorizontal = screenWidth / 100;
+      blockSizeVertical = screenHeight / 100;
+
+      _safeAreaHorizontal =
+          _mediaQueryData.padding.left + _mediaQueryData.padding.right;
+      _safeAreaVertical =
+          _mediaQueryData.padding.top + _mediaQueryData.padding.bottom;
+      safeBlockHorizontal = (screenWidth - _safeAreaHorizontal) / 100;
+      safeBlockVertical = (screenHeight - _safeAreaVertical) / 100;
+    } else {
+      blockSizeHorizontal = screenWidth / 120;
+      blockSizeVertical = screenHeight / 120;
+
+      _safeAreaHorizontal =
+          _mediaQueryData.padding.left + _mediaQueryData.padding.right;
+      _safeAreaVertical =
+          _mediaQueryData.padding.top + _mediaQueryData.padding.bottom;
+      safeBlockHorizontal = (screenWidth - _safeAreaHorizontal) / 120;
+      safeBlockVertical = (screenHeight - _safeAreaVertical) / 120;
+    }
+  }
+
+  double getWidthRatio(double val) {
+    double res = (val / refWidth) * 100;
+    double temp = res * blockSizeHorizontal;
+
+    return temp;
+  }
+
+  double getHeightRatio(double val) {
+    double res = (val / refHeight) * 100;
+    double temp = res * blockSizeVertical;
+    return temp;
+  }
+
+  double getFontRatio(double val) {
+    double res = (val / refWidth) * 100;
+    double temp = 0.0;
+    if (screenWidth < screenHeight) {
+      temp = res * safeBlockHorizontal;
+    } else {
+      temp = res * safeBlockVertical;
+    }
+
+    return temp;
+  }
+}
+
+extension SizeUtils on num {
+  double get toWidth => SizeConfig().getWidthRatio(this.toDouble());
+  double get toHeight => SizeConfig().getHeightRatio(this.toDouble());
+  double get toFont => SizeConfig().getFontRatio(this.toDouble());
+}

+ 36 - 0
lib/comm/widget/alive/keep_alive_wrapper.dart

@@ -0,0 +1,36 @@
+import 'package:flutter/material.dart';
+
+/// 保持页面或列表的缓存 -可用于列表和PageView的子页面
+class KeepAliveWrapper extends StatefulWidget {
+  const KeepAliveWrapper({
+    Key? key,
+    this.keepAlive = true,
+    required this.child,
+  }) : super(key: key);
+  final bool keepAlive;
+  final Widget child;
+
+  @override
+  _KeepAliveWrapperState createState() => _KeepAliveWrapperState();
+}
+
+class _KeepAliveWrapperState extends State<KeepAliveWrapper>
+    with AutomaticKeepAliveClientMixin {
+  @override
+  Widget build(BuildContext context) {
+    super.build(context);
+    return widget.child;
+  }
+
+  @override
+  void didUpdateWidget(covariant KeepAliveWrapper oldWidget) {
+    if(oldWidget.keepAlive != widget.keepAlive) {
+      // keepAlive 状态需要更新,实现在 AutomaticKeepAliveClientMixin 中
+      updateKeepAlive();
+    }
+    super.didUpdateWidget(oldWidget);
+  }
+
+  @override
+  bool get wantKeepAlive => widget.keepAlive;
+}

+ 59 - 0
lib/comm/widget/app_check_box.dart

@@ -0,0 +1,59 @@
+import 'package:flutter/material.dart';
+import 'package:ftrecruiter/comm/widget/common_widget.dart';
+
+//CheckBox控件封装
+class AppCheckbox extends StatefulWidget {
+  final String? label;
+  final bool? checked;
+  final Function(bool?)? onChecked;
+
+   AppCheckbox({this.label, this.checked, this.onChecked});
+
+  @override
+  _AppCheckboxState createState() => _AppCheckboxState();
+}
+
+class _AppCheckboxState extends State<AppCheckbox> {
+  bool? _checked = false;
+
+  void _onChecked(bool? checked) {
+    print(checked);
+    setState(() {
+      _checked = checked;
+    });
+
+    if (widget.onChecked != null) {
+      widget.onChecked!(checked);
+    }
+  }
+
+  @override
+  Widget build(BuildContext context) {
+    return SafeArea(
+      child: Row(
+        crossAxisAlignment: CrossAxisAlignment.start,
+        children: [
+          SizedBox(
+            width: 24.0,
+            height: 24.0,
+            child: Checkbox(
+                value: _checked,
+                materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,
+                onChanged: _onChecked),
+          ),
+          CommonWidget.rowWidth(width: 10.0),
+          Flexible(
+            child: Text(
+              widget.label!,
+              textAlign: TextAlign.left,
+              style: const TextStyle(
+                fontSize: 13.0,
+                color: Colors.white,
+              ),
+            ),
+          ),
+        ],
+      ),
+    );
+  }
+}

+ 59 - 0
lib/comm/widget/common_widget.dart

@@ -0,0 +1,59 @@
+import 'package:flutter/material.dart';
+import 'package:get/get.dart';
+import 'package:ftrecruiter/comm/constants/color_constants.dart';
+import 'package:ftrecruiter/comm/widget/my_load_image.dart';
+import 'package:ftrecruiter/comm/utils/dark_theme_util.dart';
+import 'package:ftrecruiter/local/theme/theme_config.dart';
+
+class CommonWidget {
+  //封装AppBar
+  static AppBar appBar(BuildContext context, String title,
+      {void Function()? backCallback,
+      String? backPath,
+      Color textColor = Colors.black,
+      Color backgroundColor = Colors.white,
+      List<Widget>? actions}) {
+    return AppBar(
+      leading: Container(
+        padding: const EdgeInsets.only(top: 3.5),
+        child: IconButton(
+          icon: Get.isDarkMode
+              ? MyAssetImage(backPath ?? "assets/images/blue_back.png", width: 15, height: 22.5, color: Colors.white)
+              : MyAssetImage(backPath ?? "assets/images/blue_back.png", width: 15, height: 22.5),
+          onPressed: () {
+            if (backCallback != null) {
+              backCallback();
+            } else {
+              Navigator.pop(context);
+            }
+          },
+        ),
+      ),
+      centerTitle: true,
+      title: Text(
+        title,
+        style: TextStyle(color: Get.isDarkMode ? Colors.white : textColor, fontSize: 18),
+      ),
+      actions: actions,
+      backgroundColor: DarkThemeUtil.multiColors(backgroundColor),
+      elevation: 0.0,
+      bottom: const PreferredSize(
+          preferredSize: Size.fromHeight(0.5),
+          child: Divider(
+            height: 1.0,
+            indent: 0.0,
+            color: ColorConstants.dividerColor,
+          )),
+    );
+  }
+
+  //自定义高度快
+  static SizedBox rowHeight({double height = 30}) {
+    return SizedBox(height: height);
+  }
+
+  //自定义宽度快
+  static SizedBox rowWidth({double width = 30}) {
+    return SizedBox(width: width);
+  }
+}

+ 36 - 0
lib/comm/widget/dialog/custom_loading_widget.dart

@@ -0,0 +1,36 @@
+import 'package:flutter/material.dart';
+
+/// 自定义Loading的UI展示
+class CustomLoadingWidget extends StatelessWidget {
+  const CustomLoadingWidget({
+    Key? key,
+    required this.msg,
+  }) : super(key: key);
+
+  final String msg;
+
+  @override
+  Widget build(BuildContext context) {
+    return _buildBg(children: [
+      const CircularProgressIndicator(
+        strokeWidth: 2.5,
+        valueColor: AlwaysStoppedAnimation(Colors.white),
+      ),
+      Container(
+        margin: const EdgeInsets.only(top: 15),
+        child: Text(msg, style: const TextStyle(color: Colors.white,fontSize: 14)),
+      ),
+    ]);
+  }
+
+  Widget _buildBg({required List<Widget> children}) {
+    return Container(
+      padding: const EdgeInsets.symmetric(horizontal: 25, vertical: 15),
+      decoration: BoxDecoration(
+        color:  const Color(0xcc000000), //不使用传递的背景色 制定自己的背景颜色
+        borderRadius: BorderRadius.circular(10),
+      ),
+      child: Column(mainAxisSize: MainAxisSize.min, children: children),
+    );
+  }
+}

+ 30 - 0
lib/comm/widget/dialog/custom_toast_widget.dart

@@ -0,0 +1,30 @@
+import 'package:flutter/material.dart';
+
+/// 自定义气泡(吐司)的UI展示
+class CustomToastWidget extends StatelessWidget {
+
+  const CustomToastWidget({
+    Key? key,
+    required this.msg,
+    // required this.alignment,
+  }) : super(key: key);
+
+  final String msg;
+  // final AlignmentGeometry alignment;
+
+  @override
+  Widget build(BuildContext context) {
+    return Align(
+      alignment: Alignment.bottomCenter,
+      child: Container(
+        margin: const EdgeInsets.symmetric(vertical: 80),
+        padding: const EdgeInsets.symmetric(horizontal: 25, vertical: 12),
+        decoration: BoxDecoration(
+          color: const Color(0xcc000000),
+          borderRadius: BorderRadius.circular(18),
+        ),
+        child: Text(msg, style: const TextStyle(color: Colors.white,fontSize: 15.5)),
+      ),
+    );
+  }
+}

+ 43 - 0
lib/comm/widget/double_tap_back_exit_app.dart

@@ -0,0 +1,43 @@
+import 'package:flutter/material.dart';
+import 'package:flutter/services.dart';
+import 'package:flutter_smart_dialog/flutter_smart_dialog.dart';
+
+/// 双击返回退出
+class DoubleTapBackExitApp extends StatefulWidget {
+  const DoubleTapBackExitApp({
+    Key? key,
+    required this.child,
+    this.duration = const Duration(milliseconds: 2500),
+  }) : super(key: key);
+
+  final Widget child;
+
+  /// 两次点击返回按钮的时间间隔
+  final Duration duration;
+
+  @override
+  _DoubleTapBackExitAppState createState() => _DoubleTapBackExitAppState();
+}
+
+class _DoubleTapBackExitAppState extends State<DoubleTapBackExitApp> {
+  DateTime? _lastTime;
+
+  @override
+  Widget build(BuildContext context) {
+    return WillPopScope(
+      onWillPop: _isExit,
+      child: widget.child,
+    );
+  }
+
+  Future<bool> _isExit() async {
+    if (_lastTime == null || DateTime.now().difference(_lastTime!) > widget.duration) {
+      _lastTime = DateTime.now();
+      SmartDialog.compatible.showToast("再次点击退出应用");
+      return Future.value(false);
+    }
+    // ToastUtil.cancelToast();
+    await SystemNavigator.pop();
+    return Future.value(true);
+  }
+}

+ 106 - 0
lib/comm/widget/load_state_layout.dart

@@ -0,0 +1,106 @@
+import 'package:flutter/material.dart';
+import 'package:ftrecruiter/comm/constants/color_constants.dart';
+import 'package:ftrecruiter/comm/widget/my_load_image.dart';
+import 'package:ftrecruiter/comm/widget/my_text_view.dart';
+import 'package:get/get.dart';
+
+///四种视图状态
+enum LoadState { State_Success, State_Error, State_Loading, State_Empty }
+
+///根据不同状态来展示不同的视图
+class LoadStateLayout extends StatefulWidget {
+  final LoadState state; //页面状态
+  final Widget? successWidget; //成功视图
+  final VoidCallback? errorRetry; //错误事件处理
+
+  const LoadStateLayout(
+      {Key? key,
+      this.state = LoadState.State_Loading, //默认为加载状态
+      this.successWidget,
+      this.errorRetry})
+      : super(key: key);
+
+  @override
+  _LoadStateLayoutState createState() => _LoadStateLayoutState();
+}
+
+class _LoadStateLayoutState extends State<LoadStateLayout> {
+  @override
+  Widget build(BuildContext context) {
+    return Container(
+      //宽高都充满屏幕剩余空间
+      width: double.infinity,
+      height: double.infinity,
+      child: _buildWidget,
+    );
+  }
+
+  ///根据不同状态来显示不同的视图
+  Widget get _buildWidget {
+    switch (widget.state) {
+      case LoadState.State_Success:
+        return widget.successWidget ?? const SizedBox();
+      case LoadState.State_Error:
+        return _errorView;
+      case LoadState.State_Loading:
+        return _loadingView;
+      case LoadState.State_Empty:
+        return _emptyView;
+      default:
+        return _loadingView;
+    }
+  }
+
+  ///加载中视图
+  Widget get _loadingView {
+    return Container(
+      width: double.infinity,
+      height: double.infinity,
+      alignment: Alignment.center,
+      child: Column(
+        mainAxisSize: MainAxisSize.max,
+        mainAxisAlignment: MainAxisAlignment.center,
+        children: [
+          const CircularProgressIndicator(
+            strokeWidth: 3,
+            valueColor: AlwaysStoppedAnimation(ColorConstants.appBlue),
+          ),
+          MyTextView('loading'.tr, marginTop: 15, fontSize: 15.5)
+        ],
+      ),
+    );
+  }
+
+  ///错误视图
+  Widget get _errorView {
+    return SizedBox(
+        width: double.infinity,
+        height: double.infinity,
+        child: GestureDetector(
+            onTap: widget.errorRetry,
+            child: Column(
+              crossAxisAlignment: CrossAxisAlignment.center,
+              mainAxisAlignment: MainAxisAlignment.center,
+              children: <Widget>[
+                const MyAssetImage('other/page_no_data.webp', width: 180, height: 180, fit: BoxFit.contain),
+                MyTextView('load_error_try_again'.tr, marginTop: 10, fontSize: 15.5)
+              ],
+            )));
+  }
+
+  ///数据为空的视图
+  Widget get _emptyView {
+    return Container(
+      width: double.infinity,
+      height: double.infinity,
+      child: Column(
+        crossAxisAlignment: CrossAxisAlignment.center,
+        mainAxisAlignment: MainAxisAlignment.center,
+        children: <Widget>[
+          const MyAssetImage('other/page_no_data.webp', width: 180, height: 180, fit: BoxFit.contain),
+          MyTextView('load_no_data'.tr, marginTop: 10, fontSize: 15.5)
+        ],
+      ),
+    );
+  }
+}

+ 79 - 0
lib/comm/widget/my_button.dart

@@ -0,0 +1,79 @@
+import 'package:flutter/material.dart';
+import 'package:get/get.dart';
+import 'package:ftrecruiter/comm/constants/color_constants.dart';
+import 'package:ftrecruiter/comm/utils/dark_theme_util.dart';
+
+/// 默认字号18,白字蓝底,高度48
+class MyButton extends StatelessWidget {
+  const MyButton({
+    Key? key,
+    this.text = '',
+    this.fontSize = 16,
+    this.textColor,
+    this.disabledTextColor,
+    this.backgroundColor,
+    this.disabledBackgroundColor,
+    this.minHeight = 48.0,
+    this.minWidth = double.infinity,
+    this.padding = const EdgeInsets.symmetric(horizontal: 16.0),
+    this.radius = 5.0,
+    this.side = BorderSide.none,
+    required this.onPressed,
+  }) : super(key: key);
+
+  final String text;
+  final double fontSize;
+  final Color? textColor;
+  final Color? disabledTextColor;
+  final Color? backgroundColor;
+  final Color? disabledBackgroundColor;
+  final double? minHeight;
+  final double? minWidth;
+  final VoidCallback? onPressed;
+  final EdgeInsetsGeometry padding;
+  final double radius;
+  final BorderSide side;
+
+  @override
+  Widget build(BuildContext context) {
+    return TextButton(
+        onPressed: onPressed,
+        style: ButtonStyle(
+          // 文字颜色
+          foregroundColor: MaterialStateProperty.resolveWith(
+            (states) {
+              if (states.contains(MaterialState.disabled)) {
+                return DarkThemeUtil.multiColors(disabledTextColor ?? Colors.grey, darkColor: Colors.grey);
+              }
+              return DarkThemeUtil.multiColors(textColor ?? Colors.white,darkColor: Colors.white);
+            },
+          ),
+          // 背景颜色
+          backgroundColor: MaterialStateProperty.resolveWith((states) {
+            if (states.contains(MaterialState.disabled)) {
+              return DarkThemeUtil.multiColors(disabledBackgroundColor ?? Colors.white,darkColor: Colors.lightBlue);
+            }
+            return DarkThemeUtil.multiColors(backgroundColor ?? Colors.white,darkColor: ColorConstants.appBlue);
+          }),
+          // 水波纹
+          overlayColor: MaterialStateProperty.resolveWith((states) {
+            return DarkThemeUtil.multiColors(textColor ?? Colors.white).withOpacity(0.12);
+          }),
+          // 按钮最小大小
+          minimumSize: (minWidth == null || minHeight == null)
+              ? null
+              : MaterialStateProperty.all<Size>(Size(minWidth!, minHeight!)),
+          padding: MaterialStateProperty.all<EdgeInsetsGeometry>(padding),
+          shape: MaterialStateProperty.all<OutlinedBorder>(
+            RoundedRectangleBorder(
+              borderRadius: BorderRadius.circular(radius),
+            ),
+          ),
+          side: MaterialStateProperty.all<BorderSide>(side),
+        ),
+        child: Text(
+          text,
+          style: TextStyle(fontSize: fontSize),
+        ));
+  }
+}

+ 101 - 0
lib/comm/widget/my_click_item.dart

@@ -0,0 +1,101 @@
+import 'package:flutter/material.dart';
+import 'package:ftrecruiter/comm/constants/color_constants.dart';
+import 'package:ftrecruiter/comm/widget/my_load_image.dart';
+
+// ignore: slash_for_doc_comments
+/**
+    默认是左边文本图标等 右边more小箭头
+    常用于Me页面的跳转
+
+    模板:
+    MyClickItem(
+    title: '测试SP-存和取',
+    drawablePadding: 0,
+    onTap: () {
+    SpUtil.putString("username", "Sky24n");
+    SpUtil.putString(SPConstant.SP_KEY_TOKEN, "1234");
+    String? userName = SpUtil.getString("username");
+    if (!TextUtil.isEmpty(userName)) {
+    SmartDialog.compatible.showToast('username:$userName');
+    }
+    },
+    backgroundColor: ColorConstants.dividerColor,
+    ),
+ */
+class MyClickItem extends StatelessWidget {
+  const MyClickItem({
+    Key? key,
+    required this.onTap,
+    required this.title,
+    this.title_color = Colors.black,
+    this.title_size = 16,
+    this.image_path,
+    this.image_width = 25,
+    this.image_height = 25,
+    this.backgroundColor = Colors.white,
+    this.paddingTop = 8,
+    this.padingBottom = 8,
+    this.paddingLeft = 15,
+    this.paddingRight = 15,
+    this.marginTop = 0,
+    this.marginBottom = 0,
+    this.marginLeft = 0,
+    this.marginRight = 0,
+    this.drawablePadding = 10,
+    this.border_radius = 5.0,
+  }) : super(key: key);
+
+  final Function() onTap;
+  final String? image_path;
+  final double? image_width;
+  final double? image_height;
+  final String title;
+  final Color title_color;
+  final double title_size;
+  final Color backgroundColor;
+  final double border_radius;
+  final double paddingLeft, paddingTop, paddingRight, padingBottom;
+  final double marginLeft, marginTop, marginRight, marginBottom;
+  final double drawablePadding;
+
+  @override
+  Widget build(BuildContext context) {
+    return Container(
+      margin: EdgeInsets.fromLTRB(marginLeft, marginTop, marginRight, marginBottom),
+      child: Material(
+        borderRadius: BorderRadius.circular(border_radius),
+        color: backgroundColor,
+        child: InkWell(
+          onTap: onTap,
+          customBorder: RoundedRectangleBorder(borderRadius: BorderRadius.circular(11)),
+          child: Padding(
+            padding: EdgeInsets.fromLTRB(paddingLeft, paddingTop, paddingRight, padingBottom),
+            child: Row(
+              children: [
+                image_path == null
+                    ? const SizedBox()
+                    : MyLoadImage(
+                        image_path!,
+                        width: image_width,
+                        height: image_height,
+                      ),
+                SizedBox(
+                  width: drawablePadding,
+                ),
+                Expanded(
+                    child: Text(
+                  title,
+                  style: TextStyle(color: title_color, fontSize: title_size),
+                )),
+                const Icon(
+                  Icons.chevron_right,
+                  color: ColorConstants.darkGray,
+                ),
+              ],
+            ),
+          ),
+        ),
+      ),
+    );
+  }
+}

+ 87 - 0
lib/comm/widget/my_input_field.dart

@@ -0,0 +1,87 @@
+import 'package:flutter/material.dart';
+
+// ignore: slash_for_doc_comments
+/**
+    继承于FromTextField
+
+    模板:
+    MyInputField(
+    controller: controller.registerEmailController,
+    keyboardType: TextInputType.text,
+    labelText: '',
+    placeholder: 'Enter Email Address',
+    validator: (value) {
+    if (value?.isEmpty ?? true) {
+    return 'Email is required.';
+    }
+    return null;
+    },
+    ),
+ */
+class MyInputField extends StatelessWidget {
+  final TextEditingController controller;
+  final TextInputType keyboardType;
+  final String labelText;
+  final String placeholder;
+  final Color color;
+  final double fontSize;
+  final bool password;
+  final String? Function(String?)? validator;
+
+  MyInputField({
+    required this.controller,
+    this.keyboardType = TextInputType.text,
+    this.labelText = '',
+    this.placeholder = '',
+    this.color = Colors.black,
+    this.fontSize = 22.0,
+    this.password = false,
+    this.validator,
+  });
+
+  @override
+  Widget build(BuildContext context) {
+    return TextFormField(
+      decoration: InputDecoration(
+        fillColor: Colors.transparent,
+        contentPadding: EdgeInsets.symmetric(vertical: 10.0),
+        focusedBorder: UnderlineInputBorder(
+          borderSide: BorderSide(
+            color: this.color,
+          ),
+        ),
+        enabledBorder: UnderlineInputBorder(
+          borderSide: BorderSide(
+            color: this.color,
+          ),
+        ),
+        floatingLabelBehavior: FloatingLabelBehavior.always,
+        labelText: this.labelText,
+        labelStyle: TextStyle(
+          fontSize: fontSize - 2,
+          color: color,
+          height: 0.2,
+          fontWeight: FontWeight.normal,
+        ),
+        hintText: this.placeholder,
+        hintStyle: TextStyle(
+          fontSize: fontSize,
+          color: color,
+          fontWeight: FontWeight.normal,
+        ),
+        filled: true,
+        isDense: true,
+      ),
+      controller: this.controller,
+      style: TextStyle(
+        color: color,
+        fontSize: fontSize,
+        fontWeight: FontWeight.normal,
+      ),
+      keyboardType: this.keyboardType,
+      obscureText: this.password,
+      autocorrect: false,
+      validator: this.validator,
+    );
+  }
+}

+ 0 - 0
lib/comm/widget/my_load_image.dart


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.