create a signature on pdf page https://pdf-signature-latest.onrender.com/
Go to file
insleker 8e2599c0f8 refactor: split pdf_page_area.dart to multi smaller files 2025-09-03 14:08:35 +08:00
.idea feat: flutter create project 2025-08-27 11:19:15 +08:00
.vscode docs: update wireframe, introduce signature cards abstraction 2025-09-02 12:36:30 +08:00
AppDir feat: support linux build appimage 2025-09-02 18:07:21 +08:00
android feat: flutter create project 2025-08-27 11:19:15 +08:00
docs refactor: split pdf_page_area.dart to multi smaller files 2025-09-03 14:08:35 +08:00
integration_test refactor: split pdf_page_area.dart to multi smaller files 2025-09-03 14:08:35 +08:00
ios feat: flutter create project 2025-08-27 11:19:15 +08:00
lib refactor: split pdf_page_area.dart to multi smaller files 2025-09-03 14:08:35 +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 refactor: split pdf_page_area.dart to multi smaller files 2025-09-03 14:08:35 +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 Merge branch 'feat/wireframe' into feat/multi_signature_picture 2025-09-02 18:50:58 +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 refactor: split pdf_page_area.dart to multi smaller files 2025-09-03 14:08:35 +08:00
analysis_options.yaml refactor: split pdf_page_area.dart to multi smaller files 2025-09-03 14:08: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 refactor: split pdf_page_area.dart to multi smaller files 2025-09-03 14:08:35 +08:00

README.md

pdf_signature

A GUI app to create signatures on PDF pages interactively.

Features

checkout docs/FRs.md

run

# 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
# flutter pub run dead_code_analyzer

# run the app
flutter run

# run unit tests and widget tests
flutter test

build

For Windows

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

For web

flutter build web

Open the index.html file in the build/web directory. Remove the <base href="/"> to ensure proper routing on GitHub Pages.

For Linux

flutter build linux
cp -r build/linux/x64/release/bundle/ AppDir
appimagetool-x86_64.AppImage AppDir