device_screenshot 0.0.1
device_screenshot: ^0.0.1 copied to clipboard
A Flutter plugin that can helps you to take screenshot your overall device.
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 display over other apps is not available there
This GIF is taken from the Example Project
💻 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.checkOverTheAppPermission()
DeviceScreenshot.instance.requestOverlayPermission();