window_paint 0.7.0 copy "window_paint: ^0.7.0" to clipboard
window_paint: ^0.7.0 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.7.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:window_paint/window_paint.dart';
13
likes
90
points
50
downloads

Publisher

verified publisherlinden.no

Weekly Downloads

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