create a signature on pdf page https://pdf-signature-latest.onrender.com/
Go to file
insleker b2d96e466e chore: improve i18n development experience 2025-08-30 03:28:05 +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: partially implement multi-signature feature 2025-08-29 22:57:04 +08:00
ios feat: flutter create project 2025-08-27 11:19:15 +08:00
lib chore: improve i18n development experience 2025-08-30 03:28:05 +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: small tool to remove dead code create by `bdd_widget_test` 2025-08-29 15:56:35 +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 chore: improve i18n development experience 2025-08-30 03:28:05 +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 chore: improve i18n development experience 2025-08-30 03:28:05 +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: i18n text support 2025-08-29 19:45:19 +08:00

README.md

pdf_signature

A GUI app to create a signature on PDF page 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

# run the app
flutter run

# run unit tests and widget tests
flutter test

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