Skip to content

Commit

Permalink
Fix ios not found module share_extend
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouteng0217 committed Jun 29, 2020
1 parent 90ab646 commit f629d64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/Classes/ShareExtendPlugin.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import <Flutter/Flutter.h>

@interface FLTShareExtendPlugin : NSObject<FlutterPlugin>
@interface ShareExtendPlugin : NSObject<FlutterPlugin>
@end
2 changes: 1 addition & 1 deletion ios/Classes/ShareExtendPlugin.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "ShareExtendPlugin.h"

@implementation FLTShareExtendPlugin
@implementation ShareExtendPlugin

+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
FlutterMethodChannel* shareChannel = [FlutterMethodChannel
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f629d64

Please sign in to comment.