|
4 | 4 |
|
5 | 5 | #import "GeneratedPluginRegistrant.h"
|
6 | 6 |
|
7 |
| -#if __has_include(<flutter_jd_address_selector/FlutterJdAddressSelectorPlugin.h>) |
8 |
| -#import <flutter_jd_address_selector/FlutterJdAddressSelectorPlugin.h> |
9 |
| -#else |
10 |
| -@import flutter_jd_address_selector; |
11 |
| -#endif |
12 |
| - |
13 | 7 | #if __has_include(<amap_core_fluttify/AmapCoreFluttifyPlugin.h>)
|
14 | 8 | #import <amap_core_fluttify/AmapCoreFluttifyPlugin.h>
|
15 | 9 | #else
|
|
52 | 46 | @import easy_contact_picker;
|
53 | 47 | #endif
|
54 | 48 |
|
| 49 | +#if __has_include(<flutter_jd_address_selector/FlutterJdAddressSelectorPlugin.h>) |
| 50 | +#import <flutter_jd_address_selector/FlutterJdAddressSelectorPlugin.h> |
| 51 | +#else |
| 52 | +@import flutter_jd_address_selector; |
| 53 | +#endif |
| 54 | + |
55 | 55 | #if __has_include(<flutter_sound/FlutterSoundPlugin.h>)
|
56 | 56 | #import <flutter_sound/FlutterSoundPlugin.h>
|
57 | 57 | #else
|
|
163 | 163 | @implementation GeneratedPluginRegistrant
|
164 | 164 |
|
165 | 165 | + (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
166 |
| - [FlutterJdAddressSelectorPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterJdAddressSelectorPlugin"]]; |
167 | 166 | [AmapCoreFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"AmapCoreFluttifyPlugin"]];
|
168 | 167 | [AmapLocationFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"AmapLocationFluttifyPlugin"]];
|
169 | 168 | [AudioplayersPlugin registerWithRegistrar:[registry registrarForPlugin:@"AudioplayersPlugin"]];
|
170 | 169 | [BarcodeScanPlugin registerWithRegistrar:[registry registrarForPlugin:@"BarcodeScanPlugin"]];
|
171 | 170 | [CoreLocationFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"CoreLocationFluttifyPlugin"]];
|
172 | 171 | [FLTDeviceInfoPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTDeviceInfoPlugin"]];
|
173 | 172 | [EasyContactPickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"EasyContactPickerPlugin"]];
|
| 173 | + [FlutterJdAddressSelectorPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterJdAddressSelectorPlugin"]]; |
174 | 174 | [FlutterSoundPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterSoundPlugin"]];
|
175 | 175 | [FlutterWebviewPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterWebviewPlugin"]];
|
176 | 176 | [FoundationFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"FoundationFluttifyPlugin"]];
|
|
0 commit comments