flutter_screenshot_plus 0.0.1 copy "flutter_screenshot_plus: ^0.0.1" to clipboard
flutter_screenshot_plus: ^0.0.1 copied to clipboard

Screenshot Plus is a pure Dart Flutter plugin designed for easy widget state capture. It supports capturing visible widgets, off-screen widget images, and full long lists with ease. Simple API calls e [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_screenshot_plus

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

dependencies:
  flutter_screenshot_plus: ^0.0.1

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:flutter_screenshot_plus/flutter_screenshot_plus.dart';
1
likes
60
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Screenshot Plus is a pure Dart Flutter plugin designed for easy widget state capture. It supports capturing visible widgets, off-screen widget images, and full long lists with ease. Simple API calls enable quick, high-quality screenshot functionality, ideal for sharing, documentation, or testing purposes, without complex implementation details.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on flutter_screenshot_plus