- Add Skip/Skip Forever links to onboarding screens only - Remove Skip links from questionnaire screens (baseline, behavioral, lifestyle) - Add app icon (1024x1024) and generate all platform sizes - Update About screen with correct URLs (privacy, terms, disclaimer, how it works) - Add "No ads. Ever." section to About screen - Configure Android release signing with upload keystore - Add URL intent query for Android 11+ link launching - Add skipForever preference to LocalStorage Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
502 B
Swift
16 lines
502 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import flutter_secure_storage_macos
|
|
import sqflite_darwin
|
|
import url_launcher_macos
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
}
|