Add bidirectional host bridge
This commit is contained in:
@@ -4,6 +4,15 @@ export 'runtime/game/flame_lua_game.dart' show FlameLuaGame;
|
||||
export 'runtime/game/lua_game_widget.dart' show LuaGameWidget;
|
||||
export 'runtime/game/runtime_locale.dart' show RuntimeLocaleResolver;
|
||||
export 'runtime/game/runtime_options.dart' show RuntimeOptions;
|
||||
export 'runtime/host/runtime_host_bridge.dart'
|
||||
show
|
||||
RuntimeHostBridge,
|
||||
RuntimeHostBridgeManager,
|
||||
RuntimeHostCall,
|
||||
RuntimeHostCallHandler,
|
||||
RuntimeHostEventType,
|
||||
RuntimeHostNotification,
|
||||
RuntimeHostNotifyHandler;
|
||||
export 'runtime/packages/game_package_repository.dart'
|
||||
show
|
||||
AssetGamePackageRepository,
|
||||
|
||||
Reference in New Issue
Block a user