stack_canvas 0.2.0+2 copy "stack_canvas: ^0.2.0+2" to clipboard
stack_canvas: ^0.2.0+2 copied to clipboard

A simple customizable canvas for placing widgets in a free style canvas-like manner by wrapping the widget in a Canvas Object and specifying its offset and size.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stack_canvas

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

dependencies:
  stack_canvas: ^0.2.0+2

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:stack_canvas/stack_canvas.dart';
14
likes
130
points
2
downloads

Publisher

verified publisheralielganzory.me

Weekly Downloads

A simple customizable canvas for placing widgets in a free style canvas-like manner by wrapping the widget in a Canvas Object and specifying its offset and size.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stack_canvas