Last updated:
0 purchases
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]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.