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

outdated

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

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
0
pub points
38%
popularity

Publisher

verified publisheralielganzory.me

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on stack_canvas