mural 1.0.0 copy "mural: ^1.0.0" to clipboard
mural: ^1.0.0 copied to clipboard

Capture any Flutter widget as an image, at any size. Screenshot huge lists, full pages, and even unseen widgets — past the GPU texture limit, always crisp, in constant memory.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mural

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

dependencies:
  mural: ^1.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:mural/mural.dart';
1
likes
160
points
125
downloads

Documentation

API reference

Publisher

verified publisherwhuppi.com

Weekly Downloads

Capture any Flutter widget as an image, at any size. Screenshot huge lists, full pages, and even unseen widgets — past the GPU texture limit, always crisp, in constant memory.

Repository (GitHub)
View/report issues
Contributing

Topics

#screenshot #widget-to-image #capture #image #cross-platform

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mural