geometry_kit_widgets 0.1.1
geometry_kit_widgets: ^0.1.1 copied to clipboard
Flutter widgets for geometry_kit shapes — CustomPainter-backed, styled, themable, and composable. Includes circle, ellipse, rectangle, triangle, polygon, line, and a multi-shape canvas.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add geometry_kit_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
geometry_kit_widgets: ^0.1.1Alternatively, 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:geometry_kit_widgets/geometry_kit_widgets.dart';