window_paint 0.1.0-nullsafety.3 copy "window_paint: ^0.1.0-nullsafety.3" to clipboard
window_paint: ^0.1.0-nullsafety.3 copied to clipboard

outdated

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.1.0-nullsafety.3

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
0
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

License

unknown (LICENSE)

Dependencies

flutter, vector_math

More

Packages that depend on window_paint