An open API service indexing awesome lists of open source software.

https://github.com/ducdv98/flutter-signature-box


https://github.com/ducdv98/flutter-signature-box

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Signature Box widget

A box which allows user sign and submit the result to handle your business.
Easy to use and customize.

## Usage

To use this widget, just add the import statement:
```import 'package:signature_box/signature_box.dart';```

and use it like other widgets
```SignatureBox(width: 300, height: 200, onChanged: (value) {})```

![demo](https://media.giphy.com/media/SudJfMTWpnpWP8nAKP/giphy.gif "Signature box")