https://github.com/ducdv98/flutter-signature-box
https://github.com/ducdv98/flutter-signature-box
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ducdv98/flutter-signature-box
- Owner: ducdv98
- License: mit
- Created: 2020-09-24T15:50:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T18:51:47.000Z (over 5 years ago)
- Last Synced: 2025-10-23T02:59:26.212Z (8 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/signature_box
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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) {})```
