screenshot 0.3.0 copy "screenshot: ^0.3.0" to clipboard
screenshot: ^0.3.0 copied to clipboard

outdated

Flutter Screenshot Package (Runtime). Capture any Widget as an image.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screenshot

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

dependencies:
  screenshot: ^0.3.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:screenshot/screenshot.dart';
1212
likes
40
pub points
99%
popularity

Publisher

verified publisherdsi.dev

Flutter Screenshot Package (Runtime). Capture any Widget as an image.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on screenshot