adding packages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#import "GetVersionPlugin.h"
|
||||
#import <get_version/get_version-Swift.h>
|
||||
|
||||
@implementation GetVersionPlugin
|
||||
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
|
||||
[SwiftGetVersionPlugin registerWithRegistrar:registrar];
|
||||
}
|
||||
@end
|
||||
Reference in New Issue
Block a user