mirror of
https://github.com/asjqkkkk/flutter-todos.git
synced 2025-08-06 14:19:24 +08:00
85 lines
2.6 KiB
Objective-C
85 lines
2.6 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<flutter_webview_plugin/FlutterWebviewPlugin.h>)
|
|
#import <flutter_webview_plugin/FlutterWebviewPlugin.h>
|
|
#else
|
|
@import flutter_webview_plugin;
|
|
#endif
|
|
|
|
#if __has_include(<image_crop/ImageCropPlugin.h>)
|
|
#import <image_crop/ImageCropPlugin.h>
|
|
#else
|
|
@import image_crop;
|
|
#endif
|
|
|
|
#if __has_include(<image_picker/FLTImagePickerPlugin.h>)
|
|
#import <image_picker/FLTImagePickerPlugin.h>
|
|
#else
|
|
@import image_picker;
|
|
#endif
|
|
|
|
#if __has_include(<open_file/OpenFilePlugin.h>)
|
|
#import <open_file/OpenFilePlugin.h>
|
|
#else
|
|
@import open_file;
|
|
#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/PermissionHandlerPlugin.h>)
|
|
#import <permission_handler/PermissionHandlerPlugin.h>
|
|
#else
|
|
@import permission_handler;
|
|
#endif
|
|
|
|
#if __has_include(<shared_preferences_ios/FLTSharedPreferencesPlugin.h>)
|
|
#import <shared_preferences_ios/FLTSharedPreferencesPlugin.h>
|
|
#else
|
|
@import shared_preferences_ios;
|
|
#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 {
|
|
[FlutterWebviewPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterWebviewPlugin"]];
|
|
[ImageCropPlugin registerWithRegistrar:[registry registrarForPlugin:@"ImageCropPlugin"]];
|
|
[FLTImagePickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTImagePickerPlugin"]];
|
|
[OpenFilePlugin registerWithRegistrar:[registry registrarForPlugin:@"OpenFilePlugin"]];
|
|
[FLTPackageInfoPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTPackageInfoPlugin"]];
|
|
[FLTPathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTPathProviderPlugin"]];
|
|
[PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]];
|
|
[FLTSharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTSharedPreferencesPlugin"]];
|
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
|
[FLTURLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTURLLauncherPlugin"]];
|
|
}
|
|
|
|
@end
|