Skip to content

liasica/media_projection_screenshot

Repository files navigation

screenshot

Screenshot plugin for Android using MediaProjection API.

Usage

import 'package:media_projection_screenshot/media_projection_screenshot.dart';

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

Refers

About

Screenshot plugin for Android using MediaProjection API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published