Commit f629d643 authored by zhouteng's avatar zhouteng

Fix ios not found module share_extend

parent 90ab6465
#import <Flutter/Flutter.h> #import <Flutter/Flutter.h>
@interface FLTShareExtendPlugin : NSObject<FlutterPlugin> @interface ShareExtendPlugin : NSObject<FlutterPlugin>
@end @end
#import "ShareExtendPlugin.h" #import "ShareExtendPlugin.h"
@implementation FLTShareExtendPlugin @implementation ShareExtendPlugin
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar { + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
FlutterMethodChannel* shareChannel = [FlutterMethodChannel FlutterMethodChannel* shareChannel = [FlutterMethodChannel
......
...@@ -24,7 +24,7 @@ flutter: ...@@ -24,7 +24,7 @@ flutter:
package: com.zt.shareextend package: com.zt.shareextend
pluginClass: ShareExtendPlugin pluginClass: ShareExtendPlugin
ios: ios:
pluginClass: FLTShareExtendPlugin pluginClass: ShareExtendPlugin
# To add assets to your plugin package, add an assets section, like this: # To add assets to your plugin package, add an assets section, like this:
# assets: # assets:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment