create a signature on pdf page https://pdf-signature-latest.onrender.com/
Go to file
insleker b8918717b5 chore: adopt MVVM and default `Package structure` at official 2025-08-29 13:24:44 +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 MVVM and default `Package structure` at official 2025-08-29 13:24:44 +08:00
ios feat: flutter create project 2025-08-27 11:19:15 +08:00
lib chore: adopt MVVM and default `Package structure` at official 2025-08-29 13:24:44 +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 MVVM and default `Package structure` at official 2025-08-29 13:24:44 +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 MVVM and default `Package structure` at official 2025-08-29 13:24:44 +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 MVVM and default `Package structure` at official 2025-08-29 13:24:44 +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
# create windows installer
flutter pub run msix:create