diff --git a/README.md b/README.md index ac622b5..0781244 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@

- +

# Paperless Share An Android app that bridges your document scanner with your [paperless-ng](https://github.com/jonaswinkler/paperless-ng) server. + + ## Why? I like using extremely refined scanning apps such as [Office Lens](https://play.google.com/store/apps/details?id=com.microsoft.office.officelens&hl=en_US&gl=US) for documents. **Paperless Share** adds Paperless to the Android share sheet for easy consumption. @@ -23,6 +25,7 @@ I might publish on FDroid and Google Play Store, not sure yet. Install [Flutter](https://flutter.dev/docs/get-started/install) and [integrate with your IDE of choice](https://flutter.dev/docs/get-started/editor?tab=vscode). A release can then be built and installed using: ```bash +flutter pub get flutter build appbundle flutter build apk --split-per-abi cd build/app/outputs/flutter-apk/ diff --git a/demo/demo.gif b/demo/demo.gif new file mode 100644 index 0000000..0fd7294 Binary files /dev/null and b/demo/demo.gif differ