- Split behavioral inputs into two screens (Habits + Lifestyle) - Added 5 new modifiable factors: diet quality, processed food, drug use, social connection, and stress level - Updated hazard ratios for all new factors based on meta-analyses - Model version bumped to 1.1 - Simplified welcome screen with clearer value proposition - Updated tests for expanded behavioral model Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
189 B
Dart
6 lines
189 B
Dart
export 'onboarding_screen.dart';
|
|
export 'welcome_screen.dart';
|
|
export 'baseline_screen.dart';
|
|
export 'behavioral_screen.dart';
|
|
export 'lifestyle_screen.dart';
|
|
export 'results_screen.dart';
|