screenshot_ntv 1.0.2
screenshot_ntv: ^1.0.2 copied to clipboard
A Flutter plugin to take(support Platform Views) for Android and iOS with native code.
screenshot_ntv #
A Flutter plugin to take(support Platform Views) for Android and iOS with native code.
It's a workaround for the issue RepaintBoundary can't take screenshot of Platform Views .
Usage #
dependencies:
screenshot_ntv: ^1.0.2
Take Screenshot #
Uint8List? data = await ScreenshotNtv.takeScreenshot();