media_projection_screenshot 0.0.2 copy "media_projection_screenshot: ^0.0.2" to clipboard
media_projection_screenshot: ^0.0.2 copied to clipboard

outdated

Screenshot plugin for Android using MediaProjection API.

screenshot #

Screenshot plugin for Android using MediaProjection API.

Usage #

import 'package:media_projection_screenshot/media_projection_screenshot.dart';

final _screenshotPlugin = MediaProjectionScreenshot();
Uint8List? result = await _screenshotPlugin.takeCapture(x: 0, y: 0, width: 1080, height: 100);