Decouple PlatformViewsController from FlutterView. Instead of getting a FlutterView instance, depend on the specific interfaces required by PlatformViewsController (BinaryMessenger, TextureRegistry, and Context). This allows using PlatformViewsControlling in the flutter/embedding code.