create a signature on pdf page
https://pdf-signature-latest.onrender.com/
|
|
||
|---|---|---|
| .idea | ||
| android | ||
| docs | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| tool | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| LICENSE | ||
| README.md | ||
| analysis_options.yaml | ||
| build.yaml | ||
| pdf_signature.iml | ||
| pubspec.yaml | ||
README.md
pdf_signature
A GUI app to create a signature on PDF page interactively.
Features
checkout docs/FRs.md
Build
flutter pub get
# flutter pub run build_runner build --delete-conflicting-outputs
# dart run tool/prune_unused_steps.dart --delete
# run the app
flutter run
# run unit tests and widget tests
flutter test
flutter build
# create windows installer
flutter pub run msix:create