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

A Flutter plugin to convert widgets to image files with support for large images via chunking.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chunked_widget_to_image

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

dependencies:
  chunked_widget_to_image: ^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:chunked_widget_to_image/chunked_widget_to_image.dart';
1
likes
140
points
110
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to convert widgets to image files with support for large images via chunking.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on chunked_widget_to_image

Packages that implement chunked_widget_to_image