Local-first Flutter app that identifies the single behavioral change most likely to extend lifespan using hazard-based modeling. Features: - Risk engine with hazard ratios from meta-analyses - 50 countries mapped to 4 mortality groups - 6 modifiable factors: smoking, alcohol, sleep, activity, driving, work hours - SQLite local storage (no cloud, no accounts) - Muted clinical UI theme - 23 unit tests for risk engine Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
1.5 KiB
Text
42 lines
1.5 KiB
Text
# 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: "f6ff1529fd6d8af5f706051d9251ac9231c83407"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
base_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
- platform: android
|
|
create_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
base_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
- platform: ios
|
|
create_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
base_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
- platform: linux
|
|
create_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
base_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
- platform: macos
|
|
create_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
base_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
- platform: web
|
|
create_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
base_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
|
|
|
|
# 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'
|