Commit f629d643 authored by zhouteng's avatar zhouteng

Fix ios not found module share_extend

parent 90ab6465
#import <Flutter/Flutter.h>
@interface FLTShareExtendPlugin : NSObject<FlutterPlugin>
@interface ShareExtendPlugin : NSObject<FlutterPlugin>
@end
#import "ShareExtendPlugin.h"
@implementation FLTShareExtendPlugin
@implementation ShareExtendPlugin
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
FlutterMethodChannel* shareChannel = [FlutterMethodChannel
......
......@@ -24,7 +24,7 @@ flutter:
package: com.zt.shareextend
pluginClass: ShareExtendPlugin
ios:
pluginClass: FLTShareExtendPlugin
pluginClass: ShareExtendPlugin
# To add assets to your plugin package, add an assets section, like this:
# 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