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

A simple package to convert any of your widgets into an image.

Widget To Image #

pub package

A simple package to convert any of your widgets into an image

Usage #

Import the package #

import 'package:widget_to_image/widget_to_image.dart';
copied to clipboard

Use the package #

ByteData byteData = await WidgetToImage.widgetToImage(Container(
    width: 100,
    height: 100,
    color: Colors.blue
));
copied to clipboard
OR
ByteData byteData = await WidgetToImage.repaintBoundaryToImage(key);
copied to clipboard

Example #

Find the example wiring in the widget_to_image example application.

Details #

See the widget_to_image.dart for more details.

Issues and feedback #

Please file issues to send feedback or report a bug. Thank you!

33
likes
80
points
820
downloads

Publisher

verified publishernicolas-bruckert.com

Weekly Downloads

2024.09.21 - 2025.04.05

A simple package to convert any of your widgets into an image.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on widget_to_image