- 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>
15 lines
510 B
C++
15 lines
510 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
|
g_autoptr(FlPluginRegistrar) flutter_secure_storage_linux_registrar =
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterSecureStorageLinuxPlugin");
|
|
flutter_secure_storage_linux_plugin_register_with_registrar(flutter_secure_storage_linux_registrar);
|
|
}
|