You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
134 lines
4.5 KiB
Objective-C
134 lines
4.5 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<audioplayers_darwin/AudioplayersDarwinPlugin.h>)
|
|
#import <audioplayers_darwin/AudioplayersDarwinPlugin.h>
|
|
#else
|
|
@import audioplayers_darwin;
|
|
#endif
|
|
|
|
#if __has_include(<firebase_core/FLTFirebaseCorePlugin.h>)
|
|
#import <firebase_core/FLTFirebaseCorePlugin.h>
|
|
#else
|
|
@import firebase_core;
|
|
#endif
|
|
|
|
#if __has_include(<firebase_messaging/FLTFirebaseMessagingPlugin.h>)
|
|
#import <firebase_messaging/FLTFirebaseMessagingPlugin.h>
|
|
#else
|
|
@import firebase_messaging;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_keyboard_visibility/FlutterKeyboardVisibilityPlugin.h>)
|
|
#import <flutter_keyboard_visibility/FlutterKeyboardVisibilityPlugin.h>
|
|
#else
|
|
@import flutter_keyboard_visibility;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_local_notifications/FlutterLocalNotificationsPlugin.h>)
|
|
#import <flutter_local_notifications/FlutterLocalNotificationsPlugin.h>
|
|
#else
|
|
@import flutter_local_notifications;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_sound/FlutterSound.h>)
|
|
#import <flutter_sound/FlutterSound.h>
|
|
#else
|
|
@import flutter_sound;
|
|
#endif
|
|
|
|
#if __has_include(<fluttertoast/FluttertoastPlugin.h>)
|
|
#import <fluttertoast/FluttertoastPlugin.h>
|
|
#else
|
|
@import fluttertoast;
|
|
#endif
|
|
|
|
#if __has_include(<image_picker_ios/FLTImagePickerPlugin.h>)
|
|
#import <image_picker_ios/FLTImagePickerPlugin.h>
|
|
#else
|
|
@import image_picker_ios;
|
|
#endif
|
|
|
|
#if __has_include(<package_info/FLTPackageInfoPlugin.h>)
|
|
#import <package_info/FLTPackageInfoPlugin.h>
|
|
#else
|
|
@import package_info;
|
|
#endif
|
|
|
|
#if __has_include(<path_provider_ios/FLTPathProviderPlugin.h>)
|
|
#import <path_provider_ios/FLTPathProviderPlugin.h>
|
|
#else
|
|
@import path_provider_ios;
|
|
#endif
|
|
|
|
#if __has_include(<permission_handler_apple/PermissionHandlerPlugin.h>)
|
|
#import <permission_handler_apple/PermissionHandlerPlugin.h>
|
|
#else
|
|
@import permission_handler_apple;
|
|
#endif
|
|
|
|
#if __has_include(<qr_code_scanner/FlutterQrPlugin.h>)
|
|
#import <qr_code_scanner/FlutterQrPlugin.h>
|
|
#else
|
|
@import qr_code_scanner;
|
|
#endif
|
|
|
|
#if __has_include(<share/FLTSharePlugin.h>)
|
|
#import <share/FLTSharePlugin.h>
|
|
#else
|
|
@import share;
|
|
#endif
|
|
|
|
#if __has_include(<shared_preferences_ios/FLTSharedPreferencesPlugin.h>)
|
|
#import <shared_preferences_ios/FLTSharedPreferencesPlugin.h>
|
|
#else
|
|
@import shared_preferences_ios;
|
|
#endif
|
|
|
|
#if __has_include(<speech_to_text/SpeechToTextPlugin.h>)
|
|
#import <speech_to_text/SpeechToTextPlugin.h>
|
|
#else
|
|
@import speech_to_text;
|
|
#endif
|
|
|
|
#if __has_include(<sqflite/SqflitePlugin.h>)
|
|
#import <sqflite/SqflitePlugin.h>
|
|
#else
|
|
@import sqflite;
|
|
#endif
|
|
|
|
#if __has_include(<url_launcher_ios/FLTURLLauncherPlugin.h>)
|
|
#import <url_launcher_ios/FLTURLLauncherPlugin.h>
|
|
#else
|
|
@import url_launcher_ios;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[AudioplayersDarwinPlugin registerWithRegistrar:[registry registrarForPlugin:@"AudioplayersDarwinPlugin"]];
|
|
[FLTFirebaseCorePlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseCorePlugin"]];
|
|
[FLTFirebaseMessagingPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseMessagingPlugin"]];
|
|
[FlutterKeyboardVisibilityPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterKeyboardVisibilityPlugin"]];
|
|
[FlutterLocalNotificationsPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterLocalNotificationsPlugin"]];
|
|
[FlutterSound registerWithRegistrar:[registry registrarForPlugin:@"FlutterSound"]];
|
|
[FluttertoastPlugin registerWithRegistrar:[registry registrarForPlugin:@"FluttertoastPlugin"]];
|
|
[FLTImagePickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTImagePickerPlugin"]];
|
|
[FLTPackageInfoPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTPackageInfoPlugin"]];
|
|
[FLTPathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTPathProviderPlugin"]];
|
|
[PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]];
|
|
[FlutterQrPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterQrPlugin"]];
|
|
[FLTSharePlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTSharePlugin"]];
|
|
[FLTSharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTSharedPreferencesPlugin"]];
|
|
[SpeechToTextPlugin registerWithRegistrar:[registry registrarForPlugin:@"SpeechToTextPlugin"]];
|
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
|
[FLTURLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTURLLauncherPlugin"]];
|
|
}
|
|
|
|
@end
|