pdf_signature/README.md

19 lines
208 B
Markdown

# pdf_signature
A GUI app to create a signature on PDF page interactively.
## Features
checkout [`docs/FRs.md`](docs/FRs.md)
## Build
```bash
flutter pub get
flutter run
flutter test
flutter build
```