local_file_screenshot_processor

Last updated:

0 purchases

local_file_screenshot_processor Image
local_file_screenshot_processor Images
Add to Cart

Description:

local file screenshot processor

local_file_screenshot_processor #
This is intended as a custom processor for the Device Preview utility to avoid issues with running into usage limitations for file.io.
Getting Started #
See the example app for a full example, but using the local file utility should be as simple as specifying the localFileScreenshotProcessor as an argument to the ScreenshotPlugin:
DevicePreview(
plugins: [
const ScreenshotPlugin(processor: localFileScreenshotProcessor)
],
builder: (context) {
return MyApp();
},
)
copied to clipboard
When using the device preview app, the absolute path of the screenshot should be copied to your clip board, which, in the case of an Android emulator, you can grab by executing adb pull [COPIED_PATH]

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.