window_paint 0.6.1 copy "window_paint: ^0.6.1" to clipboard
window_paint: ^0.6.1 copied to clipboard

WindowPaint lets you pan, zoom and paint over any other widget. It uses the new InteractiveViewer together with a CustomPainter, giving you the bare minimum to get you started.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add window_paint

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

dependencies:
  window_paint: ^0.6.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:window_paint/window_paint.dart';
13
likes
110
pub points
24%
popularity

Publisher

verified publisherallvis.io

WindowPaint lets you pan, zoom and paint over any other widget. It uses the new InteractiveViewer together with a CustomPainter, giving you the bare minimum to get you started.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, measurer, uuid, vector_math

More

Packages that depend on window_paint