create a signature on pdf page https://pdf-signature-latest.onrender.com/
Go to file
insleker 60630c6ddd chore: adopt bdd_widget_test for BDD 2025-08-28 23:51:36 +08:00
.idea feat: flutter create project 2025-08-27 11:19:15 +08:00
android feat: flutter create project 2025-08-27 11:19:15 +08:00
docs chore: adopt bdd_widget_test for BDD 2025-08-28 23:51:36 +08:00
ios feat: flutter create project 2025-08-27 11:19:15 +08:00
lib fix: export pdf service at web platform 2025-08-28 09:42:43 +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: adopt bdd_widget_test for BDD 2025-08-28 23:51:36 +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 draw signature feature with widget test 2025-08-27 20:55:04 +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: adopt bdd_widget_test for BDD 2025-08-28 23:51:36 +08:00
analysis_options.yaml feat: flutter create project 2025-08-27 11:19:15 +08:00
pdf_signature.iml feat: flutter create project 2025-08-27 11:19:15 +08:00
pubspec.yaml chore: adopt bdd_widget_test for BDD 2025-08-28 23:51:36 +08:00

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 run build_runner build --delete-conflicting-outputs

# run the app
flutter run

# run unit tests and widget tests
flutter test

flutter build