This project is under very active development. Breaking changes are expected and therefore a clean install is recommended for each update!
With this app you can conveniently add, manage or simply find documents stored in your paperless server without any comproimises. This project started as a small fun side project to learn more about the Flutter framework and because existing solutions didn't fulfill my needs, but it has grown much faster with far more features than I originally anticipated.
✔️ View your documents at a glance, in a compact list or a more detailed grid view
✔️ Add, delete or edit your documents
✔️ Share, download and preview PDF files
✔️ Manage and assign correspondents, document types, tags and storage paths
✔️ Scan and upload documents to paperless with preset correspondent, document type, tags and creation date
✔️ Upload existing documents from other apps via Paperless Mobile
✔️ See all new documents in a dedicated inbox
✔️ Search for documents using a wide range of filter criteria
✔️ Secure your data with biometric authentication across sessions
✔️ Support for TLS mutual authentication (client certificates)
✔️ Modern, intuitive UI built according to the Material Design 3 specification
✔️ Available in english and german language (more to come!)
To get a local copy up and running follow these simple steps.
- Install the Flutter SDK (https://docs.flutter.dev/get-started/install)
- Install an IDE of your choice (e.g. VSCode with the Dart/Flutter extensions)
- Clone the repo
git clone https://github.com/astubenbord/paperless-mobile.git
- Install the dependencies
flutter pub get
- Build generated files (for json_serializable etc.)
flutter packages pub run build_runner build --delete-conflicting-outputs
- Generate the localization files
flutter pub run intl_utils:generate
In order to build a release version, you have to...
- Exchange the signing configuration in android/app/build.gradle from
buildTypes {
release {
signingConfig signingConfigs.release
}
}
to
buildTypes {
release {
signingConfig signingConfigs.debug
}
}
- Build the app with release profile (here for android):
flutter build apk --split-per-abi
(the --release flag is implicit for the build command)
- Install the app to your device
flutter install
If you want to contribute to translate the app into your language, create a new Discussion and you will be invited to the Localizely project.
Thanks to the following contributors for providing translations:
- German and English by astubenbord
- Czech language by svetlemodry
- Turkish language by imsakg
This project is registered as an open source project in Localizely, which offers full benefits for free!
- Add download functionality (implemented, but flutter cannot download to useful directories except app directory)
- Add document share support
- Improvements to UX (e.g. form fields show clear button while empty)
- Add more languages
- Support for IOS
- Automatic releases and CI/CD with fastlane
- Templates for recurring scans (e.g. monthly payrolls with same title, dates at end of month, fixed correspondent and document type)
- Custom document scanner optimized for common white A4 documents (currently using edge_detection, which is okay but not optimal for this use case)
- Support multiple instances (low prio)
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. All bug reports or feature requests are welcome, even if you can't contribute code!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE.txt
for more information.
I do this in my free time, so if you like the project, consider buying me a coffee! Any donation is much appreciated :)
Here are some impressions from the app!
Made with contrib.rocks.