hvmien
Results
2
comments of
hvmien
You change AndroidView to PlatformView: ``` if (defaultTargetPlatform == TargetPlatform.android) { return PlatformViewLink( viewType: 'plugins.arnaudelub.io/pdfview', surfaceFactory: (BuildContext context, PlatformViewController controller) { return AndroidViewSurface( controller: controller, gestureRecognizers: const < Factory>{}, hitTestBehavior:...
@tuananhse please give me solution. Thanks