create a signature on pdf page
https://pdf-signature-latest.onrender.com/
|
|
||
|---|---|---|
| .idea | ||
| .vscode | ||
| AppDir | ||
| android | ||
| docs | ||
| integration_test | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| tool | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| LICENSE | ||
| README.md | ||
| analysis_options.yaml | ||
| build.yaml | ||
| l10n.yaml | ||
| pdf_signature.iml | ||
| pubspec.yaml | ||
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
# 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