first commit
This commit is contained in:
commit
39e38f931f
382 changed files with 520450 additions and 0 deletions
28
ios/Runner/GeneratedPluginRegistrant.m
Normal file
28
ios/Runner/GeneratedPluginRegistrant.m
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
|
||||
// clang-format off
|
||||
|
||||
#import "GeneratedPluginRegistrant.h"
|
||||
|
||||
#if __has_include(<path_provider_foundation/PathProviderPlugin.h>)
|
||||
#import <path_provider_foundation/PathProviderPlugin.h>
|
||||
#else
|
||||
@import path_provider_foundation;
|
||||
#endif
|
||||
|
||||
#if __has_include(<sqlite3_flutter_libs/Sqlite3FlutterLibsPlugin.h>)
|
||||
#import <sqlite3_flutter_libs/Sqlite3FlutterLibsPlugin.h>
|
||||
#else
|
||||
@import sqlite3_flutter_libs;
|
||||
#endif
|
||||
|
||||
@implementation GeneratedPluginRegistrant
|
||||
|
||||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
||||
[PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]];
|
||||
[Sqlite3FlutterLibsPlugin registerWithRegistrar:[registry registrarForPlugin:@"Sqlite3FlutterLibsPlugin"]];
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in a new issue