flutter_long_screenshot 2.0.0 copy "flutter_long_screenshot: ^2.0.0" to clipboard
flutter_long_screenshot: ^2.0.0 copied to clipboard

A Flutter plugin for capturing long screenshots of widgets without auto-scrolling, with support for PDF conversion and sharing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_long_screenshot

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

dependencies:
  flutter_long_screenshot: ^2.0.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:flutter_long_screenshot/flutter_long_screenshot.dart';
5
likes
160
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for capturing long screenshots of widgets without auto-scrolling, with support for PDF conversion and sharing.

Repository (GitHub)
View/report issues

Topics

#screenshot #pdf #sharing #capture #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter, open_file, path_provider, pdf, share_plus

More

Packages that depend on flutter_long_screenshot

Packages that implement flutter_long_screenshot