create a signature on pdf page https://pdf-signature-latest.onrender.com/
Go to file
insleker 3551cdf274 fix: export pdf service at web platform 2025-08-28 09:42:43 +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 feat: add draw signature feature with widget test 2025-08-27 20:55:04 +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 fix: export pdf service at web platform 2025-08-28 09:42:43 +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 feat: add draw signature feature with widget test 2025-08-27 20:55:04 +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 fix: export pdf service at web platform 2025-08-28 09:42:43 +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

# run the app
flutter run

# run unit tests and widget tests
flutter test

flutter build