advanced_screenshot 0.1.0 copy "advanced_screenshot: ^0.1.0" to clipboard
advanced_screenshot: ^0.1.0 copied to clipboard

A Flutter package that provides remote screenshot capture via a built-in debug HTTP server. Take screenshots of your running Flutter app from any terminal or CI script — works on all platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add advanced_screenshot

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  advanced_screenshot: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:advanced_screenshot/advanced_screenshot.dart';
0
likes
140
points
107
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides remote screenshot capture via a built-in debug HTTP server. Take screenshots of your running Flutter app from any terminal or CI script — works on all platforms.

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter, uuid

More

Packages that depend on advanced_screenshot