mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-06 18:25:11 +08:00

Impacted files: * `account_deletion_webview.dart`: minor refactoring; could not test, unfortunately * `background_task_badge.dart`: minor refactoring * `camera_scan_page.dart`: minor refactoring * `country_selector.dart`: minor refactoring * `generated_plugin_registrant.cc`: wtf * `generated_plugins.cmake`: wtf * `GeneratedPluginRegistrant.swift`: wtf * `Info.plist`: wtf * `knowledge_panel_world_map_card.dart`: minor refactoring * `network_config.dart`: minor refactoring * `Podfile.lock`: wtf * `product_query_page.dart`: minor refactoring * `project.pbxproj`: wtf * `pubspec.lock`: wtf * `apple_app_store/pubspec.yaml`: to dart 2.19 without restriction for flutter * `google_play/pubspec.yaml`: to dart 2.19 without restriction for flutter * `app_store/shared/pubspec.yaml`: to dart 2.19 without restriction for flutter * `uri_store/pubspec.yaml`: to dart 2.19 without restriction for flutter * `data_importer/pubspec.yaml`: to dart 2.19 without restriction for flutter * `data_importer_shared/pubspec.yaml`: to dart 2.19 without restriction for flutter * `mlkit/pubspec.yaml`: to dart 2.19 without restriction for flutter * `scanner/shared/pubspec.yaml`: to dart 2.19 without restriction for flutter * `zxing/pubspec.yaml`: to dart 2.19 without restriction for flutter * `smooth_app/pubspec.yaml`: to dart 2.19 without restriction for flutter; upgraded the versions * `user_preferences_page_test.dart`: minor cheat - we need either to refactor with `launchUrl` or to fix `WebView`
33 lines
1.4 KiB
Swift
33 lines
1.4 KiB
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import audioplayers_darwin
|
|
import device_info_plus
|
|
import flutter_secure_storage_macos
|
|
import in_app_review
|
|
import package_info_plus
|
|
import path_provider_foundation
|
|
import sentry_flutter
|
|
import share_plus
|
|
import shared_preferences_foundation
|
|
import sqflite
|
|
import url_launcher_macos
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
|
FlutterSecureStorageMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageMacosPlugin"))
|
|
InAppReviewPlugin.register(with: registry.registrar(forPlugin: "InAppReviewPlugin"))
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
}
|