- 3-slide onboarding: baseline, questions, results - Replaced welcome screen with onboarding flow - Tightened uncertainty range from ±40% to ±20% - Ranges now more precise (e.g., 58-86 vs 40-104 months) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
389 B
Swift
14 lines
389 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import flutter_secure_storage_macos
|
|
import sqflite_darwin
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
}
|