create a signature on pdf page https://pdf-signature-latest.onrender.com/
Go to file
insleker abbaf462e1 feat: add wireframe in docs 2025-08-31 21:40:53 +08:00
.idea feat: flutter create project 2025-08-27 11:19:15 +08:00
.vscode chore: improve i18n development experience 2025-08-30 03:28:05 +08:00
android feat: flutter create project 2025-08-27 11:19:15 +08:00
docs feat: add wireframe in docs 2025-08-31 21:40:53 +08:00
ios feat: flutter create project 2025-08-27 11:19:15 +08:00
lib feat: support several language arb files 2025-08-30 11:47:30 +08:00
linux feat: flutter create project 2025-08-27 11:19:15 +08:00
macos feat: flutter create project 2025-08-27 11:19:15 +08:00
test chore: improve i18n development experience 2025-08-30 03:28:05 +08:00
tool feat: add wireframe in docs 2025-08-31 21:40:53 +08:00
web feat: flutter create project 2025-08-27 11:19:15 +08:00
windows feat: flutter create project 2025-08-27 11:19:15 +08:00
.gitignore feat: add wireframe in docs 2025-08-31 21:40:53 +08:00
.metadata feat: flutter create project 2025-08-27 11:19:15 +08:00
LICENSE Initial commit 2025-08-27 11:08:16 +08:00
README.md feat: add wireframe in docs 2025-08-31 21:40:53 +08:00
analysis_options.yaml feat: small tool to remove dead code create by `bdd_widget_test` 2025-08-29 15:56:35 +08:00
build.yaml feat: add settings feature 2025-08-29 19:21:47 +08:00
l10n.yaml chore: improve i18n development experience 2025-08-30 03:28:05 +08:00
pdf_signature.iml feat: flutter create project 2025-08-27 11:19:15 +08:00
pubspec.yaml feat: support several language arb files 2025-08-30 11:47:30 +08:00

README.md

pdf_signature

A GUI app to create signatures on PDF pages interactively.

Features

checkout docs/FRs.md

Build

# flutter clean
# arb_translate
flutter pub get
# generate gherkin test
flutter pub run build_runner build --delete-conflicting-outputs
# dart run tool/prune_unused_steps.dart --delete
# dart run tool/gen_view_wireframe_md.dart

# run the app
flutter run

# run unit tests and widget tests
flutter test

flutter build
# create windows installer
flutter pub run msix:create