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

A Flutter plugin that can helps you to take screenshot your overall device.

Device Screenshot Banner

Device Screenshot

💡 Overview #

A Flutter plugin that can helps you to take screenshot your overall device using media projection and foreground service.

The plugin currently supports Android only and doesn't support IOS because the feature of media projection is not available there

💻 Usage #

Import the package:

import 'package:device_screenshot/device_screenshot.dart';

Use the singleton instance of DeviceScreenshot to access all the available methods, for example:

DeviceScreenshot.instance.checkMediaProjectionService()
9
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that can helps you to take screenshot your overall device.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_screenshot

Packages that implement device_screenshot