mural 1.0.0-dev.0 copy "mural: ^1.0.0-dev.0" to clipboard
mural: ^1.0.0-dev.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 Dart:

 $ dart pub add mural

With Flutter:

 $ flutter pub add mural

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

dependencies:
  mural: ^1.0.0-dev.0

Alternatively, your editor might support dart pub get or 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
0
points
128
downloads

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

Topics

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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mural