stack_canvas 0.2.0+2
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';