add preparation for windows platform view

This commit is contained in:
Nick Fisher
2022-01-30 15:59:39 +08:00
parent d723c772ec
commit 24d0973129
9 changed files with 19 additions and 156 deletions

View File

@@ -7,6 +7,6 @@ FilamentNativeViewFactory* factory;
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
factory =
[[FilamentNativeViewFactory alloc] initWithRegistrar:registrar];
[registrar registerViewFactory:factory withId:@"holovox.app/filament_view"];
[registrar registerViewFactory:factory withId:@"app.polyvox.filament/filament_view"];
}
@end