Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 466 Bytes

draw_arrow

Pub Documentation

Draws an arrow from a start to end point on a flutter canvas

Usage

literally import and use:

import 'package:draw_arrow/draw_arrow.dart';
canvas.drawArrow(arrowStart, arrowEnd);