98 lines
3.1 KiB
Objective-C
98 lines
3.1 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<flutter_contacts/FlutterContactsPlugin.h>)
|
|
#import <flutter_contacts/FlutterContactsPlugin.h>
|
|
#else
|
|
@import flutter_contacts;
|
|
#endif
|
|
|
|
#if __has_include(<geolocator_apple/GeolocatorPlugin.h>)
|
|
#import <geolocator_apple/GeolocatorPlugin.h>
|
|
#else
|
|
@import geolocator_apple;
|
|
#endif
|
|
|
|
#if __has_include(<image_picker_ios/FLTImagePickerPlugin.h>)
|
|
#import <image_picker_ios/FLTImagePickerPlugin.h>
|
|
#else
|
|
@import image_picker_ios;
|
|
#endif
|
|
|
|
#if __has_include(<mobile_scanner/MobileScannerPlugin.h>)
|
|
#import <mobile_scanner/MobileScannerPlugin.h>
|
|
#else
|
|
@import mobile_scanner;
|
|
#endif
|
|
|
|
#if __has_include(<open_filex/OpenFilePlugin.h>)
|
|
#import <open_filex/OpenFilePlugin.h>
|
|
#else
|
|
@import open_filex;
|
|
#endif
|
|
|
|
#if __has_include(<package_info_plus/FPPPackageInfoPlusPlugin.h>)
|
|
#import <package_info_plus/FPPPackageInfoPlusPlugin.h>
|
|
#else
|
|
@import package_info_plus;
|
|
#endif
|
|
|
|
#if __has_include(<permission_handler_apple/PermissionHandlerPlugin.h>)
|
|
#import <permission_handler_apple/PermissionHandlerPlugin.h>
|
|
#else
|
|
@import permission_handler_apple;
|
|
#endif
|
|
|
|
#if __has_include(<printing/PrintingPlugin.h>)
|
|
#import <printing/PrintingPlugin.h>
|
|
#else
|
|
@import printing;
|
|
#endif
|
|
|
|
#if __has_include(<share_plus/FPPSharePlusPlugin.h>)
|
|
#import <share_plus/FPPSharePlusPlugin.h>
|
|
#else
|
|
@import share_plus;
|
|
#endif
|
|
|
|
#if __has_include(<shared_preferences_foundation/SharedPreferencesPlugin.h>)
|
|
#import <shared_preferences_foundation/SharedPreferencesPlugin.h>
|
|
#else
|
|
@import shared_preferences_foundation;
|
|
#endif
|
|
|
|
#if __has_include(<sqflite_darwin/SqflitePlugin.h>)
|
|
#import <sqflite_darwin/SqflitePlugin.h>
|
|
#else
|
|
@import sqflite_darwin;
|
|
#endif
|
|
|
|
#if __has_include(<url_launcher_ios/URLLauncherPlugin.h>)
|
|
#import <url_launcher_ios/URLLauncherPlugin.h>
|
|
#else
|
|
@import url_launcher_ios;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[FlutterContactsPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterContactsPlugin"]];
|
|
[GeolocatorPlugin registerWithRegistrar:[registry registrarForPlugin:@"GeolocatorPlugin"]];
|
|
[FLTImagePickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTImagePickerPlugin"]];
|
|
[MobileScannerPlugin registerWithRegistrar:[registry registrarForPlugin:@"MobileScannerPlugin"]];
|
|
[OpenFilePlugin registerWithRegistrar:[registry registrarForPlugin:@"OpenFilePlugin"]];
|
|
[FPPPackageInfoPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPPackageInfoPlusPlugin"]];
|
|
[PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]];
|
|
[PrintingPlugin registerWithRegistrar:[registry registrarForPlugin:@"PrintingPlugin"]];
|
|
[FPPSharePlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPSharePlusPlugin"]];
|
|
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
|
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
|
[URLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"URLLauncherPlugin"]];
|
|
}
|
|
|
|
@end
|