diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1a14742
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.build/
+.buildlog/
+.history
+.svn/
+.swiftpm/
+migrate_working_dir/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+# Flutter/Dart/Pub related
+**/doc/api/
+**/ios/Flutter/.last_build_id
+.dart_tool/
+.flutter-plugins-dependencies
+.pub-cache/
+.pub/
+/build/
+**/build/
+Android/flutter_app/build/
+/coverage/
+# Symbolication related
+app.*.symbols
+
+# Obfuscation related
+app.*.map.json
+
+# Android Studio will place build artifacts here
+/android/app/debug
+/android/app/profile
+/android/app/release
diff --git a/Android/flutter_app/.metadata b/Android/flutter_app/.metadata
new file mode 100644
index 0000000..b5527e1
--- /dev/null
+++ b/Android/flutter_app/.metadata
@@ -0,0 +1,45 @@
+# 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: "66dd93f9a27ffe2a9bfc8297506ce066ff51265f"
+ channel: "stable"
+
+project_type: app
+
+# Tracks metadata for the flutter migrate command
+migration:
+ platforms:
+ - platform: root
+ create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ - platform: android
+ create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ - platform: ios
+ create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ - platform: linux
+ create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ - platform: macos
+ create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ - platform: web
+ create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ - platform: windows
+ create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+ base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
+
+ # User provided section
+
+ # List of Local paths (relative to this file) that should be
+ # ignored by the migrate tool.
+ #
+ # Files that are not part of the templates will be ignored by default.
+ unmanaged_files:
+ - 'lib/main.dart'
+ - 'ios/Runner.xcodeproj/project.pbxproj'
diff --git a/Android/flutter_app/README.md b/Android/flutter_app/README.md
new file mode 100644
index 0000000..74c007b
--- /dev/null
+++ b/Android/flutter_app/README.md
@@ -0,0 +1,16 @@
+# s_gizi
+
+A new Flutter project.
+
+## Getting Started
+
+This project is a starting point for a Flutter application.
+
+A few resources to get you started if this is your first Flutter project:
+
+- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
+- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
+
+For help getting started with Flutter development, view the
+[online documentation](https://docs.flutter.dev/), which offers tutorials,
+samples, guidance on mobile development, and a full API reference.
diff --git a/Android/flutter_app/Untitled b/Android/flutter_app/Untitled
new file mode 100644
index 0000000..999d9a5
--- /dev/null
+++ b/Android/flutter_app/Untitled
@@ -0,0 +1 @@
+font_awesome
\ No newline at end of file
diff --git a/Android/flutter_app/analysis_options.yaml b/Android/flutter_app/analysis_options.yaml
new file mode 100644
index 0000000..0d29021
--- /dev/null
+++ b/Android/flutter_app/analysis_options.yaml
@@ -0,0 +1,28 @@
+# 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.dev/lints.
+ #
+ # Instead of disabling a lint rule for the entire project in the
+ # section below, it can also be suppressed for a single line of code
+ # or a specific dart file by using the `// ignore: name_of_lint` and
+ # `// ignore_for_file: name_of_lint` syntax on the line or in the file
+ # producing the lint.
+ rules:
+ # avoid_print: false # Uncomment to disable the `avoid_print` rule
+ # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/Android/flutter_app/android/.gitignore b/Android/flutter_app/android/.gitignore
new file mode 100644
index 0000000..be3943c
--- /dev/null
+++ b/Android/flutter_app/android/.gitignore
@@ -0,0 +1,14 @@
+gradle-wrapper.jar
+/.gradle
+/captures/
+/gradlew
+/gradlew.bat
+/local.properties
+GeneratedPluginRegistrant.java
+.cxx/
+
+# Remember to never publicly share your keystore.
+# See https://flutter.dev/to/reference-keystore
+key.properties
+**/*.keystore
+**/*.jks
diff --git a/Android/flutter_app/android/app/build.gradle.kts b/Android/flutter_app/android/app/build.gradle.kts
new file mode 100644
index 0000000..a1649d8
--- /dev/null
+++ b/Android/flutter_app/android/app/build.gradle.kts
@@ -0,0 +1,52 @@
+plugins {
+ id("com.android.application")
+ id("kotlin-android")
+ // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
+ id("dev.flutter.flutter-gradle-plugin")
+}
+
+android {
+ namespace = "com.example.s_gizi"
+ compileSdk = flutter.compileSdkVersion
+ ndkVersion = flutter.ndkVersion
+
+ compileOptions {
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
+ }
+
+ kotlinOptions {
+ jvmTarget = JavaVersion.VERSION_17.toString()
+ }
+
+ defaultConfig {
+ // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
+ applicationId = "com.example.s_gizi"
+ // You can update the following values to match your application needs.
+ // For more information, see: https://flutter.dev/to/review-gradle-config.
+ minSdk = flutter.minSdkVersion
+ targetSdk = flutter.targetSdkVersion
+ versionCode = flutter.versionCode
+ versionName = flutter.versionName
+ }
+
+ 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.getByName("debug")
+ }
+ }
+ compileOptions {
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
+ isCoreLibraryDesugaringEnabled = true
+}
+}
+
+flutter {
+ source = "../.."
+}
+dependencies {
+ coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
+}
diff --git a/Android/flutter_app/android/app/src/debug/AndroidManifest.xml b/Android/flutter_app/android/app/src/debug/AndroidManifest.xml
new file mode 100644
index 0000000..399f698
--- /dev/null
+++ b/Android/flutter_app/android/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/Android/flutter_app/android/app/src/main/AndroidManifest.xml b/Android/flutter_app/android/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..0f180fa
--- /dev/null
+++ b/Android/flutter_app/android/app/src/main/AndroidManifest.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Android/flutter_app/android/app/src/main/kotlin/com/example/s_gizi/MainActivity.kt b/Android/flutter_app/android/app/src/main/kotlin/com/example/s_gizi/MainActivity.kt
new file mode 100644
index 0000000..deed573
--- /dev/null
+++ b/Android/flutter_app/android/app/src/main/kotlin/com/example/s_gizi/MainActivity.kt
@@ -0,0 +1,5 @@
+package com.example.s_gizi
+
+import io.flutter.embedding.android.FlutterActivity
+
+class MainActivity : FlutterActivity()
diff --git a/Android/flutter_app/android/app/src/main/res/drawable-v21/launch_background.xml b/Android/flutter_app/android/app/src/main/res/drawable-v21/launch_background.xml
new file mode 100644
index 0000000..f74085f
--- /dev/null
+++ b/Android/flutter_app/android/app/src/main/res/drawable-v21/launch_background.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/Android/flutter_app/android/app/src/main/res/drawable/launch_background.xml b/Android/flutter_app/android/app/src/main/res/drawable/launch_background.xml
new file mode 100644
index 0000000..304732f
--- /dev/null
+++ b/Android/flutter_app/android/app/src/main/res/drawable/launch_background.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..db77bb4
Binary files /dev/null and b/Android/flutter_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..17987b7
Binary files /dev/null and b/Android/flutter_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..09d4391
Binary files /dev/null and b/Android/flutter_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..d5f1c8d
Binary files /dev/null and b/Android/flutter_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/Android/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/Android/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..4d6372e
Binary files /dev/null and b/Android/flutter_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/Android/flutter_app/android/app/src/main/res/values-night/styles.xml b/Android/flutter_app/android/app/src/main/res/values-night/styles.xml
new file mode 100644
index 0000000..06952be
--- /dev/null
+++ b/Android/flutter_app/android/app/src/main/res/values-night/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/Android/flutter_app/android/app/src/main/res/values/styles.xml b/Android/flutter_app/android/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..cb1ef88
--- /dev/null
+++ b/Android/flutter_app/android/app/src/main/res/values/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/Android/flutter_app/android/app/src/profile/AndroidManifest.xml b/Android/flutter_app/android/app/src/profile/AndroidManifest.xml
new file mode 100644
index 0000000..399f698
--- /dev/null
+++ b/Android/flutter_app/android/app/src/profile/AndroidManifest.xml
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/Android/flutter_app/android/build.gradle.kts b/Android/flutter_app/android/build.gradle.kts
new file mode 100644
index 0000000..dbee657
--- /dev/null
+++ b/Android/flutter_app/android/build.gradle.kts
@@ -0,0 +1,24 @@
+allprojects {
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+
+val newBuildDir: Directory =
+ rootProject.layout.buildDirectory
+ .dir("../../build")
+ .get()
+rootProject.layout.buildDirectory.value(newBuildDir)
+
+subprojects {
+ val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name)
+ project.layout.buildDirectory.value(newSubprojectBuildDir)
+}
+subprojects {
+ project.evaluationDependsOn(":app")
+}
+
+tasks.register("clean") {
+ delete(rootProject.layout.buildDirectory)
+}
diff --git a/Android/flutter_app/android/gradle.properties b/Android/flutter_app/android/gradle.properties
new file mode 100644
index 0000000..fbee1d8
--- /dev/null
+++ b/Android/flutter_app/android/gradle.properties
@@ -0,0 +1,2 @@
+org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
+android.useAndroidX=true
diff --git a/Android/flutter_app/android/gradle/wrapper/gradle-wrapper.properties b/Android/flutter_app/android/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..e4ef43f
--- /dev/null
+++ b/Android/flutter_app/android/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,5 @@
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
diff --git a/Android/flutter_app/android/settings.gradle.kts b/Android/flutter_app/android/settings.gradle.kts
new file mode 100644
index 0000000..ca7fe06
--- /dev/null
+++ b/Android/flutter_app/android/settings.gradle.kts
@@ -0,0 +1,26 @@
+pluginManagement {
+ val flutterSdkPath =
+ run {
+ val properties = java.util.Properties()
+ file("local.properties").inputStream().use { properties.load(it) }
+ val flutterSdkPath = properties.getProperty("flutter.sdk")
+ require(flutterSdkPath != null) { "flutter.sdk not set in local.properties" }
+ flutterSdkPath
+ }
+
+ includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
+
+ repositories {
+ google()
+ mavenCentral()
+ gradlePluginPortal()
+ }
+}
+
+plugins {
+ id("dev.flutter.flutter-plugin-loader") version "1.0.0"
+ id("com.android.application") version "8.11.1" apply false
+ id("org.jetbrains.kotlin.android") version "2.2.20" apply false
+}
+
+include(":app")
diff --git a/Android/flutter_app/assets/data/lms_who_final.json b/Android/flutter_app/assets/data/lms_who_final.json
new file mode 100644
index 0000000..54e77da
--- /dev/null
+++ b/Android/flutter_app/assets/data/lms_who_final.json
@@ -0,0 +1,3662 @@
+{
+ "male": {
+ "wfa": {
+ "0": {
+ "L": 0.3487,
+ "M": 3.3464,
+ "S": 0.14602
+ },
+ "1": {
+ "L": 0.2297,
+ "M": 4.4709,
+ "S": 0.13395
+ },
+ "2": {
+ "L": 0.197,
+ "M": 5.5675,
+ "S": 0.12385
+ },
+ "3": {
+ "L": 0.1738,
+ "M": 6.3762,
+ "S": 0.11727
+ },
+ "4": {
+ "L": 0.1553,
+ "M": 7.0023,
+ "S": 0.11316
+ },
+ "5": {
+ "L": 0.1395,
+ "M": 7.5105,
+ "S": 0.1108
+ },
+ "6": {
+ "L": 0.1257,
+ "M": 7.934,
+ "S": 0.10958
+ },
+ "7": {
+ "L": 0.1134,
+ "M": 8.297,
+ "S": 0.10902
+ },
+ "8": {
+ "L": 0.1021,
+ "M": 8.6151,
+ "S": 0.10882
+ },
+ "9": {
+ "L": 0.0917,
+ "M": 8.9014,
+ "S": 0.10881
+ },
+ "10": {
+ "L": 0.082,
+ "M": 9.1649,
+ "S": 0.10891
+ },
+ "11": {
+ "L": 0.073,
+ "M": 9.4122,
+ "S": 0.10906
+ },
+ "12": {
+ "L": 0.0644,
+ "M": 9.6479,
+ "S": 0.10925
+ },
+ "13": {
+ "L": 0.0563,
+ "M": 9.8749,
+ "S": 0.10949
+ },
+ "14": {
+ "L": 0.0487,
+ "M": 10.0953,
+ "S": 0.10976
+ },
+ "15": {
+ "L": 0.0413,
+ "M": 10.3108,
+ "S": 0.11007
+ },
+ "16": {
+ "L": 0.0343,
+ "M": 10.5228,
+ "S": 0.11041
+ },
+ "17": {
+ "L": 0.0275,
+ "M": 10.7319,
+ "S": 0.11079
+ },
+ "18": {
+ "L": 0.0211,
+ "M": 10.9385,
+ "S": 0.11119
+ },
+ "19": {
+ "L": 0.0148,
+ "M": 11.143,
+ "S": 0.11164
+ },
+ "20": {
+ "L": 0.0087,
+ "M": 11.3462,
+ "S": 0.11211
+ },
+ "21": {
+ "L": 0.0029,
+ "M": 11.5486,
+ "S": 0.11261
+ },
+ "22": {
+ "L": -0.0028,
+ "M": 11.7504,
+ "S": 0.11314
+ },
+ "23": {
+ "L": -0.0083,
+ "M": 11.9514,
+ "S": 0.11369
+ },
+ "24": {
+ "L": -0.0137,
+ "M": 12.1515,
+ "S": 0.11426
+ },
+ "25": {
+ "L": -0.0189,
+ "M": 12.3502,
+ "S": 0.11485
+ },
+ "26": {
+ "L": -0.024,
+ "M": 12.5466,
+ "S": 0.11544
+ },
+ "27": {
+ "L": -0.0289,
+ "M": 12.7401,
+ "S": 0.11604
+ },
+ "28": {
+ "L": -0.0337,
+ "M": 12.9303,
+ "S": 0.11664
+ },
+ "29": {
+ "L": -0.0385,
+ "M": 13.1169,
+ "S": 0.11723
+ },
+ "30": {
+ "L": -0.0431,
+ "M": 13.3,
+ "S": 0.11781
+ },
+ "31": {
+ "L": -0.0476,
+ "M": 13.4798,
+ "S": 0.11839
+ },
+ "32": {
+ "L": -0.052,
+ "M": 13.6567,
+ "S": 0.11896
+ },
+ "33": {
+ "L": -0.0564,
+ "M": 13.8309,
+ "S": 0.11953
+ },
+ "34": {
+ "L": -0.0606,
+ "M": 14.0031,
+ "S": 0.12008
+ },
+ "35": {
+ "L": -0.0648,
+ "M": 14.1736,
+ "S": 0.12062
+ },
+ "36": {
+ "L": -0.0689,
+ "M": 14.3429,
+ "S": 0.12116
+ },
+ "37": {
+ "L": -0.0729,
+ "M": 14.5113,
+ "S": 0.12168
+ },
+ "38": {
+ "L": -0.0769,
+ "M": 14.6791,
+ "S": 0.1222
+ },
+ "39": {
+ "L": -0.0808,
+ "M": 14.8466,
+ "S": 0.12271
+ },
+ "40": {
+ "L": -0.0846,
+ "M": 15.014,
+ "S": 0.12322
+ },
+ "41": {
+ "L": -0.0883,
+ "M": 15.1813,
+ "S": 0.12373
+ },
+ "42": {
+ "L": -0.092,
+ "M": 15.3486,
+ "S": 0.12425
+ },
+ "43": {
+ "L": -0.0957,
+ "M": 15.5158,
+ "S": 0.12478
+ },
+ "44": {
+ "L": -0.0993,
+ "M": 15.6828,
+ "S": 0.12531
+ },
+ "45": {
+ "L": -0.1028,
+ "M": 15.8497,
+ "S": 0.12586
+ },
+ "46": {
+ "L": -0.1063,
+ "M": 16.0163,
+ "S": 0.12643
+ },
+ "47": {
+ "L": -0.1097,
+ "M": 16.1827,
+ "S": 0.127
+ },
+ "48": {
+ "L": -0.1131,
+ "M": 16.3489,
+ "S": 0.12759
+ },
+ "49": {
+ "L": -0.1165,
+ "M": 16.515,
+ "S": 0.12819
+ },
+ "50": {
+ "L": -0.1198,
+ "M": 16.6811,
+ "S": 0.1288
+ },
+ "51": {
+ "L": -0.123,
+ "M": 16.8471,
+ "S": 0.12943
+ },
+ "52": {
+ "L": -0.1262,
+ "M": 17.0132,
+ "S": 0.13005
+ },
+ "53": {
+ "L": -0.1294,
+ "M": 17.1792,
+ "S": 0.13069
+ },
+ "54": {
+ "L": -0.1325,
+ "M": 17.3452,
+ "S": 0.13133
+ },
+ "55": {
+ "L": -0.1356,
+ "M": 17.5111,
+ "S": 0.13197
+ },
+ "56": {
+ "L": -0.1387,
+ "M": 17.6768,
+ "S": 0.13261
+ },
+ "57": {
+ "L": -0.1417,
+ "M": 17.8422,
+ "S": 0.13325
+ },
+ "58": {
+ "L": -0.1447,
+ "M": 18.0073,
+ "S": 0.13389
+ },
+ "59": {
+ "L": -0.1477,
+ "M": 18.1722,
+ "S": 0.13453
+ },
+ "60": {
+ "L": -0.1506,
+ "M": 18.3366,
+ "S": 0.13517
+ }
+ },
+ "hfa": {
+ "0": {
+ "L": 1.0,
+ "M": 49.8842,
+ "S": 0.03795
+ },
+ "1": {
+ "L": 1.0,
+ "M": 54.7244,
+ "S": 0.03557
+ },
+ "2": {
+ "L": 1.0,
+ "M": 58.4249,
+ "S": 0.03424
+ },
+ "3": {
+ "L": 1.0,
+ "M": 61.4292,
+ "S": 0.03328
+ },
+ "4": {
+ "L": 1.0,
+ "M": 63.886,
+ "S": 0.03257
+ },
+ "5": {
+ "L": 1.0,
+ "M": 65.9026,
+ "S": 0.03204
+ },
+ "6": {
+ "L": 1.0,
+ "M": 67.6236,
+ "S": 0.03165
+ },
+ "7": {
+ "L": 1.0,
+ "M": 69.1645,
+ "S": 0.03139
+ },
+ "8": {
+ "L": 1.0,
+ "M": 70.5994,
+ "S": 0.03124
+ },
+ "9": {
+ "L": 1.0,
+ "M": 71.9687,
+ "S": 0.03117
+ },
+ "10": {
+ "L": 1.0,
+ "M": 73.2812,
+ "S": 0.03118
+ },
+ "11": {
+ "L": 1.0,
+ "M": 74.5388,
+ "S": 0.03125
+ },
+ "12": {
+ "L": 1.0,
+ "M": 75.7488,
+ "S": 0.03137
+ },
+ "13": {
+ "L": 1.0,
+ "M": 76.9186,
+ "S": 0.03154
+ },
+ "14": {
+ "L": 1.0,
+ "M": 78.0497,
+ "S": 0.03174
+ },
+ "15": {
+ "L": 1.0,
+ "M": 79.1458,
+ "S": 0.03197
+ },
+ "16": {
+ "L": 1.0,
+ "M": 80.2113,
+ "S": 0.03222
+ },
+ "17": {
+ "L": 1.0,
+ "M": 81.2487,
+ "S": 0.0325
+ },
+ "18": {
+ "L": 1.0,
+ "M": 82.2587,
+ "S": 0.03279
+ },
+ "19": {
+ "L": 1.0,
+ "M": 83.2418,
+ "S": 0.0331
+ },
+ "20": {
+ "L": 1.0,
+ "M": 84.1996,
+ "S": 0.03342
+ },
+ "21": {
+ "L": 1.0,
+ "M": 85.1348,
+ "S": 0.03376
+ },
+ "22": {
+ "L": 1.0,
+ "M": 86.0477,
+ "S": 0.0341
+ },
+ "23": {
+ "L": 1.0,
+ "M": 86.941,
+ "S": 0.03445
+ },
+ "24": {
+ "L": 1.0,
+ "M": 87.1161,
+ "S": 0.03507
+ },
+ "25": {
+ "L": 1.0,
+ "M": 87.972,
+ "S": 0.03542
+ },
+ "26": {
+ "L": 1.0,
+ "M": 88.8065,
+ "S": 0.03576
+ },
+ "27": {
+ "L": 1.0,
+ "M": 89.6197,
+ "S": 0.0361
+ },
+ "28": {
+ "L": 1.0,
+ "M": 90.412,
+ "S": 0.03642
+ },
+ "29": {
+ "L": 1.0,
+ "M": 91.1828,
+ "S": 0.03674
+ },
+ "30": {
+ "L": 1.0,
+ "M": 91.9327,
+ "S": 0.03704
+ },
+ "31": {
+ "L": 1.0,
+ "M": 92.6631,
+ "S": 0.03733
+ },
+ "32": {
+ "L": 1.0,
+ "M": 93.3753,
+ "S": 0.03761
+ },
+ "33": {
+ "L": 1.0,
+ "M": 94.0711,
+ "S": 0.03787
+ },
+ "34": {
+ "L": 1.0,
+ "M": 94.7532,
+ "S": 0.03812
+ },
+ "35": {
+ "L": 1.0,
+ "M": 95.4236,
+ "S": 0.03836
+ },
+ "36": {
+ "L": 1.0,
+ "M": 96.0835,
+ "S": 0.03858
+ },
+ "37": {
+ "L": 1.0,
+ "M": 96.7337,
+ "S": 0.03879
+ },
+ "38": {
+ "L": 1.0,
+ "M": 97.3749,
+ "S": 0.039
+ },
+ "39": {
+ "L": 1.0,
+ "M": 98.0073,
+ "S": 0.03919
+ },
+ "40": {
+ "L": 1.0,
+ "M": 98.631,
+ "S": 0.03937
+ },
+ "41": {
+ "L": 1.0,
+ "M": 99.2459,
+ "S": 0.03954
+ },
+ "42": {
+ "L": 1.0,
+ "M": 99.8515,
+ "S": 0.03971
+ },
+ "43": {
+ "L": 1.0,
+ "M": 100.4485,
+ "S": 0.03986
+ },
+ "44": {
+ "L": 1.0,
+ "M": 101.0374,
+ "S": 0.04002
+ },
+ "45": {
+ "L": 1.0,
+ "M": 101.6186,
+ "S": 0.04016
+ },
+ "46": {
+ "L": 1.0,
+ "M": 102.1933,
+ "S": 0.04031
+ },
+ "47": {
+ "L": 1.0,
+ "M": 102.7625,
+ "S": 0.04045
+ },
+ "48": {
+ "L": 1.0,
+ "M": 103.3273,
+ "S": 0.04059
+ },
+ "49": {
+ "L": 1.0,
+ "M": 103.8886,
+ "S": 0.04073
+ },
+ "50": {
+ "L": 1.0,
+ "M": 104.4473,
+ "S": 0.04086
+ },
+ "51": {
+ "L": 1.0,
+ "M": 105.0041,
+ "S": 0.041
+ },
+ "52": {
+ "L": 1.0,
+ "M": 105.5596,
+ "S": 0.04113
+ },
+ "53": {
+ "L": 1.0,
+ "M": 106.1138,
+ "S": 0.04126
+ },
+ "54": {
+ "L": 1.0,
+ "M": 106.6668,
+ "S": 0.04139
+ },
+ "55": {
+ "L": 1.0,
+ "M": 107.2188,
+ "S": 0.04152
+ },
+ "56": {
+ "L": 1.0,
+ "M": 107.7697,
+ "S": 0.04165
+ },
+ "57": {
+ "L": 1.0,
+ "M": 108.3198,
+ "S": 0.04177
+ },
+ "58": {
+ "L": 1.0,
+ "M": 108.8689,
+ "S": 0.0419
+ },
+ "59": {
+ "L": 1.0,
+ "M": 109.417,
+ "S": 0.04202
+ },
+ "60": {
+ "L": 1.0,
+ "M": 109.9638,
+ "S": 0.04214
+ }
+ },
+ "wfl": {
+ "45.0": {
+ "L": -0.3521,
+ "M": 2.441,
+ "S": 0.09182
+ },
+ "45.5": {
+ "L": -0.3521,
+ "M": 2.5244,
+ "S": 0.09153
+ },
+ "46.0": {
+ "L": -0.3521,
+ "M": 2.6077,
+ "S": 0.09124
+ },
+ "46.5": {
+ "L": -0.3521,
+ "M": 2.6913,
+ "S": 0.09094
+ },
+ "47.0": {
+ "L": -0.3521,
+ "M": 2.7755,
+ "S": 0.09065
+ },
+ "47.5": {
+ "L": -0.3521,
+ "M": 2.8609,
+ "S": 0.09036
+ },
+ "48.0": {
+ "L": -0.3521,
+ "M": 2.948,
+ "S": 0.09007
+ },
+ "48.5": {
+ "L": -0.3521,
+ "M": 3.0377,
+ "S": 0.08977
+ },
+ "49.0": {
+ "L": -0.3521,
+ "M": 3.1308,
+ "S": 0.08948
+ },
+ "49.5": {
+ "L": -0.3521,
+ "M": 3.2276,
+ "S": 0.08919
+ },
+ "50.0": {
+ "L": -0.3521,
+ "M": 3.3278,
+ "S": 0.0889
+ },
+ "50.5": {
+ "L": -0.3521,
+ "M": 3.4311,
+ "S": 0.08861
+ },
+ "51.0": {
+ "L": -0.3521,
+ "M": 3.5376,
+ "S": 0.08831
+ },
+ "51.5": {
+ "L": -0.3521,
+ "M": 3.6477,
+ "S": 0.08801
+ },
+ "52.0": {
+ "L": -0.3521,
+ "M": 3.762,
+ "S": 0.08771
+ },
+ "52.5": {
+ "L": -0.3521,
+ "M": 3.8814,
+ "S": 0.08741
+ },
+ "53.0": {
+ "L": -0.3521,
+ "M": 4.006,
+ "S": 0.08711
+ },
+ "53.5": {
+ "L": -0.3521,
+ "M": 4.1354,
+ "S": 0.08681
+ },
+ "54.0": {
+ "L": -0.3521,
+ "M": 4.2693,
+ "S": 0.08651
+ },
+ "54.5": {
+ "L": -0.3521,
+ "M": 4.4066,
+ "S": 0.08621
+ },
+ "55.0": {
+ "L": -0.3521,
+ "M": 4.5467,
+ "S": 0.08592
+ },
+ "55.5": {
+ "L": -0.3521,
+ "M": 4.6892,
+ "S": 0.08563
+ },
+ "56.0": {
+ "L": -0.3521,
+ "M": 4.8338,
+ "S": 0.08535
+ },
+ "56.5": {
+ "L": -0.3521,
+ "M": 4.9796,
+ "S": 0.08507
+ },
+ "57.0": {
+ "L": -0.3521,
+ "M": 5.1259,
+ "S": 0.08481
+ },
+ "57.5": {
+ "L": -0.3521,
+ "M": 5.2721,
+ "S": 0.08455
+ },
+ "58.0": {
+ "L": -0.3521,
+ "M": 5.418,
+ "S": 0.0843
+ },
+ "58.5": {
+ "L": -0.3521,
+ "M": 5.5632,
+ "S": 0.08406
+ },
+ "59.0": {
+ "L": -0.3521,
+ "M": 5.7074,
+ "S": 0.08383
+ },
+ "59.5": {
+ "L": -0.3521,
+ "M": 5.8501,
+ "S": 0.08362
+ },
+ "60.0": {
+ "L": -0.3521,
+ "M": 5.9907,
+ "S": 0.08342
+ },
+ "60.5": {
+ "L": -0.3521,
+ "M": 6.1284,
+ "S": 0.08324
+ },
+ "61.0": {
+ "L": -0.3521,
+ "M": 6.2632,
+ "S": 0.08308
+ },
+ "61.5": {
+ "L": -0.3521,
+ "M": 6.3954,
+ "S": 0.08292
+ },
+ "62.0": {
+ "L": -0.3521,
+ "M": 6.5251,
+ "S": 0.08279
+ },
+ "62.5": {
+ "L": -0.3521,
+ "M": 6.6527,
+ "S": 0.08266
+ },
+ "63.0": {
+ "L": -0.3521,
+ "M": 6.7786,
+ "S": 0.08255
+ },
+ "63.5": {
+ "L": -0.3521,
+ "M": 6.9028,
+ "S": 0.08245
+ },
+ "64.0": {
+ "L": -0.3521,
+ "M": 7.0255,
+ "S": 0.08236
+ },
+ "64.5": {
+ "L": -0.3521,
+ "M": 7.1467,
+ "S": 0.08229
+ },
+ "65.0": {
+ "L": -0.3521,
+ "M": 7.2666,
+ "S": 0.08223
+ },
+ "65.5": {
+ "L": -0.3521,
+ "M": 7.3854,
+ "S": 0.08218
+ },
+ "66.0": {
+ "L": -0.3521,
+ "M": 7.5034,
+ "S": 0.08215
+ },
+ "66.5": {
+ "L": -0.3521,
+ "M": 7.6206,
+ "S": 0.08213
+ },
+ "67.0": {
+ "L": -0.3521,
+ "M": 7.737,
+ "S": 0.08212
+ },
+ "67.5": {
+ "L": -0.3521,
+ "M": 7.8526,
+ "S": 0.08212
+ },
+ "68.0": {
+ "L": -0.3521,
+ "M": 7.9674,
+ "S": 0.08214
+ },
+ "68.5": {
+ "L": -0.3521,
+ "M": 8.0816,
+ "S": 0.08216
+ },
+ "69.0": {
+ "L": -0.3521,
+ "M": 8.1955,
+ "S": 0.08219
+ },
+ "69.5": {
+ "L": -0.3521,
+ "M": 8.3092,
+ "S": 0.08224
+ },
+ "70.0": {
+ "L": -0.3521,
+ "M": 8.4227,
+ "S": 0.08229
+ },
+ "70.5": {
+ "L": -0.3521,
+ "M": 8.5358,
+ "S": 0.08235
+ },
+ "71.0": {
+ "L": -0.3521,
+ "M": 8.648,
+ "S": 0.08241
+ },
+ "71.5": {
+ "L": -0.3521,
+ "M": 8.7594,
+ "S": 0.08248
+ },
+ "72.0": {
+ "L": -0.3521,
+ "M": 8.8697,
+ "S": 0.08254
+ },
+ "72.5": {
+ "L": -0.3521,
+ "M": 8.9788,
+ "S": 0.08262
+ },
+ "73.0": {
+ "L": -0.3521,
+ "M": 9.0865,
+ "S": 0.08269
+ },
+ "73.5": {
+ "L": -0.3521,
+ "M": 9.1927,
+ "S": 0.08276
+ },
+ "74.0": {
+ "L": -0.3521,
+ "M": 9.2974,
+ "S": 0.08283
+ },
+ "74.5": {
+ "L": -0.3521,
+ "M": 9.401,
+ "S": 0.08289
+ },
+ "75.0": {
+ "L": -0.3521,
+ "M": 9.5032,
+ "S": 0.08295
+ },
+ "75.5": {
+ "L": -0.3521,
+ "M": 9.6041,
+ "S": 0.08301
+ },
+ "76.0": {
+ "L": -0.3521,
+ "M": 9.7033,
+ "S": 0.08307
+ },
+ "76.5": {
+ "L": -0.3521,
+ "M": 9.8007,
+ "S": 0.08311
+ },
+ "77.0": {
+ "L": -0.3521,
+ "M": 9.8963,
+ "S": 0.08314
+ },
+ "77.5": {
+ "L": -0.3521,
+ "M": 9.9902,
+ "S": 0.08317
+ },
+ "78.0": {
+ "L": -0.3521,
+ "M": 10.0827,
+ "S": 0.08318
+ },
+ "78.5": {
+ "L": -0.3521,
+ "M": 10.1741,
+ "S": 0.08318
+ },
+ "79.0": {
+ "L": -0.3521,
+ "M": 10.2649,
+ "S": 0.08316
+ },
+ "79.5": {
+ "L": -0.3521,
+ "M": 10.3558,
+ "S": 0.08313
+ },
+ "80.0": {
+ "L": -0.3521,
+ "M": 10.4475,
+ "S": 0.08308
+ },
+ "80.5": {
+ "L": -0.3521,
+ "M": 10.5405,
+ "S": 0.08301
+ },
+ "81.0": {
+ "L": -0.3521,
+ "M": 10.6352,
+ "S": 0.08293
+ },
+ "81.5": {
+ "L": -0.3521,
+ "M": 10.7322,
+ "S": 0.08284
+ },
+ "82.0": {
+ "L": -0.3521,
+ "M": 10.8321,
+ "S": 0.08273
+ },
+ "82.5": {
+ "L": -0.3521,
+ "M": 10.935,
+ "S": 0.0826
+ },
+ "83.0": {
+ "L": -0.3521,
+ "M": 11.0415,
+ "S": 0.08246
+ },
+ "83.5": {
+ "L": -0.3521,
+ "M": 11.1516,
+ "S": 0.08231
+ },
+ "84.0": {
+ "L": -0.3521,
+ "M": 11.2651,
+ "S": 0.08215
+ },
+ "84.5": {
+ "L": -0.3521,
+ "M": 11.3817,
+ "S": 0.08198
+ },
+ "85.0": {
+ "L": -0.3521,
+ "M": 11.5007,
+ "S": 0.08181
+ },
+ "85.5": {
+ "L": -0.3521,
+ "M": 11.6218,
+ "S": 0.08163
+ },
+ "86.0": {
+ "L": -0.3521,
+ "M": 11.7444,
+ "S": 0.08145
+ },
+ "86.5": {
+ "L": -0.3521,
+ "M": 11.8678,
+ "S": 0.08128
+ },
+ "87.0": {
+ "L": -0.3521,
+ "M": 11.9916,
+ "S": 0.08111
+ },
+ "87.5": {
+ "L": -0.3521,
+ "M": 12.1152,
+ "S": 0.08096
+ },
+ "88.0": {
+ "L": -0.3521,
+ "M": 12.2382,
+ "S": 0.08082
+ },
+ "88.5": {
+ "L": -0.3521,
+ "M": 12.3603,
+ "S": 0.08069
+ },
+ "89.0": {
+ "L": -0.3521,
+ "M": 12.4815,
+ "S": 0.08058
+ },
+ "89.5": {
+ "L": -0.3521,
+ "M": 12.6017,
+ "S": 0.08048
+ },
+ "90.0": {
+ "L": -0.3521,
+ "M": 12.7209,
+ "S": 0.08041
+ },
+ "90.5": {
+ "L": -0.3521,
+ "M": 12.8392,
+ "S": 0.08034
+ },
+ "91.0": {
+ "L": -0.3521,
+ "M": 12.9569,
+ "S": 0.0803
+ },
+ "91.5": {
+ "L": -0.3521,
+ "M": 13.0742,
+ "S": 0.08026
+ },
+ "92.0": {
+ "L": -0.3521,
+ "M": 13.191,
+ "S": 0.08025
+ },
+ "92.5": {
+ "L": -0.3521,
+ "M": 13.3075,
+ "S": 0.08025
+ },
+ "93.0": {
+ "L": -0.3521,
+ "M": 13.4239,
+ "S": 0.08026
+ },
+ "93.5": {
+ "L": -0.3521,
+ "M": 13.5404,
+ "S": 0.08029
+ },
+ "94.0": {
+ "L": -0.3521,
+ "M": 13.6572,
+ "S": 0.08034
+ },
+ "94.5": {
+ "L": -0.3521,
+ "M": 13.7746,
+ "S": 0.0804
+ },
+ "95.0": {
+ "L": -0.3521,
+ "M": 13.8928,
+ "S": 0.08047
+ },
+ "95.5": {
+ "L": -0.3521,
+ "M": 14.012,
+ "S": 0.08056
+ },
+ "96.0": {
+ "L": -0.3521,
+ "M": 14.1325,
+ "S": 0.08067
+ },
+ "96.5": {
+ "L": -0.3521,
+ "M": 14.2544,
+ "S": 0.08078
+ },
+ "97.0": {
+ "L": -0.3521,
+ "M": 14.3782,
+ "S": 0.08092
+ },
+ "97.5": {
+ "L": -0.3521,
+ "M": 14.5038,
+ "S": 0.08106
+ },
+ "98.0": {
+ "L": -0.3521,
+ "M": 14.6316,
+ "S": 0.08122
+ },
+ "98.5": {
+ "L": -0.3521,
+ "M": 14.7614,
+ "S": 0.08139
+ },
+ "99.0": {
+ "L": -0.3521,
+ "M": 14.8934,
+ "S": 0.08157
+ },
+ "99.5": {
+ "L": -0.3521,
+ "M": 15.0275,
+ "S": 0.08177
+ },
+ "100.0": {
+ "L": -0.3521,
+ "M": 15.1637,
+ "S": 0.08198
+ },
+ "100.5": {
+ "L": -0.3521,
+ "M": 15.3018,
+ "S": 0.0822
+ },
+ "101.0": {
+ "L": -0.3521,
+ "M": 15.4419,
+ "S": 0.08243
+ },
+ "101.5": {
+ "L": -0.3521,
+ "M": 15.5838,
+ "S": 0.08267
+ },
+ "102.0": {
+ "L": -0.3521,
+ "M": 15.7276,
+ "S": 0.08292
+ },
+ "102.5": {
+ "L": -0.3521,
+ "M": 15.8732,
+ "S": 0.08317
+ },
+ "103.0": {
+ "L": -0.3521,
+ "M": 16.0206,
+ "S": 0.08343
+ },
+ "103.5": {
+ "L": -0.3521,
+ "M": 16.1697,
+ "S": 0.0837
+ },
+ "104.0": {
+ "L": -0.3521,
+ "M": 16.3204,
+ "S": 0.08397
+ },
+ "104.5": {
+ "L": -0.3521,
+ "M": 16.4728,
+ "S": 0.08425
+ },
+ "105.0": {
+ "L": -0.3521,
+ "M": 16.6268,
+ "S": 0.08453
+ },
+ "105.5": {
+ "L": -0.3521,
+ "M": 16.7826,
+ "S": 0.08481
+ },
+ "106.0": {
+ "L": -0.3521,
+ "M": 16.9401,
+ "S": 0.0851
+ },
+ "106.5": {
+ "L": -0.3521,
+ "M": 17.0995,
+ "S": 0.08539
+ },
+ "107.0": {
+ "L": -0.3521,
+ "M": 17.2607,
+ "S": 0.08568
+ },
+ "107.5": {
+ "L": -0.3521,
+ "M": 17.4237,
+ "S": 0.08599
+ },
+ "108.0": {
+ "L": -0.3521,
+ "M": 17.5885,
+ "S": 0.08629
+ },
+ "108.5": {
+ "L": -0.3521,
+ "M": 17.7553,
+ "S": 0.0866
+ },
+ "109.0": {
+ "L": -0.3521,
+ "M": 17.9242,
+ "S": 0.08691
+ },
+ "109.5": {
+ "L": -0.3521,
+ "M": 18.0954,
+ "S": 0.08723
+ },
+ "110.0": {
+ "L": -0.3521,
+ "M": 18.2689,
+ "S": 0.08755
+ }
+ },
+ "wfh": {
+ "65.0": {
+ "L": -0.3521,
+ "M": 7.4327,
+ "S": 0.08217
+ },
+ "65.5": {
+ "L": -0.3521,
+ "M": 7.5504,
+ "S": 0.08214
+ },
+ "66.0": {
+ "L": -0.3521,
+ "M": 7.6673,
+ "S": 0.08212
+ },
+ "66.5": {
+ "L": -0.3521,
+ "M": 7.7834,
+ "S": 0.08212
+ },
+ "67.0": {
+ "L": -0.3521,
+ "M": 7.8986,
+ "S": 0.08213
+ },
+ "67.5": {
+ "L": -0.3521,
+ "M": 8.0132,
+ "S": 0.08214
+ },
+ "68.0": {
+ "L": -0.3521,
+ "M": 8.1272,
+ "S": 0.08217
+ },
+ "68.5": {
+ "L": -0.3521,
+ "M": 8.241,
+ "S": 0.08221
+ },
+ "69.0": {
+ "L": -0.3521,
+ "M": 8.3547,
+ "S": 0.08226
+ },
+ "69.5": {
+ "L": -0.3521,
+ "M": 8.468,
+ "S": 0.08231
+ },
+ "70.0": {
+ "L": -0.3521,
+ "M": 8.5808,
+ "S": 0.08237
+ },
+ "70.5": {
+ "L": -0.3521,
+ "M": 8.6927,
+ "S": 0.08243
+ },
+ "71.0": {
+ "L": -0.3521,
+ "M": 8.8036,
+ "S": 0.0825
+ },
+ "71.5": {
+ "L": -0.3521,
+ "M": 8.9135,
+ "S": 0.08257
+ },
+ "72.0": {
+ "L": -0.3521,
+ "M": 9.0221,
+ "S": 0.08264
+ },
+ "72.5": {
+ "L": -0.3521,
+ "M": 9.1292,
+ "S": 0.08272
+ },
+ "73.0": {
+ "L": -0.3521,
+ "M": 9.2347,
+ "S": 0.08278
+ },
+ "73.5": {
+ "L": -0.3521,
+ "M": 9.339,
+ "S": 0.08285
+ },
+ "74.0": {
+ "L": -0.3521,
+ "M": 9.442,
+ "S": 0.08292
+ },
+ "74.5": {
+ "L": -0.3521,
+ "M": 9.5438,
+ "S": 0.08298
+ },
+ "75.0": {
+ "L": -0.3521,
+ "M": 9.644,
+ "S": 0.08303
+ },
+ "75.5": {
+ "L": -0.3521,
+ "M": 9.7425,
+ "S": 0.08308
+ },
+ "76.0": {
+ "L": -0.3521,
+ "M": 9.8392,
+ "S": 0.08312
+ },
+ "76.5": {
+ "L": -0.3521,
+ "M": 9.9341,
+ "S": 0.08315
+ },
+ "77.0": {
+ "L": -0.3521,
+ "M": 10.0274,
+ "S": 0.08317
+ },
+ "77.5": {
+ "L": -0.3521,
+ "M": 10.1194,
+ "S": 0.08318
+ },
+ "78.0": {
+ "L": -0.3521,
+ "M": 10.2105,
+ "S": 0.08317
+ },
+ "78.5": {
+ "L": -0.3521,
+ "M": 10.3012,
+ "S": 0.08315
+ },
+ "79.0": {
+ "L": -0.3521,
+ "M": 10.3923,
+ "S": 0.08311
+ },
+ "79.5": {
+ "L": -0.3521,
+ "M": 10.4845,
+ "S": 0.08305
+ },
+ "80.0": {
+ "L": -0.3521,
+ "M": 10.5781,
+ "S": 0.08298
+ },
+ "80.5": {
+ "L": -0.3521,
+ "M": 10.6737,
+ "S": 0.0829
+ },
+ "81.0": {
+ "L": -0.3521,
+ "M": 10.7718,
+ "S": 0.08279
+ },
+ "81.5": {
+ "L": -0.3521,
+ "M": 10.8728,
+ "S": 0.08268
+ },
+ "82.0": {
+ "L": -0.3521,
+ "M": 10.9772,
+ "S": 0.08255
+ },
+ "82.5": {
+ "L": -0.3521,
+ "M": 11.0851,
+ "S": 0.08241
+ },
+ "83.0": {
+ "L": -0.3521,
+ "M": 11.1966,
+ "S": 0.08225
+ },
+ "83.5": {
+ "L": -0.3521,
+ "M": 11.3114,
+ "S": 0.08209
+ },
+ "84.0": {
+ "L": -0.3521,
+ "M": 11.429,
+ "S": 0.08191
+ },
+ "84.5": {
+ "L": -0.3521,
+ "M": 11.549,
+ "S": 0.08174
+ },
+ "85.0": {
+ "L": -0.3521,
+ "M": 11.6707,
+ "S": 0.08156
+ },
+ "85.5": {
+ "L": -0.3521,
+ "M": 11.7937,
+ "S": 0.08138
+ },
+ "86.0": {
+ "L": -0.3521,
+ "M": 11.9173,
+ "S": 0.08121
+ },
+ "86.5": {
+ "L": -0.3521,
+ "M": 12.0411,
+ "S": 0.08105
+ },
+ "87.0": {
+ "L": -0.3521,
+ "M": 12.1645,
+ "S": 0.0809
+ },
+ "87.5": {
+ "L": -0.3521,
+ "M": 12.2871,
+ "S": 0.08076
+ },
+ "88.0": {
+ "L": -0.3521,
+ "M": 12.4089,
+ "S": 0.08064
+ },
+ "88.5": {
+ "L": -0.3521,
+ "M": 12.5298,
+ "S": 0.08054
+ },
+ "89.0": {
+ "L": -0.3521,
+ "M": 12.6495,
+ "S": 0.08045
+ },
+ "89.5": {
+ "L": -0.3521,
+ "M": 12.7683,
+ "S": 0.08038
+ },
+ "90.0": {
+ "L": -0.3521,
+ "M": 12.8864,
+ "S": 0.08032
+ },
+ "90.5": {
+ "L": -0.3521,
+ "M": 13.0038,
+ "S": 0.08028
+ },
+ "91.0": {
+ "L": -0.3521,
+ "M": 13.1209,
+ "S": 0.08025
+ },
+ "91.5": {
+ "L": -0.3521,
+ "M": 13.2376,
+ "S": 0.08024
+ },
+ "92.0": {
+ "L": -0.3521,
+ "M": 13.3541,
+ "S": 0.08025
+ },
+ "92.5": {
+ "L": -0.3521,
+ "M": 13.4705,
+ "S": 0.08027
+ },
+ "93.0": {
+ "L": -0.3521,
+ "M": 13.587,
+ "S": 0.08031
+ },
+ "93.5": {
+ "L": -0.3521,
+ "M": 13.7041,
+ "S": 0.08036
+ },
+ "94.0": {
+ "L": -0.3521,
+ "M": 13.8217,
+ "S": 0.08043
+ },
+ "94.5": {
+ "L": -0.3521,
+ "M": 13.9403,
+ "S": 0.08051
+ },
+ "95.0": {
+ "L": -0.3521,
+ "M": 14.06,
+ "S": 0.0806
+ },
+ "95.5": {
+ "L": -0.3521,
+ "M": 14.1811,
+ "S": 0.08071
+ },
+ "96.0": {
+ "L": -0.3521,
+ "M": 14.3037,
+ "S": 0.08083
+ },
+ "96.5": {
+ "L": -0.3521,
+ "M": 14.4282,
+ "S": 0.08097
+ },
+ "97.0": {
+ "L": -0.3521,
+ "M": 14.5547,
+ "S": 0.08112
+ },
+ "97.5": {
+ "L": -0.3521,
+ "M": 14.6832,
+ "S": 0.08129
+ },
+ "98.0": {
+ "L": -0.3521,
+ "M": 14.814,
+ "S": 0.08146
+ },
+ "98.5": {
+ "L": -0.3521,
+ "M": 14.9468,
+ "S": 0.08165
+ },
+ "99.0": {
+ "L": -0.3521,
+ "M": 15.0818,
+ "S": 0.08185
+ },
+ "99.5": {
+ "L": -0.3521,
+ "M": 15.2187,
+ "S": 0.08206
+ },
+ "100.0": {
+ "L": -0.3521,
+ "M": 15.3576,
+ "S": 0.08229
+ },
+ "100.5": {
+ "L": -0.3521,
+ "M": 15.4985,
+ "S": 0.08252
+ },
+ "101.0": {
+ "L": -0.3521,
+ "M": 15.6412,
+ "S": 0.08277
+ },
+ "101.5": {
+ "L": -0.3521,
+ "M": 15.7857,
+ "S": 0.08302
+ },
+ "102.0": {
+ "L": -0.3521,
+ "M": 15.932,
+ "S": 0.08328
+ },
+ "102.5": {
+ "L": -0.3521,
+ "M": 16.0801,
+ "S": 0.08354
+ },
+ "103.0": {
+ "L": -0.3521,
+ "M": 16.2298,
+ "S": 0.08381
+ },
+ "103.5": {
+ "L": -0.3521,
+ "M": 16.3812,
+ "S": 0.08408
+ },
+ "104.0": {
+ "L": -0.3521,
+ "M": 16.5342,
+ "S": 0.08436
+ },
+ "104.5": {
+ "L": -0.3521,
+ "M": 16.6889,
+ "S": 0.08464
+ },
+ "105.0": {
+ "L": -0.3521,
+ "M": 16.8454,
+ "S": 0.08493
+ },
+ "105.5": {
+ "L": -0.3521,
+ "M": 17.0036,
+ "S": 0.08521
+ },
+ "106.0": {
+ "L": -0.3521,
+ "M": 17.1637,
+ "S": 0.08551
+ },
+ "106.5": {
+ "L": -0.3521,
+ "M": 17.3256,
+ "S": 0.0858
+ },
+ "107.0": {
+ "L": -0.3521,
+ "M": 17.4894,
+ "S": 0.08611
+ },
+ "107.5": {
+ "L": -0.3521,
+ "M": 17.655,
+ "S": 0.08641
+ },
+ "108.0": {
+ "L": -0.3521,
+ "M": 17.8226,
+ "S": 0.08673
+ },
+ "108.5": {
+ "L": -0.3521,
+ "M": 17.9924,
+ "S": 0.08704
+ },
+ "109.0": {
+ "L": -0.3521,
+ "M": 18.1645,
+ "S": 0.08736
+ },
+ "109.5": {
+ "L": -0.3521,
+ "M": 18.339,
+ "S": 0.08768
+ },
+ "110.0": {
+ "L": -0.3521,
+ "M": 18.5158,
+ "S": 0.088
+ },
+ "110.5": {
+ "L": -0.3521,
+ "M": 18.6948,
+ "S": 0.08832
+ },
+ "111.0": {
+ "L": -0.3521,
+ "M": 18.8759,
+ "S": 0.08864
+ },
+ "111.5": {
+ "L": -0.3521,
+ "M": 19.059,
+ "S": 0.08896
+ },
+ "112.0": {
+ "L": -0.3521,
+ "M": 19.2439,
+ "S": 0.08928
+ },
+ "112.5": {
+ "L": -0.3521,
+ "M": 19.4304,
+ "S": 0.0896
+ },
+ "113.0": {
+ "L": -0.3521,
+ "M": 19.6185,
+ "S": 0.08991
+ },
+ "113.5": {
+ "L": -0.3521,
+ "M": 19.8081,
+ "S": 0.09022
+ },
+ "114.0": {
+ "L": -0.3521,
+ "M": 19.999,
+ "S": 0.09054
+ },
+ "114.5": {
+ "L": -0.3521,
+ "M": 20.1912,
+ "S": 0.09085
+ },
+ "115.0": {
+ "L": -0.3521,
+ "M": 20.3846,
+ "S": 0.09116
+ },
+ "115.5": {
+ "L": -0.3521,
+ "M": 20.5789,
+ "S": 0.09147
+ },
+ "116.0": {
+ "L": -0.3521,
+ "M": 20.7741,
+ "S": 0.09177
+ },
+ "116.5": {
+ "L": -0.3521,
+ "M": 20.97,
+ "S": 0.09208
+ },
+ "117.0": {
+ "L": -0.3521,
+ "M": 21.1666,
+ "S": 0.09239
+ },
+ "117.5": {
+ "L": -0.3521,
+ "M": 21.3636,
+ "S": 0.0927
+ },
+ "118.0": {
+ "L": -0.3521,
+ "M": 21.5611,
+ "S": 0.093
+ },
+ "118.5": {
+ "L": -0.3521,
+ "M": 21.7588,
+ "S": 0.09331
+ },
+ "119.0": {
+ "L": -0.3521,
+ "M": 21.9568,
+ "S": 0.09362
+ },
+ "119.5": {
+ "L": -0.3521,
+ "M": 22.1549,
+ "S": 0.09393
+ },
+ "120.0": {
+ "L": -0.3521,
+ "M": 22.353,
+ "S": 0.09424
+ }
+ }
+ },
+ "female": {
+ "wfa": {
+ "0": {
+ "L": 0.3809,
+ "M": 3.2322,
+ "S": 0.14171
+ },
+ "1": {
+ "L": 0.1714,
+ "M": 4.1873,
+ "S": 0.13724
+ },
+ "2": {
+ "L": 0.0962,
+ "M": 5.1282,
+ "S": 0.13
+ },
+ "3": {
+ "L": 0.0402,
+ "M": 5.8458,
+ "S": 0.12619
+ },
+ "4": {
+ "L": -0.005,
+ "M": 6.4237,
+ "S": 0.12402
+ },
+ "5": {
+ "L": -0.043,
+ "M": 6.8985,
+ "S": 0.12274
+ },
+ "6": {
+ "L": -0.0756,
+ "M": 7.297,
+ "S": 0.12204
+ },
+ "7": {
+ "L": -0.1039,
+ "M": 7.6422,
+ "S": 0.12178
+ },
+ "8": {
+ "L": -0.1288,
+ "M": 7.9487,
+ "S": 0.12181
+ },
+ "9": {
+ "L": -0.1507,
+ "M": 8.2254,
+ "S": 0.12199
+ },
+ "10": {
+ "L": -0.17,
+ "M": 8.48,
+ "S": 0.12223
+ },
+ "11": {
+ "L": -0.1872,
+ "M": 8.7192,
+ "S": 0.12247
+ },
+ "12": {
+ "L": -0.2024,
+ "M": 8.9481,
+ "S": 0.12268
+ },
+ "13": {
+ "L": -0.2158,
+ "M": 9.1699,
+ "S": 0.12283
+ },
+ "14": {
+ "L": -0.2278,
+ "M": 9.387,
+ "S": 0.12294
+ },
+ "15": {
+ "L": -0.2384,
+ "M": 9.6008,
+ "S": 0.12299
+ },
+ "16": {
+ "L": -0.2478,
+ "M": 9.8124,
+ "S": 0.12303
+ },
+ "17": {
+ "L": -0.2562,
+ "M": 10.0226,
+ "S": 0.12306
+ },
+ "18": {
+ "L": -0.2637,
+ "M": 10.2315,
+ "S": 0.12309
+ },
+ "19": {
+ "L": -0.2703,
+ "M": 10.4393,
+ "S": 0.12315
+ },
+ "20": {
+ "L": -0.2762,
+ "M": 10.6464,
+ "S": 0.12323
+ },
+ "21": {
+ "L": -0.2815,
+ "M": 10.8534,
+ "S": 0.12335
+ },
+ "22": {
+ "L": -0.2862,
+ "M": 11.0608,
+ "S": 0.1235
+ },
+ "23": {
+ "L": -0.2903,
+ "M": 11.2688,
+ "S": 0.12369
+ },
+ "24": {
+ "L": -0.2941,
+ "M": 11.4775,
+ "S": 0.1239
+ },
+ "25": {
+ "L": -0.2975,
+ "M": 11.6864,
+ "S": 0.12414
+ },
+ "26": {
+ "L": -0.3005,
+ "M": 11.8947,
+ "S": 0.12441
+ },
+ "27": {
+ "L": -0.3032,
+ "M": 12.1015,
+ "S": 0.12472
+ },
+ "28": {
+ "L": -0.3057,
+ "M": 12.3059,
+ "S": 0.12506
+ },
+ "29": {
+ "L": -0.308,
+ "M": 12.5073,
+ "S": 0.12545
+ },
+ "30": {
+ "L": -0.3101,
+ "M": 12.7055,
+ "S": 0.12587
+ },
+ "31": {
+ "L": -0.312,
+ "M": 12.9006,
+ "S": 0.12633
+ },
+ "32": {
+ "L": -0.3138,
+ "M": 13.093,
+ "S": 0.12683
+ },
+ "33": {
+ "L": -0.3155,
+ "M": 13.2837,
+ "S": 0.12737
+ },
+ "34": {
+ "L": -0.3171,
+ "M": 13.4731,
+ "S": 0.12794
+ },
+ "35": {
+ "L": -0.3186,
+ "M": 13.6618,
+ "S": 0.12855
+ },
+ "36": {
+ "L": -0.3201,
+ "M": 13.8503,
+ "S": 0.12919
+ },
+ "37": {
+ "L": -0.3216,
+ "M": 14.0385,
+ "S": 0.12988
+ },
+ "38": {
+ "L": -0.323,
+ "M": 14.2265,
+ "S": 0.13059
+ },
+ "39": {
+ "L": -0.3243,
+ "M": 14.414,
+ "S": 0.13135
+ },
+ "40": {
+ "L": -0.3257,
+ "M": 14.601,
+ "S": 0.13213
+ },
+ "41": {
+ "L": -0.327,
+ "M": 14.7873,
+ "S": 0.13293
+ },
+ "42": {
+ "L": -0.3283,
+ "M": 14.9727,
+ "S": 0.13376
+ },
+ "43": {
+ "L": -0.3296,
+ "M": 15.1573,
+ "S": 0.1346
+ },
+ "44": {
+ "L": -0.3309,
+ "M": 15.341,
+ "S": 0.13545
+ },
+ "45": {
+ "L": -0.3322,
+ "M": 15.524,
+ "S": 0.1363
+ },
+ "46": {
+ "L": -0.3335,
+ "M": 15.7064,
+ "S": 0.13716
+ },
+ "47": {
+ "L": -0.3348,
+ "M": 15.8882,
+ "S": 0.138
+ },
+ "48": {
+ "L": -0.3361,
+ "M": 16.0697,
+ "S": 0.13884
+ },
+ "49": {
+ "L": -0.3374,
+ "M": 16.2511,
+ "S": 0.13968
+ },
+ "50": {
+ "L": -0.3387,
+ "M": 16.4322,
+ "S": 0.14051
+ },
+ "51": {
+ "L": -0.34,
+ "M": 16.6133,
+ "S": 0.14132
+ },
+ "52": {
+ "L": -0.3414,
+ "M": 16.7942,
+ "S": 0.14213
+ },
+ "53": {
+ "L": -0.3427,
+ "M": 16.9748,
+ "S": 0.14293
+ },
+ "54": {
+ "L": -0.344,
+ "M": 17.1551,
+ "S": 0.14371
+ },
+ "55": {
+ "L": -0.3453,
+ "M": 17.3347,
+ "S": 0.14448
+ },
+ "56": {
+ "L": -0.3466,
+ "M": 17.5136,
+ "S": 0.14525
+ },
+ "57": {
+ "L": -0.3479,
+ "M": 17.6916,
+ "S": 0.146
+ },
+ "58": {
+ "L": -0.3492,
+ "M": 17.8686,
+ "S": 0.14675
+ },
+ "59": {
+ "L": -0.3505,
+ "M": 18.0445,
+ "S": 0.14748
+ },
+ "60": {
+ "L": -0.3518,
+ "M": 18.2193,
+ "S": 0.14821
+ }
+ },
+ "hfa": {
+ "0": {
+ "L": 1.0,
+ "M": 49.1477,
+ "S": 0.0379
+ },
+ "1": {
+ "L": 1.0,
+ "M": 53.6872,
+ "S": 0.0364
+ },
+ "2": {
+ "L": 1.0,
+ "M": 57.0673,
+ "S": 0.03568
+ },
+ "3": {
+ "L": 1.0,
+ "M": 59.8029,
+ "S": 0.0352
+ },
+ "4": {
+ "L": 1.0,
+ "M": 62.0899,
+ "S": 0.03486
+ },
+ "5": {
+ "L": 1.0,
+ "M": 64.0301,
+ "S": 0.03463
+ },
+ "6": {
+ "L": 1.0,
+ "M": 65.7311,
+ "S": 0.03448
+ },
+ "7": {
+ "L": 1.0,
+ "M": 67.2873,
+ "S": 0.03441
+ },
+ "8": {
+ "L": 1.0,
+ "M": 68.7498,
+ "S": 0.0344
+ },
+ "9": {
+ "L": 1.0,
+ "M": 70.1435,
+ "S": 0.03444
+ },
+ "10": {
+ "L": 1.0,
+ "M": 71.4818,
+ "S": 0.03452
+ },
+ "11": {
+ "L": 1.0,
+ "M": 72.771,
+ "S": 0.03464
+ },
+ "12": {
+ "L": 1.0,
+ "M": 74.015,
+ "S": 0.03479
+ },
+ "13": {
+ "L": 1.0,
+ "M": 75.2176,
+ "S": 0.03496
+ },
+ "14": {
+ "L": 1.0,
+ "M": 76.3817,
+ "S": 0.03514
+ },
+ "15": {
+ "L": 1.0,
+ "M": 77.5099,
+ "S": 0.03534
+ },
+ "16": {
+ "L": 1.0,
+ "M": 78.6055,
+ "S": 0.03555
+ },
+ "17": {
+ "L": 1.0,
+ "M": 79.671,
+ "S": 0.03576
+ },
+ "18": {
+ "L": 1.0,
+ "M": 80.7079,
+ "S": 0.03598
+ },
+ "19": {
+ "L": 1.0,
+ "M": 81.7182,
+ "S": 0.0362
+ },
+ "20": {
+ "L": 1.0,
+ "M": 82.7036,
+ "S": 0.03643
+ },
+ "21": {
+ "L": 1.0,
+ "M": 83.6654,
+ "S": 0.03666
+ },
+ "22": {
+ "L": 1.0,
+ "M": 84.604,
+ "S": 0.03688
+ },
+ "23": {
+ "L": 1.0,
+ "M": 85.5202,
+ "S": 0.03711
+ },
+ "24": {
+ "L": 1.0,
+ "M": 85.7153,
+ "S": 0.03764
+ },
+ "25": {
+ "L": 1.0,
+ "M": 86.5904,
+ "S": 0.03786
+ },
+ "26": {
+ "L": 1.0,
+ "M": 87.4462,
+ "S": 0.03808
+ },
+ "27": {
+ "L": 1.0,
+ "M": 88.283,
+ "S": 0.0383
+ },
+ "28": {
+ "L": 1.0,
+ "M": 89.1004,
+ "S": 0.03851
+ },
+ "29": {
+ "L": 1.0,
+ "M": 89.8991,
+ "S": 0.03872
+ },
+ "30": {
+ "L": 1.0,
+ "M": 90.6797,
+ "S": 0.03893
+ },
+ "31": {
+ "L": 1.0,
+ "M": 91.443,
+ "S": 0.03913
+ },
+ "32": {
+ "L": 1.0,
+ "M": 92.1906,
+ "S": 0.03933
+ },
+ "33": {
+ "L": 1.0,
+ "M": 92.9239,
+ "S": 0.03952
+ },
+ "34": {
+ "L": 1.0,
+ "M": 93.6444,
+ "S": 0.03971
+ },
+ "35": {
+ "L": 1.0,
+ "M": 94.3533,
+ "S": 0.03989
+ },
+ "36": {
+ "L": 1.0,
+ "M": 95.0515,
+ "S": 0.04006
+ },
+ "37": {
+ "L": 1.0,
+ "M": 95.7399,
+ "S": 0.04024
+ },
+ "38": {
+ "L": 1.0,
+ "M": 96.4187,
+ "S": 0.04041
+ },
+ "39": {
+ "L": 1.0,
+ "M": 97.0885,
+ "S": 0.04057
+ },
+ "40": {
+ "L": 1.0,
+ "M": 97.7493,
+ "S": 0.04073
+ },
+ "41": {
+ "L": 1.0,
+ "M": 98.4015,
+ "S": 0.04089
+ },
+ "42": {
+ "L": 1.0,
+ "M": 99.0448,
+ "S": 0.04105
+ },
+ "43": {
+ "L": 1.0,
+ "M": 99.6795,
+ "S": 0.0412
+ },
+ "44": {
+ "L": 1.0,
+ "M": 100.3058,
+ "S": 0.04135
+ },
+ "45": {
+ "L": 1.0,
+ "M": 100.9238,
+ "S": 0.0415
+ },
+ "46": {
+ "L": 1.0,
+ "M": 101.5337,
+ "S": 0.04164
+ },
+ "47": {
+ "L": 1.0,
+ "M": 102.136,
+ "S": 0.04179
+ },
+ "48": {
+ "L": 1.0,
+ "M": 102.7312,
+ "S": 0.04193
+ },
+ "49": {
+ "L": 1.0,
+ "M": 103.3197,
+ "S": 0.04206
+ },
+ "50": {
+ "L": 1.0,
+ "M": 103.9021,
+ "S": 0.0422
+ },
+ "51": {
+ "L": 1.0,
+ "M": 104.4786,
+ "S": 0.04233
+ },
+ "52": {
+ "L": 1.0,
+ "M": 105.0494,
+ "S": 0.04246
+ },
+ "53": {
+ "L": 1.0,
+ "M": 105.6148,
+ "S": 0.04259
+ },
+ "54": {
+ "L": 1.0,
+ "M": 106.1748,
+ "S": 0.04272
+ },
+ "55": {
+ "L": 1.0,
+ "M": 106.7295,
+ "S": 0.04285
+ },
+ "56": {
+ "L": 1.0,
+ "M": 107.2788,
+ "S": 0.04298
+ },
+ "57": {
+ "L": 1.0,
+ "M": 107.8227,
+ "S": 0.0431
+ },
+ "58": {
+ "L": 1.0,
+ "M": 108.3613,
+ "S": 0.04322
+ },
+ "59": {
+ "L": 1.0,
+ "M": 108.8948,
+ "S": 0.04334
+ },
+ "60": {
+ "L": 1.0,
+ "M": 109.4233,
+ "S": 0.04347
+ }
+ },
+ "wfl": {
+ "45.0": {
+ "L": -0.3833,
+ "M": 2.4607,
+ "S": 0.09029
+ },
+ "45.5": {
+ "L": -0.3833,
+ "M": 2.5457,
+ "S": 0.09033
+ },
+ "46.0": {
+ "L": -0.3833,
+ "M": 2.6306,
+ "S": 0.09037
+ },
+ "46.5": {
+ "L": -0.3833,
+ "M": 2.7155,
+ "S": 0.0904
+ },
+ "47.0": {
+ "L": -0.3833,
+ "M": 2.8007,
+ "S": 0.09044
+ },
+ "47.5": {
+ "L": -0.3833,
+ "M": 2.8867,
+ "S": 0.09048
+ },
+ "48.0": {
+ "L": -0.3833,
+ "M": 2.9741,
+ "S": 0.09052
+ },
+ "48.5": {
+ "L": -0.3833,
+ "M": 3.0636,
+ "S": 0.09056
+ },
+ "49.0": {
+ "L": -0.3833,
+ "M": 3.156,
+ "S": 0.0906
+ },
+ "49.5": {
+ "L": -0.3833,
+ "M": 3.252,
+ "S": 0.09064
+ },
+ "50.0": {
+ "L": -0.3833,
+ "M": 3.3518,
+ "S": 0.09068
+ },
+ "50.5": {
+ "L": -0.3833,
+ "M": 3.4557,
+ "S": 0.09072
+ },
+ "51.0": {
+ "L": -0.3833,
+ "M": 3.5636,
+ "S": 0.09076
+ },
+ "51.5": {
+ "L": -0.3833,
+ "M": 3.6754,
+ "S": 0.0908
+ },
+ "52.0": {
+ "L": -0.3833,
+ "M": 3.7911,
+ "S": 0.09085
+ },
+ "52.5": {
+ "L": -0.3833,
+ "M": 3.9105,
+ "S": 0.09089
+ },
+ "53.0": {
+ "L": -0.3833,
+ "M": 4.0332,
+ "S": 0.09093
+ },
+ "53.5": {
+ "L": -0.3833,
+ "M": 4.1591,
+ "S": 0.09098
+ },
+ "54.0": {
+ "L": -0.3833,
+ "M": 4.2875,
+ "S": 0.09102
+ },
+ "54.5": {
+ "L": -0.3833,
+ "M": 4.4179,
+ "S": 0.09106
+ },
+ "55.0": {
+ "L": -0.3833,
+ "M": 4.5498,
+ "S": 0.0911
+ },
+ "55.5": {
+ "L": -0.3833,
+ "M": 4.6827,
+ "S": 0.09114
+ },
+ "56.0": {
+ "L": -0.3833,
+ "M": 4.8162,
+ "S": 0.09118
+ },
+ "56.5": {
+ "L": -0.3833,
+ "M": 4.95,
+ "S": 0.09121
+ },
+ "57.0": {
+ "L": -0.3833,
+ "M": 5.0837,
+ "S": 0.09125
+ },
+ "57.5": {
+ "L": -0.3833,
+ "M": 5.2173,
+ "S": 0.09128
+ },
+ "58.0": {
+ "L": -0.3833,
+ "M": 5.3507,
+ "S": 0.0913
+ },
+ "58.5": {
+ "L": -0.3833,
+ "M": 5.4834,
+ "S": 0.09132
+ },
+ "59.0": {
+ "L": -0.3833,
+ "M": 5.6151,
+ "S": 0.09134
+ },
+ "59.5": {
+ "L": -0.3833,
+ "M": 5.7454,
+ "S": 0.09135
+ },
+ "60.0": {
+ "L": -0.3833,
+ "M": 5.8742,
+ "S": 0.09136
+ },
+ "60.5": {
+ "L": -0.3833,
+ "M": 6.0014,
+ "S": 0.09137
+ },
+ "61.0": {
+ "L": -0.3833,
+ "M": 6.127,
+ "S": 0.09137
+ },
+ "61.5": {
+ "L": -0.3833,
+ "M": 6.2511,
+ "S": 0.09136
+ },
+ "62.0": {
+ "L": -0.3833,
+ "M": 6.3738,
+ "S": 0.09135
+ },
+ "62.5": {
+ "L": -0.3833,
+ "M": 6.4948,
+ "S": 0.09133
+ },
+ "63.0": {
+ "L": -0.3833,
+ "M": 6.6144,
+ "S": 0.09131
+ },
+ "63.5": {
+ "L": -0.3833,
+ "M": 6.7328,
+ "S": 0.09129
+ },
+ "64.0": {
+ "L": -0.3833,
+ "M": 6.8501,
+ "S": 0.09126
+ },
+ "64.5": {
+ "L": -0.3833,
+ "M": 6.9662,
+ "S": 0.09123
+ },
+ "65.0": {
+ "L": -0.3833,
+ "M": 7.0812,
+ "S": 0.09119
+ },
+ "65.5": {
+ "L": -0.3833,
+ "M": 7.195,
+ "S": 0.09115
+ },
+ "66.0": {
+ "L": -0.3833,
+ "M": 7.3076,
+ "S": 0.0911
+ },
+ "66.5": {
+ "L": -0.3833,
+ "M": 7.4189,
+ "S": 0.09106
+ },
+ "67.0": {
+ "L": -0.3833,
+ "M": 7.5288,
+ "S": 0.09101
+ },
+ "67.5": {
+ "L": -0.3833,
+ "M": 7.6375,
+ "S": 0.09096
+ },
+ "68.0": {
+ "L": -0.3833,
+ "M": 7.7448,
+ "S": 0.0909
+ },
+ "68.5": {
+ "L": -0.3833,
+ "M": 7.8509,
+ "S": 0.09085
+ },
+ "69.0": {
+ "L": -0.3833,
+ "M": 7.9559,
+ "S": 0.09079
+ },
+ "69.5": {
+ "L": -0.3833,
+ "M": 8.0599,
+ "S": 0.09074
+ },
+ "70.0": {
+ "L": -0.3833,
+ "M": 8.163,
+ "S": 0.09068
+ },
+ "70.5": {
+ "L": -0.3833,
+ "M": 8.2651,
+ "S": 0.09062
+ },
+ "71.0": {
+ "L": -0.3833,
+ "M": 8.3666,
+ "S": 0.09056
+ },
+ "71.5": {
+ "L": -0.3833,
+ "M": 8.4676,
+ "S": 0.0905
+ },
+ "72.0": {
+ "L": -0.3833,
+ "M": 8.5679,
+ "S": 0.09043
+ },
+ "72.5": {
+ "L": -0.3833,
+ "M": 8.6674,
+ "S": 0.09037
+ },
+ "73.0": {
+ "L": -0.3833,
+ "M": 8.7661,
+ "S": 0.09031
+ },
+ "73.5": {
+ "L": -0.3833,
+ "M": 8.8638,
+ "S": 0.09025
+ },
+ "74.0": {
+ "L": -0.3833,
+ "M": 8.9601,
+ "S": 0.09018
+ },
+ "74.5": {
+ "L": -0.3833,
+ "M": 9.0552,
+ "S": 0.09012
+ },
+ "75.0": {
+ "L": -0.3833,
+ "M": 9.149,
+ "S": 0.09005
+ },
+ "75.5": {
+ "L": -0.3833,
+ "M": 9.2418,
+ "S": 0.08999
+ },
+ "76.0": {
+ "L": -0.3833,
+ "M": 9.3337,
+ "S": 0.08992
+ },
+ "76.5": {
+ "L": -0.3833,
+ "M": 9.4252,
+ "S": 0.08985
+ },
+ "77.0": {
+ "L": -0.3833,
+ "M": 9.5166,
+ "S": 0.08979
+ },
+ "77.5": {
+ "L": -0.3833,
+ "M": 9.6086,
+ "S": 0.08972
+ },
+ "78.0": {
+ "L": -0.3833,
+ "M": 9.7015,
+ "S": 0.08965
+ },
+ "78.5": {
+ "L": -0.3833,
+ "M": 9.7957,
+ "S": 0.08959
+ },
+ "79.0": {
+ "L": -0.3833,
+ "M": 9.8915,
+ "S": 0.08952
+ },
+ "79.5": {
+ "L": -0.3833,
+ "M": 9.9892,
+ "S": 0.08946
+ },
+ "80.0": {
+ "L": -0.3833,
+ "M": 10.0891,
+ "S": 0.0894
+ },
+ "80.5": {
+ "L": -0.3833,
+ "M": 10.1916,
+ "S": 0.08934
+ },
+ "81.0": {
+ "L": -0.3833,
+ "M": 10.2965,
+ "S": 0.08928
+ },
+ "81.5": {
+ "L": -0.3833,
+ "M": 10.4041,
+ "S": 0.08923
+ },
+ "82.0": {
+ "L": -0.3833,
+ "M": 10.514,
+ "S": 0.08918
+ },
+ "82.5": {
+ "L": -0.3833,
+ "M": 10.6263,
+ "S": 0.08914
+ },
+ "83.0": {
+ "L": -0.3833,
+ "M": 10.741,
+ "S": 0.0891
+ },
+ "83.5": {
+ "L": -0.3833,
+ "M": 10.8578,
+ "S": 0.08906
+ },
+ "84.0": {
+ "L": -0.3833,
+ "M": 10.9767,
+ "S": 0.08903
+ },
+ "84.5": {
+ "L": -0.3833,
+ "M": 11.0974,
+ "S": 0.089
+ },
+ "85.0": {
+ "L": -0.3833,
+ "M": 11.2198,
+ "S": 0.08898
+ },
+ "85.5": {
+ "L": -0.3833,
+ "M": 11.3435,
+ "S": 0.08897
+ },
+ "86.0": {
+ "L": -0.3833,
+ "M": 11.4684,
+ "S": 0.08895
+ },
+ "86.5": {
+ "L": -0.3833,
+ "M": 11.594,
+ "S": 0.08895
+ },
+ "87.0": {
+ "L": -0.3833,
+ "M": 11.7201,
+ "S": 0.08895
+ },
+ "87.5": {
+ "L": -0.3833,
+ "M": 11.8461,
+ "S": 0.08895
+ },
+ "88.0": {
+ "L": -0.3833,
+ "M": 11.972,
+ "S": 0.08896
+ },
+ "88.5": {
+ "L": -0.3833,
+ "M": 12.0976,
+ "S": 0.08898
+ },
+ "89.0": {
+ "L": -0.3833,
+ "M": 12.2229,
+ "S": 0.089
+ },
+ "89.5": {
+ "L": -0.3833,
+ "M": 12.3477,
+ "S": 0.08903
+ },
+ "90.0": {
+ "L": -0.3833,
+ "M": 12.4723,
+ "S": 0.08906
+ },
+ "90.5": {
+ "L": -0.3833,
+ "M": 12.5965,
+ "S": 0.08909
+ },
+ "91.0": {
+ "L": -0.3833,
+ "M": 12.7205,
+ "S": 0.08913
+ },
+ "91.5": {
+ "L": -0.3833,
+ "M": 12.8443,
+ "S": 0.08918
+ },
+ "92.0": {
+ "L": -0.3833,
+ "M": 12.9681,
+ "S": 0.08923
+ },
+ "92.5": {
+ "L": -0.3833,
+ "M": 13.092,
+ "S": 0.08928
+ },
+ "93.0": {
+ "L": -0.3833,
+ "M": 13.2158,
+ "S": 0.08934
+ },
+ "93.5": {
+ "L": -0.3833,
+ "M": 13.3399,
+ "S": 0.08941
+ },
+ "94.0": {
+ "L": -0.3833,
+ "M": 13.4643,
+ "S": 0.08948
+ },
+ "94.5": {
+ "L": -0.3833,
+ "M": 13.5892,
+ "S": 0.08955
+ },
+ "95.0": {
+ "L": -0.3833,
+ "M": 13.7146,
+ "S": 0.08963
+ },
+ "95.5": {
+ "L": -0.3833,
+ "M": 13.8408,
+ "S": 0.08972
+ },
+ "96.0": {
+ "L": -0.3833,
+ "M": 13.9676,
+ "S": 0.08981
+ },
+ "96.5": {
+ "L": -0.3833,
+ "M": 14.0953,
+ "S": 0.0899
+ },
+ "97.0": {
+ "L": -0.3833,
+ "M": 14.2239,
+ "S": 0.09
+ },
+ "97.5": {
+ "L": -0.3833,
+ "M": 14.3537,
+ "S": 0.0901
+ },
+ "98.0": {
+ "L": -0.3833,
+ "M": 14.4848,
+ "S": 0.09021
+ },
+ "98.5": {
+ "L": -0.3833,
+ "M": 14.6174,
+ "S": 0.09033
+ },
+ "99.0": {
+ "L": -0.3833,
+ "M": 14.7519,
+ "S": 0.09044
+ },
+ "99.5": {
+ "L": -0.3833,
+ "M": 14.8882,
+ "S": 0.09057
+ },
+ "100.0": {
+ "L": -0.3833,
+ "M": 15.0267,
+ "S": 0.09069
+ },
+ "100.5": {
+ "L": -0.3833,
+ "M": 15.1676,
+ "S": 0.09083
+ },
+ "101.0": {
+ "L": -0.3833,
+ "M": 15.3108,
+ "S": 0.09096
+ },
+ "101.5": {
+ "L": -0.3833,
+ "M": 15.4564,
+ "S": 0.0911
+ },
+ "102.0": {
+ "L": -0.3833,
+ "M": 15.6046,
+ "S": 0.09125
+ },
+ "102.5": {
+ "L": -0.3833,
+ "M": 15.7553,
+ "S": 0.09139
+ },
+ "103.0": {
+ "L": -0.3833,
+ "M": 15.9087,
+ "S": 0.09155
+ },
+ "103.5": {
+ "L": -0.3833,
+ "M": 16.0645,
+ "S": 0.0917
+ },
+ "104.0": {
+ "L": -0.3833,
+ "M": 16.2229,
+ "S": 0.09186
+ },
+ "104.5": {
+ "L": -0.3833,
+ "M": 16.3837,
+ "S": 0.09203
+ },
+ "105.0": {
+ "L": -0.3833,
+ "M": 16.547,
+ "S": 0.09219
+ },
+ "105.5": {
+ "L": -0.3833,
+ "M": 16.7129,
+ "S": 0.09236
+ },
+ "106.0": {
+ "L": -0.3833,
+ "M": 16.8814,
+ "S": 0.09254
+ },
+ "106.5": {
+ "L": -0.3833,
+ "M": 17.0527,
+ "S": 0.09271
+ },
+ "107.0": {
+ "L": -0.3833,
+ "M": 17.2269,
+ "S": 0.09289
+ },
+ "107.5": {
+ "L": -0.3833,
+ "M": 17.4039,
+ "S": 0.09307
+ },
+ "108.0": {
+ "L": -0.3833,
+ "M": 17.5839,
+ "S": 0.09326
+ },
+ "108.5": {
+ "L": -0.3833,
+ "M": 17.7668,
+ "S": 0.09344
+ },
+ "109.0": {
+ "L": -0.3833,
+ "M": 17.9526,
+ "S": 0.09363
+ },
+ "109.5": {
+ "L": -0.3833,
+ "M": 18.1412,
+ "S": 0.09382
+ },
+ "110.0": {
+ "L": -0.3833,
+ "M": 18.3324,
+ "S": 0.09401
+ }
+ },
+ "wfh": {
+ "65.0": {
+ "L": -0.3833,
+ "M": 7.2402,
+ "S": 0.09113
+ },
+ "65.5": {
+ "L": -0.3833,
+ "M": 7.3523,
+ "S": 0.09109
+ },
+ "66.0": {
+ "L": -0.3833,
+ "M": 7.463,
+ "S": 0.09104
+ },
+ "66.5": {
+ "L": -0.3833,
+ "M": 7.5724,
+ "S": 0.09099
+ },
+ "67.0": {
+ "L": -0.3833,
+ "M": 7.6806,
+ "S": 0.09094
+ },
+ "67.5": {
+ "L": -0.3833,
+ "M": 7.7874,
+ "S": 0.09088
+ },
+ "68.0": {
+ "L": -0.3833,
+ "M": 7.893,
+ "S": 0.09083
+ },
+ "68.5": {
+ "L": -0.3833,
+ "M": 7.9976,
+ "S": 0.09077
+ },
+ "69.0": {
+ "L": -0.3833,
+ "M": 8.1012,
+ "S": 0.09071
+ },
+ "69.5": {
+ "L": -0.3833,
+ "M": 8.2039,
+ "S": 0.09065
+ },
+ "70.0": {
+ "L": -0.3833,
+ "M": 8.3058,
+ "S": 0.09059
+ },
+ "70.5": {
+ "L": -0.3833,
+ "M": 8.4071,
+ "S": 0.09053
+ },
+ "71.0": {
+ "L": -0.3833,
+ "M": 8.5078,
+ "S": 0.09047
+ },
+ "71.5": {
+ "L": -0.3833,
+ "M": 8.6078,
+ "S": 0.09041
+ },
+ "72.0": {
+ "L": -0.3833,
+ "M": 8.707,
+ "S": 0.09035
+ },
+ "72.5": {
+ "L": -0.3833,
+ "M": 8.8053,
+ "S": 0.09028
+ },
+ "73.0": {
+ "L": -0.3833,
+ "M": 8.9025,
+ "S": 0.09022
+ },
+ "73.5": {
+ "L": -0.3833,
+ "M": 8.9983,
+ "S": 0.09016
+ },
+ "74.0": {
+ "L": -0.3833,
+ "M": 9.0928,
+ "S": 0.09009
+ },
+ "74.5": {
+ "L": -0.3833,
+ "M": 9.1862,
+ "S": 0.09003
+ },
+ "75.0": {
+ "L": -0.3833,
+ "M": 9.2786,
+ "S": 0.08996
+ },
+ "75.5": {
+ "L": -0.3833,
+ "M": 9.3703,
+ "S": 0.08989
+ },
+ "76.0": {
+ "L": -0.3833,
+ "M": 9.4617,
+ "S": 0.08983
+ },
+ "76.5": {
+ "L": -0.3833,
+ "M": 9.5533,
+ "S": 0.08976
+ },
+ "77.0": {
+ "L": -0.3833,
+ "M": 9.6456,
+ "S": 0.08969
+ },
+ "77.5": {
+ "L": -0.3833,
+ "M": 9.739,
+ "S": 0.08963
+ },
+ "78.0": {
+ "L": -0.3833,
+ "M": 9.8338,
+ "S": 0.08956
+ },
+ "78.5": {
+ "L": -0.3833,
+ "M": 9.9303,
+ "S": 0.0895
+ },
+ "79.0": {
+ "L": -0.3833,
+ "M": 10.0289,
+ "S": 0.08943
+ },
+ "79.5": {
+ "L": -0.3833,
+ "M": 10.1298,
+ "S": 0.08937
+ },
+ "80.0": {
+ "L": -0.3833,
+ "M": 10.2332,
+ "S": 0.08932
+ },
+ "80.5": {
+ "L": -0.3833,
+ "M": 10.3393,
+ "S": 0.08926
+ },
+ "81.0": {
+ "L": -0.3833,
+ "M": 10.4477,
+ "S": 0.08921
+ },
+ "81.5": {
+ "L": -0.3833,
+ "M": 10.5586,
+ "S": 0.08916
+ },
+ "82.0": {
+ "L": -0.3833,
+ "M": 10.6719,
+ "S": 0.08912
+ },
+ "82.5": {
+ "L": -0.3833,
+ "M": 10.7874,
+ "S": 0.08908
+ },
+ "83.0": {
+ "L": -0.3833,
+ "M": 10.9051,
+ "S": 0.08905
+ },
+ "83.5": {
+ "L": -0.3833,
+ "M": 11.0248,
+ "S": 0.08902
+ },
+ "84.0": {
+ "L": -0.3833,
+ "M": 11.1462,
+ "S": 0.08899
+ },
+ "84.5": {
+ "L": -0.3833,
+ "M": 11.2691,
+ "S": 0.08897
+ },
+ "85.0": {
+ "L": -0.3833,
+ "M": 11.3934,
+ "S": 0.08896
+ },
+ "85.5": {
+ "L": -0.3833,
+ "M": 11.5186,
+ "S": 0.08895
+ },
+ "86.0": {
+ "L": -0.3833,
+ "M": 11.6444,
+ "S": 0.08895
+ },
+ "86.5": {
+ "L": -0.3833,
+ "M": 11.7705,
+ "S": 0.08895
+ },
+ "87.0": {
+ "L": -0.3833,
+ "M": 11.8965,
+ "S": 0.08896
+ },
+ "87.5": {
+ "L": -0.3833,
+ "M": 12.0223,
+ "S": 0.08897
+ },
+ "88.0": {
+ "L": -0.3833,
+ "M": 12.1478,
+ "S": 0.08899
+ },
+ "88.5": {
+ "L": -0.3833,
+ "M": 12.2729,
+ "S": 0.08901
+ },
+ "89.0": {
+ "L": -0.3833,
+ "M": 12.3976,
+ "S": 0.08904
+ },
+ "89.5": {
+ "L": -0.3833,
+ "M": 12.522,
+ "S": 0.08907
+ },
+ "90.0": {
+ "L": -0.3833,
+ "M": 12.6461,
+ "S": 0.08911
+ },
+ "90.5": {
+ "L": -0.3833,
+ "M": 12.77,
+ "S": 0.08915
+ },
+ "91.0": {
+ "L": -0.3833,
+ "M": 12.8939,
+ "S": 0.0892
+ },
+ "91.5": {
+ "L": -0.3833,
+ "M": 13.0177,
+ "S": 0.08925
+ },
+ "92.0": {
+ "L": -0.3833,
+ "M": 13.1415,
+ "S": 0.08931
+ },
+ "92.5": {
+ "L": -0.3833,
+ "M": 13.2654,
+ "S": 0.08937
+ },
+ "93.0": {
+ "L": -0.3833,
+ "M": 13.3896,
+ "S": 0.08944
+ },
+ "93.5": {
+ "L": -0.3833,
+ "M": 13.5142,
+ "S": 0.08951
+ },
+ "94.0": {
+ "L": -0.3833,
+ "M": 13.6393,
+ "S": 0.08959
+ },
+ "94.5": {
+ "L": -0.3833,
+ "M": 13.765,
+ "S": 0.08967
+ },
+ "95.0": {
+ "L": -0.3833,
+ "M": 13.8914,
+ "S": 0.08975
+ },
+ "95.5": {
+ "L": -0.3833,
+ "M": 14.0186,
+ "S": 0.08984
+ },
+ "96.0": {
+ "L": -0.3833,
+ "M": 14.1466,
+ "S": 0.08994
+ },
+ "96.5": {
+ "L": -0.3833,
+ "M": 14.2757,
+ "S": 0.09004
+ },
+ "97.0": {
+ "L": -0.3833,
+ "M": 14.4059,
+ "S": 0.09015
+ },
+ "97.5": {
+ "L": -0.3833,
+ "M": 14.5376,
+ "S": 0.09026
+ },
+ "98.0": {
+ "L": -0.3833,
+ "M": 14.671,
+ "S": 0.09037
+ },
+ "98.5": {
+ "L": -0.3833,
+ "M": 14.8062,
+ "S": 0.09049
+ },
+ "99.0": {
+ "L": -0.3833,
+ "M": 14.9434,
+ "S": 0.09062
+ },
+ "99.5": {
+ "L": -0.3833,
+ "M": 15.0828,
+ "S": 0.09075
+ },
+ "100.0": {
+ "L": -0.3833,
+ "M": 15.2246,
+ "S": 0.09088
+ },
+ "100.5": {
+ "L": -0.3833,
+ "M": 15.3687,
+ "S": 0.09102
+ },
+ "101.0": {
+ "L": -0.3833,
+ "M": 15.5154,
+ "S": 0.09116
+ },
+ "101.5": {
+ "L": -0.3833,
+ "M": 15.6646,
+ "S": 0.09131
+ },
+ "102.0": {
+ "L": -0.3833,
+ "M": 15.8164,
+ "S": 0.09146
+ },
+ "102.5": {
+ "L": -0.3833,
+ "M": 15.9707,
+ "S": 0.09161
+ },
+ "103.0": {
+ "L": -0.3833,
+ "M": 16.1276,
+ "S": 0.09177
+ },
+ "103.5": {
+ "L": -0.3833,
+ "M": 16.287,
+ "S": 0.09193
+ },
+ "104.0": {
+ "L": -0.3833,
+ "M": 16.4488,
+ "S": 0.09209
+ },
+ "104.5": {
+ "L": -0.3833,
+ "M": 16.6131,
+ "S": 0.09226
+ },
+ "105.0": {
+ "L": -0.3833,
+ "M": 16.78,
+ "S": 0.09243
+ },
+ "105.5": {
+ "L": -0.3833,
+ "M": 16.9496,
+ "S": 0.09261
+ },
+ "106.0": {
+ "L": -0.3833,
+ "M": 17.122,
+ "S": 0.09278
+ },
+ "106.5": {
+ "L": -0.3833,
+ "M": 17.2973,
+ "S": 0.09296
+ },
+ "107.0": {
+ "L": -0.3833,
+ "M": 17.4755,
+ "S": 0.09315
+ },
+ "107.5": {
+ "L": -0.3833,
+ "M": 17.6567,
+ "S": 0.09333
+ },
+ "108.0": {
+ "L": -0.3833,
+ "M": 17.8407,
+ "S": 0.09352
+ },
+ "108.5": {
+ "L": -0.3833,
+ "M": 18.0277,
+ "S": 0.09371
+ },
+ "109.0": {
+ "L": -0.3833,
+ "M": 18.2174,
+ "S": 0.0939
+ },
+ "109.5": {
+ "L": -0.3833,
+ "M": 18.4096,
+ "S": 0.09409
+ },
+ "110.0": {
+ "L": -0.3833,
+ "M": 18.6043,
+ "S": 0.09428
+ },
+ "110.5": {
+ "L": -0.3833,
+ "M": 18.8015,
+ "S": 0.09448
+ },
+ "111.0": {
+ "L": -0.3833,
+ "M": 19.0009,
+ "S": 0.09467
+ },
+ "111.5": {
+ "L": -0.3833,
+ "M": 19.2024,
+ "S": 0.09487
+ },
+ "112.0": {
+ "L": -0.3833,
+ "M": 19.406,
+ "S": 0.09507
+ },
+ "112.5": {
+ "L": -0.3833,
+ "M": 19.6116,
+ "S": 0.09527
+ },
+ "113.0": {
+ "L": -0.3833,
+ "M": 19.819,
+ "S": 0.09546
+ },
+ "113.5": {
+ "L": -0.3833,
+ "M": 20.028,
+ "S": 0.09566
+ },
+ "114.0": {
+ "L": -0.3833,
+ "M": 20.2385,
+ "S": 0.09586
+ },
+ "114.5": {
+ "L": -0.3833,
+ "M": 20.4502,
+ "S": 0.09606
+ },
+ "115.0": {
+ "L": -0.3833,
+ "M": 20.6629,
+ "S": 0.09626
+ },
+ "115.5": {
+ "L": -0.3833,
+ "M": 20.8766,
+ "S": 0.09646
+ },
+ "116.0": {
+ "L": -0.3833,
+ "M": 21.0909,
+ "S": 0.09666
+ },
+ "116.5": {
+ "L": -0.3833,
+ "M": 21.3059,
+ "S": 0.09686
+ },
+ "117.0": {
+ "L": -0.3833,
+ "M": 21.5213,
+ "S": 0.09707
+ },
+ "117.5": {
+ "L": -0.3833,
+ "M": 21.737,
+ "S": 0.09727
+ },
+ "118.0": {
+ "L": -0.3833,
+ "M": 21.9529,
+ "S": 0.09747
+ },
+ "118.5": {
+ "L": -0.3833,
+ "M": 22.169,
+ "S": 0.09767
+ },
+ "119.0": {
+ "L": -0.3833,
+ "M": 22.3851,
+ "S": 0.09788
+ },
+ "119.5": {
+ "L": -0.3833,
+ "M": 22.6012,
+ "S": 0.09808
+ },
+ "120.0": {
+ "L": -0.3833,
+ "M": 22.8173,
+ "S": 0.09828
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Android/flutter_app/assets/image/Logo_SplashScreen.png b/Android/flutter_app/assets/image/Logo_SplashScreen.png
new file mode 100644
index 0000000..ebf3149
Binary files /dev/null and b/Android/flutter_app/assets/image/Logo_SplashScreen.png differ
diff --git a/Android/flutter_app/assets/image/logo_sgizi.png b/Android/flutter_app/assets/image/logo_sgizi.png
new file mode 100644
index 0000000..8db39d6
Binary files /dev/null and b/Android/flutter_app/assets/image/logo_sgizi.png differ
diff --git a/Android/flutter_app/assets/image/onboarding_consultation.png b/Android/flutter_app/assets/image/onboarding_consultation.png
new file mode 100644
index 0000000..16abcb0
Binary files /dev/null and b/Android/flutter_app/assets/image/onboarding_consultation.png differ
diff --git a/Android/flutter_app/assets/image/onboarding_food.png b/Android/flutter_app/assets/image/onboarding_food.png
new file mode 100644
index 0000000..a9cb56c
Binary files /dev/null and b/Android/flutter_app/assets/image/onboarding_food.png differ
diff --git a/Android/flutter_app/assets/image/onboarding_monitoring.png b/Android/flutter_app/assets/image/onboarding_monitoring.png
new file mode 100644
index 0000000..b7ce6c1
Binary files /dev/null and b/Android/flutter_app/assets/image/onboarding_monitoring.png differ
diff --git a/Android/flutter_app/ios/.gitignore b/Android/flutter_app/ios/.gitignore
new file mode 100644
index 0000000..7a7f987
--- /dev/null
+++ b/Android/flutter_app/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
diff --git a/Android/flutter_app/ios/Flutter/AppFrameworkInfo.plist b/Android/flutter_app/ios/Flutter/AppFrameworkInfo.plist
new file mode 100644
index 0000000..1dc6cf7
--- /dev/null
+++ b/Android/flutter_app/ios/Flutter/AppFrameworkInfo.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ App
+ CFBundleIdentifier
+ io.flutter.flutter.app
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ App
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1.0
+ MinimumOSVersion
+ 13.0
+
+
diff --git a/Android/flutter_app/ios/Flutter/Debug.xcconfig b/Android/flutter_app/ios/Flutter/Debug.xcconfig
new file mode 100644
index 0000000..592ceee
--- /dev/null
+++ b/Android/flutter_app/ios/Flutter/Debug.xcconfig
@@ -0,0 +1 @@
+#include "Generated.xcconfig"
diff --git a/Android/flutter_app/ios/Flutter/Release.xcconfig b/Android/flutter_app/ios/Flutter/Release.xcconfig
new file mode 100644
index 0000000..592ceee
--- /dev/null
+++ b/Android/flutter_app/ios/Flutter/Release.xcconfig
@@ -0,0 +1 @@
+#include "Generated.xcconfig"
diff --git a/Android/flutter_app/ios/Runner.xcodeproj/project.pbxproj b/Android/flutter_app/ios/Runner.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..75dddda
--- /dev/null
+++ b/Android/flutter_app/ios/Runner.xcodeproj/project.pbxproj
@@ -0,0 +1,616 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 54;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
+ 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
+ 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 PBXContainerItemProxy section */
+ 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 97C146E61CF9000F007C117D /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 97C146ED1CF9000F007C117D;
+ remoteInfo = Runner;
+ };
+/* End PBXContainerItemProxy 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 = ""; };
+ 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; };
+ 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = ""; };
+ 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; };
+ 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; };
+ 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
+ 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; };
+ 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; };
+ 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; };
+ 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 = ""; };
+ 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
+ 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
+ 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 97C146EB1CF9000F007C117D /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 331C8082294A63A400263BE5 /* RunnerTests */ = {
+ isa = PBXGroup;
+ children = (
+ 331C807B294A618700263BE5 /* RunnerTests.swift */,
+ );
+ path = RunnerTests;
+ sourceTree = "";
+ };
+ 9740EEB11CF90186004384FC /* Flutter */ = {
+ isa = PBXGroup;
+ children = (
+ 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
+ 9740EEB21CF90195004384FC /* Debug.xcconfig */,
+ 7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
+ 9740EEB31CF90195004384FC /* Generated.xcconfig */,
+ );
+ name = Flutter;
+ sourceTree = "";
+ };
+ 97C146E51CF9000F007C117D = {
+ isa = PBXGroup;
+ children = (
+ 9740EEB11CF90186004384FC /* Flutter */,
+ 97C146F01CF9000F007C117D /* Runner */,
+ 97C146EF1CF9000F007C117D /* Products */,
+ 331C8082294A63A400263BE5 /* RunnerTests */,
+ );
+ sourceTree = "";
+ };
+ 97C146EF1CF9000F007C117D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 97C146EE1CF9000F007C117D /* Runner.app */,
+ 331C8081294A63A400263BE5 /* RunnerTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 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 = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 331C8080294A63A400263BE5 /* RunnerTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
+ buildPhases = (
+ 331C807D294A63A400263BE5 /* Sources */,
+ 331C807F294A63A400263BE5 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 331C8086294A63A400263BE5 /* PBXTargetDependency */,
+ );
+ name = RunnerTests;
+ productName = RunnerTests;
+ productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ 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 = {
+ BuildIndependentTargetsInParallel = YES;
+ LastUpgradeCheck = 1510;
+ ORGANIZATIONNAME = "";
+ TargetAttributes = {
+ 331C8080294A63A400263BE5 = {
+ CreatedOnToolsVersion = 14.0;
+ TestTargetID = 97C146ED1CF9000F007C117D;
+ };
+ 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 */,
+ 331C8080294A63A400263BE5 /* RunnerTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 331C807F294A63A400263BE5 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 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;
+ alwaysOutOfDate = 1;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
+ );
+ 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;
+ alwaysOutOfDate = 1;
+ 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 */
+ 331C807D294A63A400263BE5 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 97C146EA1CF9000F007C117D /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
+ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 97C146ED1CF9000F007C117D /* Runner */;
+ targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 97C146FB1CF9000F007C117D /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "";
+ };
+ 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 97C147001CF9000F007C117D /* Base */,
+ );
+ name = LaunchScreen.storyboard;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 249021D3217E4FDB00AE95B9 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ 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;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ 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 = 13.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)";
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.sGizi;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Profile;
+ };
+ 331C8088294A63A400263BE5 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.sGizi.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
+ };
+ name = Debug;
+ };
+ 331C8089294A63A400263BE5 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.sGizi.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
+ };
+ name = Release;
+ };
+ 331C808A294A63A400263BE5 /* Profile */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.sGizi.RunnerTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
+ };
+ name = Profile;
+ };
+ 97C147031CF9000F007C117D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ 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;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ 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 = 13.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;
+ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
+ 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;
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
+ 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 = 13.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)";
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.sGizi;
+ 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)";
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.sGizi;
+ 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 */
+ 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 331C8088294A63A400263BE5 /* Debug */,
+ 331C8089294A63A400263BE5 /* Release */,
+ 331C808A294A63A400263BE5 /* Profile */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 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 */;
+}
diff --git a/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..f9b0d7c
--- /dev/null
+++ b/Android/flutter_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/Android/flutter_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/Android/flutter_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
new file mode 100644
index 0000000..e3773d4
--- /dev/null
+++ b/Android/flutter_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Android/flutter_app/ios/Runner.xcworkspace/contents.xcworkspacedata b/Android/flutter_app/ios/Runner.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..1d526a1
--- /dev/null
+++ b/Android/flutter_app/ios/Runner.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Android/flutter_app/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Android/flutter_app/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/Android/flutter_app/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/Android/flutter_app/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Android/flutter_app/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..f9b0d7c
--- /dev/null
+++ b/Android/flutter_app/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/Android/flutter_app/ios/Runner/AppDelegate.swift b/Android/flutter_app/ios/Runner/AppDelegate.swift
new file mode 100644
index 0000000..6266644
--- /dev/null
+++ b/Android/flutter_app/ios/Runner/AppDelegate.swift
@@ -0,0 +1,13 @@
+import Flutter
+import UIKit
+
+@main
+@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)
+ }
+}
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..d36b1fa
--- /dev/null
+++ b/Android/flutter_app/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"
+ }
+}
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
new file mode 100644
index 0000000..dc9ada4
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
new file mode 100644
index 0000000..7353c41
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
new file mode 100644
index 0000000..797d452
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
new file mode 100644
index 0000000..6ed2d93
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
new file mode 100644
index 0000000..4cd7b00
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
new file mode 100644
index 0000000..fe73094
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
new file mode 100644
index 0000000..321773c
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
new file mode 100644
index 0000000..797d452
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
new file mode 100644
index 0000000..502f463
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
new file mode 100644
index 0000000..0ec3034
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
new file mode 100644
index 0000000..0ec3034
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
new file mode 100644
index 0000000..e9f5fea
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
new file mode 100644
index 0000000..84ac32a
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
new file mode 100644
index 0000000..8953cba
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
new file mode 100644
index 0000000..0467bf1
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
new file mode 100644
index 0000000..0bedcf2
--- /dev/null
+++ b/Android/flutter_app/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"
+ }
+}
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png differ
diff --git a/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/Android/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
new file mode 100644
index 0000000..89c2725
--- /dev/null
+++ b/Android/flutter_app/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.
\ No newline at end of file
diff --git a/Android/flutter_app/ios/Runner/Base.lproj/LaunchScreen.storyboard b/Android/flutter_app/ios/Runner/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 0000000..f2e259c
--- /dev/null
+++ b/Android/flutter_app/ios/Runner/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Android/flutter_app/ios/Runner/Base.lproj/Main.storyboard b/Android/flutter_app/ios/Runner/Base.lproj/Main.storyboard
new file mode 100644
index 0000000..f3c2851
--- /dev/null
+++ b/Android/flutter_app/ios/Runner/Base.lproj/Main.storyboard
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Android/flutter_app/ios/Runner/Info.plist b/Android/flutter_app/ios/Runner/Info.plist
new file mode 100644
index 0000000..e1d2756
--- /dev/null
+++ b/Android/flutter_app/ios/Runner/Info.plist
@@ -0,0 +1,49 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleDisplayName
+ S Gizi
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ s_gizi
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ $(FLUTTER_BUILD_NAME)
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ $(FLUTTER_BUILD_NUMBER)
+ LSRequiresIPhoneOS
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ CADisableMinimumFrameDurationOnPhone
+
+ UIApplicationSupportsIndirectInputEvents
+
+
+
diff --git a/Android/flutter_app/ios/Runner/Runner-Bridging-Header.h b/Android/flutter_app/ios/Runner/Runner-Bridging-Header.h
new file mode 100644
index 0000000..308a2a5
--- /dev/null
+++ b/Android/flutter_app/ios/Runner/Runner-Bridging-Header.h
@@ -0,0 +1 @@
+#import "GeneratedPluginRegistrant.h"
diff --git a/Android/flutter_app/ios/RunnerTests/RunnerTests.swift b/Android/flutter_app/ios/RunnerTests/RunnerTests.swift
new file mode 100644
index 0000000..86a7c3b
--- /dev/null
+++ b/Android/flutter_app/ios/RunnerTests/RunnerTests.swift
@@ -0,0 +1,12 @@
+import Flutter
+import UIKit
+import XCTest
+
+class RunnerTests: XCTestCase {
+
+ func testExample() {
+ // If you add code to the Runner application, consider adding tests here.
+ // See https://developer.apple.com/documentation/xctest for more information about using XCTest.
+ }
+
+}
diff --git a/Android/flutter_app/lib/app_design.dart b/Android/flutter_app/lib/app_design.dart
new file mode 100644
index 0000000..1aa2c65
--- /dev/null
+++ b/Android/flutter_app/lib/app_design.dart
@@ -0,0 +1,493 @@
+import 'package:flutter/material.dart';
+
+const String sgiziLogoAsset = 'assets/image/logo_sgizi.png';
+
+class SgColors {
+ const SgColors._();
+
+ static const primary = Color(0xFF4B8E96);
+ static const primaryDark = Color(0xFF2F737A);
+ static const secondary = Color(0xFFA8D5BA);
+ static const background = Color(0xFFF5F7F6);
+ static const surface = Colors.white;
+ static const textPrimary = Color(0xFF1E1E1E);
+ static const textSecondary = Color(0xFF6B7280);
+ static const border = Color(0xFFE0E7E4);
+ static const danger = Color(0xFFE53935);
+ static const warning = Color(0xFFF59E0B);
+ static const success = Color(0xFF34A853);
+}
+
+class AppTypography {
+ const AppTypography._();
+
+ static const h1 = TextStyle(
+ fontSize: 24,
+ height: 1.2,
+ fontWeight: FontWeight.w800,
+ color: SgColors.textPrimary,
+ );
+ static const h2 = TextStyle(
+ fontSize: 18,
+ height: 1.3,
+ fontWeight: FontWeight.w700,
+ color: SgColors.textPrimary,
+ );
+ static const h3 = TextStyle(
+ fontSize: 15,
+ height: 1.35,
+ fontWeight: FontWeight.w600,
+ color: SgColors.textPrimary,
+ );
+ static const body = TextStyle(
+ fontSize: 14,
+ height: 1.5,
+ fontWeight: FontWeight.w400,
+ color: SgColors.textSecondary,
+ );
+ static const caption = TextStyle(
+ fontSize: 12,
+ height: 1.35,
+ fontWeight: FontWeight.w500,
+ color: SgColors.textSecondary,
+ );
+}
+
+class AppLogo extends StatelessWidget {
+ const AppLogo({super.key, this.size = 56, this.showLabel = false});
+
+ final double size;
+ final bool showLabel;
+
+ @override
+ Widget build(BuildContext context) {
+ return Row(
+ mainAxisSize: MainAxisSize.min,
+ children: [
+ ClipRRect(
+ borderRadius: BorderRadius.circular(size * 0.24),
+ child: Image.asset(
+ sgiziLogoAsset,
+ width: size,
+ height: size,
+ fit: BoxFit.cover,
+ errorBuilder: (_, __, ___) => Container(
+ width: size,
+ height: size,
+ decoration: BoxDecoration(
+ color: SgColors.primary,
+ borderRadius: BorderRadius.circular(size * 0.24),
+ ),
+ child: const Icon(Icons.bolt, color: Colors.white),
+ ),
+ ),
+ ),
+ if (showLabel) ...[
+ const SizedBox(width: 12),
+ Text(
+ 'S-Gizi',
+ style: AppTypography.h1.copyWith(
+ color: SgColors.primaryDark,
+ fontSize: 22,
+ ),
+ ),
+ ],
+ ],
+ );
+ }
+}
+
+class ChildAvatar extends StatelessWidget {
+ const ChildAvatar({
+ super.key,
+ required this.name,
+ required this.gender,
+ this.photoUrl,
+ this.radius = 28,
+ });
+
+ final String name;
+ final String gender;
+ final String? photoUrl;
+ final double radius;
+
+ @override
+ Widget build(BuildContext context) {
+ final imageUrl = photoUrl?.trim();
+ if (imageUrl != null && imageUrl.isNotEmpty) {
+ return CircleAvatar(
+ radius: radius,
+ backgroundColor: const Color(0xFFD9EEE7),
+ backgroundImage: NetworkImage(imageUrl),
+ );
+ }
+
+ final isFemale = gender.toLowerCase().startsWith('p');
+ final accent = isFemale ? const Color(0xFFFF8FA3) : SgColors.primary;
+
+ return CircleAvatar(
+ radius: radius,
+ backgroundColor: accent.withValues(alpha: 0.12),
+ child: Icon(
+ isFemale ? Icons.face_3_rounded : Icons.face_rounded,
+ color: accent,
+ size: radius,
+ ),
+ );
+ }
+}
+
+class HealthCard extends StatelessWidget {
+ const HealthCard({
+ super.key,
+ required this.child,
+ this.padding = const EdgeInsets.all(16),
+ this.margin,
+ this.color = SgColors.surface,
+ this.borderColor,
+ this.onTap,
+ });
+
+ final Widget child;
+ final EdgeInsetsGeometry padding;
+ final EdgeInsetsGeometry? margin;
+ final Color color;
+ final Color? borderColor;
+ final VoidCallback? onTap;
+
+ @override
+ Widget build(BuildContext context) {
+ final card = AnimatedContainer(
+ duration: const Duration(milliseconds: 220),
+ curve: Curves.easeOut,
+ margin: margin,
+ padding: padding,
+ decoration: BoxDecoration(
+ color: color,
+ borderRadius: BorderRadius.circular(20),
+ border: Border.all(color: borderColor ?? SgColors.border),
+ boxShadow: [
+ BoxShadow(
+ color: Colors.black.withValues(alpha: 0.06),
+ blurRadius: 20,
+ offset: const Offset(0, 10),
+ ),
+ ],
+ ),
+ child: child,
+ );
+
+ if (onTap == null) {
+ return card;
+ }
+
+ return Material(
+ color: Colors.transparent,
+ child: InkWell(
+ borderRadius: BorderRadius.circular(20),
+ onTap: onTap,
+ child: card,
+ ),
+ );
+ }
+}
+
+class StatusBadge extends StatelessWidget {
+ const StatusBadge({
+ super.key,
+ required this.text,
+ this.color = SgColors.success,
+ });
+
+ final String text;
+ final Color color;
+
+ @override
+ Widget build(BuildContext context) {
+ return Container(
+ padding: const EdgeInsets.symmetric(horizontal: 12, vertical: 8),
+ decoration: BoxDecoration(
+ color: color.withValues(alpha: 0.16),
+ borderRadius: BorderRadius.circular(999),
+ border: Border.all(color: color.withValues(alpha: 0.36)),
+ ),
+ child: Text(
+ text,
+ style: AppTypography.caption.copyWith(
+ color: color,
+ fontWeight: FontWeight.w800,
+ ),
+ ),
+ );
+ }
+}
+
+class PrimaryButton extends StatelessWidget {
+ const PrimaryButton({
+ super.key,
+ required this.label,
+ required this.onPressed,
+ this.icon,
+ this.isOutlined = false,
+ });
+
+ final String label;
+ final VoidCallback? onPressed;
+ final IconData? icon;
+ final bool isOutlined;
+
+ @override
+ Widget build(BuildContext context) {
+ final child = Row(
+ mainAxisAlignment: MainAxisAlignment.center,
+ mainAxisSize: MainAxisSize.min,
+ children: [
+ if (icon != null) ...[Icon(icon, size: 20), const SizedBox(width: 8)],
+ Flexible(
+ child: Text(
+ label,
+ overflow: TextOverflow.ellipsis,
+ style: const TextStyle(fontWeight: FontWeight.w800),
+ ),
+ ),
+ ],
+ );
+
+ if (isOutlined) {
+ return SizedBox(
+ width: double.infinity,
+ height: 56,
+ child: OutlinedButton(
+ onPressed: onPressed,
+ style: OutlinedButton.styleFrom(
+ foregroundColor: SgColors.primary,
+ side: const BorderSide(color: SgColors.primary),
+ shape: RoundedRectangleBorder(
+ borderRadius: BorderRadius.circular(18),
+ ),
+ ),
+ child: child,
+ ),
+ );
+ }
+
+ return SizedBox(
+ width: double.infinity,
+ height: 56,
+ child: FilledButton(
+ onPressed: onPressed,
+ style: FilledButton.styleFrom(
+ backgroundColor: SgColors.primary,
+ foregroundColor: Colors.white,
+ shape: RoundedRectangleBorder(
+ borderRadius: BorderRadius.circular(18),
+ ),
+ elevation: 1,
+ shadowColor: SgColors.primary.withValues(alpha: 0.32),
+ ),
+ child: child,
+ ),
+ );
+ }
+}
+
+class EmptyState extends StatelessWidget {
+ const EmptyState({
+ super.key,
+ required this.title,
+ required this.message,
+ this.actionLabel,
+ this.onAction,
+ });
+
+ final String title;
+ final String message;
+ final String? actionLabel;
+ final VoidCallback? onAction;
+
+ @override
+ Widget build(BuildContext context) {
+ return Center(
+ child: Padding(
+ padding: const EdgeInsets.all(24),
+ child: HealthCard(
+ child: Column(
+ mainAxisSize: MainAxisSize.min,
+ children: [
+ const CircleAvatar(
+ radius: 32,
+ backgroundColor: Color(0xFFE9F6F2),
+ child: Icon(Icons.inbox_outlined, color: SgColors.primary),
+ ),
+ const SizedBox(height: 16),
+ Text(title, style: AppTypography.h2, textAlign: TextAlign.center),
+ const SizedBox(height: 8),
+ Text(
+ message,
+ style: AppTypography.body,
+ textAlign: TextAlign.center,
+ ),
+ if (actionLabel != null && onAction != null) ...[
+ const SizedBox(height: 16),
+ PrimaryButton(label: actionLabel!, onPressed: onAction),
+ ],
+ ],
+ ),
+ ),
+ ),
+ );
+ }
+}
+
+class ErrorState extends StatelessWidget {
+ const ErrorState({super.key, required this.message, required this.onRetry});
+
+ final String message;
+ final VoidCallback onRetry;
+
+ @override
+ Widget build(BuildContext context) {
+ return Center(
+ child: Padding(
+ padding: const EdgeInsets.all(24),
+ child: HealthCard(
+ child: Column(
+ mainAxisSize: MainAxisSize.min,
+ children: [
+ const CircleAvatar(
+ radius: 32,
+ backgroundColor: Color(0xFFFFEBEE),
+ child: Icon(Icons.wifi_off_rounded, color: SgColors.danger),
+ ),
+ const SizedBox(height: 16),
+ const Text('Terjadi Kendala', style: AppTypography.h2),
+ const SizedBox(height: 8),
+ Text(
+ message,
+ style: AppTypography.body,
+ textAlign: TextAlign.center,
+ ),
+ const SizedBox(height: 16),
+ PrimaryButton(
+ label: 'Coba Lagi',
+ icon: Icons.refresh_rounded,
+ onPressed: onRetry,
+ ),
+ ],
+ ),
+ ),
+ ),
+ );
+ }
+}
+
+class MetricProgress extends StatelessWidget {
+ const MetricProgress({
+ super.key,
+ required this.label,
+ required this.description,
+ required this.status,
+ required this.value,
+ required this.icon,
+ });
+
+ final String label;
+ final String description;
+ final String status;
+ final double value;
+ final IconData icon;
+
+ @override
+ Widget build(BuildContext context) {
+ final clampedValue = value.clamp(0.0, 1.0).toDouble();
+
+ return HealthCard(
+ margin: const EdgeInsets.only(bottom: 12),
+ child: Column(
+ children: [
+ Row(
+ children: [
+ CircleAvatar(
+ radius: 22,
+ backgroundColor: const Color(0xFFE9F6F2),
+ child: Icon(icon, color: SgColors.primary, size: 22),
+ ),
+ const SizedBox(width: 12),
+ Expanded(
+ child: Column(
+ crossAxisAlignment: CrossAxisAlignment.start,
+ children: [
+ Text(label, style: AppTypography.h3),
+ const SizedBox(height: 2),
+ Text(description, style: AppTypography.caption),
+ ],
+ ),
+ ),
+ Text(
+ status.toUpperCase(),
+ textAlign: TextAlign.right,
+ style: AppTypography.caption.copyWith(
+ color: SgColors.textPrimary,
+ fontWeight: FontWeight.w800,
+ ),
+ ),
+ ],
+ ),
+ const SizedBox(height: 16),
+ ClipRRect(
+ borderRadius: BorderRadius.circular(99),
+ child: TweenAnimationBuilder(
+ tween: Tween(begin: 0.0, end: clampedValue),
+ duration: const Duration(milliseconds: 850),
+ curve: Curves.easeOutCubic,
+ builder: (context, animatedValue, _) {
+ return LinearProgressIndicator(
+ value: animatedValue,
+ minHeight: 8,
+ backgroundColor: const Color(0xFFEAF4F1),
+ valueColor: const AlwaysStoppedAnimation(SgColors.primary),
+ );
+ },
+ ),
+ ),
+ const SizedBox(height: 8),
+ Row(
+ mainAxisAlignment: MainAxisAlignment.spaceBetween,
+ children: const [
+ Text('Kurang', style: AppTypography.caption),
+ Text(
+ 'Ideal',
+ style: TextStyle(
+ fontSize: 12,
+ fontWeight: FontWeight.w800,
+ color: SgColors.primary,
+ ),
+ ),
+ Text('Berlebih', style: AppTypography.caption),
+ ],
+ ),
+ ],
+ ),
+ );
+ }
+}
+
+PageRouteBuilder fadeRoute(Widget page) {
+ return PageRouteBuilder(
+ transitionDuration: const Duration(milliseconds: 260),
+ reverseTransitionDuration: const Duration(milliseconds: 220),
+ pageBuilder: (_, __, ___) => page,
+ transitionsBuilder: (_, animation, __, child) {
+ return FadeTransition(
+ opacity: CurvedAnimation(parent: animation, curve: Curves.easeOut),
+ child: SlideTransition(
+ position: Tween(
+ begin: const Offset(0.03, 0),
+ end: Offset.zero,
+ ).animate(CurvedAnimation(parent: animation, curve: Curves.easeOut)),
+ child: child,
+ ),
+ );
+ },
+ );
+}
diff --git a/Android/flutter_app/lib/app_state.dart b/Android/flutter_app/lib/app_state.dart
new file mode 100644
index 0000000..7cc2cd9
--- /dev/null
+++ b/Android/flutter_app/lib/app_state.dart
@@ -0,0 +1,74 @@
+import 'package:flutter/foundation.dart';
+
+import 'models/mobile_child_model.dart';
+
+class SgiziAppState extends ChangeNotifier {
+ SgiziAppState._();
+
+ static final SgiziAppState instance = SgiziAppState._();
+
+ String? authToken;
+ int? activeChildId;
+ List children = const [];
+ Map? profileData;
+
+ bool get isAuthenticated => authToken != null && authToken!.isNotEmpty;
+ MobileChildModel? get activeChild {
+ final id = activeChildId;
+ if (id == null || children.isEmpty) return null;
+ for (final child in children) {
+ if (child.id == id) return child;
+ }
+ return null;
+ }
+
+ void setToken(String token) {
+ authToken = token;
+ notifyListeners();
+ }
+
+ void setChildren(List value) {
+ children = value;
+ activeChildId ??= value.isNotEmpty ? value.first.id : null;
+ if (value.every((child) => child.id != activeChildId)) {
+ activeChildId = value.isNotEmpty ? value.first.id : null;
+ }
+ notifyListeners();
+ }
+
+ void setProfileData(Map value) {
+ profileData = value;
+ notifyListeners();
+ }
+
+ void setActiveChild(int id) {
+ activeChildId = id;
+ notifyListeners();
+ }
+
+ void updateChildMeasurementSnapshot({
+ required int childId,
+ required String latestStatus,
+ required String latestMeasurementAt,
+ }) {
+ children = [
+ for (final child in children)
+ if (child.id == childId)
+ child.copyWith(
+ latestStatus: latestStatus,
+ latestMeasurementAt: latestMeasurementAt,
+ )
+ else
+ child,
+ ];
+ notifyListeners();
+ }
+
+ void logout() {
+ authToken = null;
+ activeChildId = null;
+ children = const [];
+ profileData = null;
+ notifyListeners();
+ }
+}
diff --git a/Android/flutter_app/lib/main.dart b/Android/flutter_app/lib/main.dart
new file mode 100644
index 0000000..4336449
--- /dev/null
+++ b/Android/flutter_app/lib/main.dart
@@ -0,0 +1,90 @@
+import 'package:flutter/material.dart';
+
+import 'app_design.dart';
+import 'services/local_notification_service.dart';
+import 'screens/splash_screen.dart';
+
+Future main() async {
+ WidgetsFlutterBinding.ensureInitialized();
+ await LocalNotificationService.instance.init();
+ runApp(const GiziApp());
+}
+
+class GiziApp extends StatelessWidget {
+ const GiziApp({super.key});
+
+ @override
+ Widget build(BuildContext context) {
+ const seedColor = Color(0xFF4B8E96);
+
+ return MaterialApp(
+ title: 'S-Gizi',
+ debugShowCheckedModeBanner: false,
+ theme: ThemeData(
+ useMaterial3: true,
+ fontFamily: 'Roboto',
+ colorScheme: ColorScheme.fromSeed(
+ seedColor: seedColor,
+ primary: seedColor,
+ secondary: SgColors.secondary,
+ surface: SgColors.surface,
+ ),
+ scaffoldBackgroundColor: SgColors.background,
+ pageTransitionsTheme: const PageTransitionsTheme(
+ builders: {
+ TargetPlatform.android: ZoomPageTransitionsBuilder(),
+ TargetPlatform.iOS: CupertinoPageTransitionsBuilder(),
+ },
+ ),
+ appBarTheme: const AppBarTheme(
+ centerTitle: false,
+ elevation: 0,
+ scrolledUnderElevation: 0,
+ backgroundColor: SgColors.surface,
+ foregroundColor: SgColors.textPrimary,
+ titleTextStyle: AppTypography.h2,
+ ),
+ textTheme: const TextTheme(
+ headlineLarge: AppTypography.h1,
+ titleLarge: AppTypography.h2,
+ titleMedium: AppTypography.h3,
+ bodyMedium: AppTypography.body,
+ bodySmall: AppTypography.caption,
+ ),
+ cardTheme: CardThemeData(
+ elevation: 0,
+ color: Colors.white,
+ shape: RoundedRectangleBorder(
+ borderRadius: BorderRadius.circular(20),
+ side: const BorderSide(color: Color(0xFFE0ECE9)),
+ ),
+ ),
+ filledButtonTheme: FilledButtonThemeData(
+ style: FilledButton.styleFrom(
+ minimumSize: const Size.fromHeight(48),
+ shape: RoundedRectangleBorder(
+ borderRadius: BorderRadius.circular(18),
+ ),
+ ),
+ ),
+ inputDecorationTheme: InputDecorationTheme(
+ filled: true,
+ fillColor: Colors.white,
+ border: OutlineInputBorder(
+ borderRadius: BorderRadius.circular(16),
+ borderSide: const BorderSide(color: Color(0xFFD3E4E1)),
+ ),
+ enabledBorder: OutlineInputBorder(
+ borderRadius: BorderRadius.circular(16),
+ borderSide: const BorderSide(color: Color(0xFFD3E4E1)),
+ ),
+ focusedBorder: OutlineInputBorder(
+ borderRadius: BorderRadius.circular(16),
+ borderSide: const BorderSide(color: seedColor, width: 1.5),
+ ),
+ ),
+ ),
+ home: const SplashScreen(),
+ );
+ }
+}
diff --git a/Android/flutter_app/lib/models/api_result_model.dart b/Android/flutter_app/lib/models/api_result_model.dart
new file mode 100644
index 0000000..966b2a6
--- /dev/null
+++ b/Android/flutter_app/lib/models/api_result_model.dart
@@ -0,0 +1,162 @@
+class ApiResultModel {
+ const ApiResultModel({
+ required this.identitas,
+ required this.zScore,
+ required this.kategori,
+ required this.statusGabungan,
+ required this.rekomendasi,
+ this.measurement,
+ });
+
+ final IdentitasModel identitas;
+ final ZScoreModel zScore;
+ final KategoriModel kategori;
+ final String statusGabungan;
+ final List rekomendasi;
+ final AnalysisMeasurementModel? measurement;
+
+ factory ApiResultModel.fromJson(Map json) {
+ return ApiResultModel(
+ identitas: IdentitasModel.fromJson(
+ json['identitas'] as Map? ?? const {},
+ ),
+ zScore: ZScoreModel.fromJson(
+ json['zscore'] as Map? ?? const {},
+ ),
+ kategori: KategoriModel.fromJson(
+ json['kategori'] as Map? ?? const {},
+ ),
+ statusGabungan: json['status_gabungan'] as String? ?? '-',
+ rekomendasi: (json['rekomendasi'] as List? ?? const [])
+ .whereType