LibreTrack
Private, cross-platform package tracking app.
Track postal items directly on your device using accounts of postal services. The app respects your privacy and freedom: you don’t use third-party online services.
Use, see, change and share; with all.
Features
- Free and Open Source software (FOSS)
- Support for various platfroms and devices
- Support accounts of different carriers
- Detailed information about the postal items, carriers, tracking history
- Local push notifications
- Automatic tracking in the background, and also manual refreshing
- Ability to add a list of track numbers
- Filter and sort numbers by activity date, package status, carrier, etc
- Barcode and QR code scanner for tracking numbers
- Barcode generator
- Archiving tracking numbers
- Material Design 2.0
- Night theme
- Responsive UI for different devices form factors
Available platforms
- Android
- Linux
iOS(planned)macOS(planned)Web(planned)Windows(planned)
Supported postal services
Translations
- English
- Russian
- Spanish (thanks sguinetti)
Donation
If you like LibreTrack you can support developer with these methods. If you have problems with payment or you want to donate in another way, contact me: proninyaroslav@mail.ru
. Thank you!
- PayPal:
- Yandex Money (YooMoney):
410011738561939
- WebMoney:
- WMZ:
Z335461926163
- WMR:
R151579576467
- WMZ:
- Amazon.com eGift Cards: just choose your amount and type e-mail
proninyaroslav@mail.ru
in the gift card details https://smile.amazon.com/gp/product/B004LLIKVU/ - Liberapay:
- Bitcoin:
1Af9DgxtWvVp6bFiYQw2MeWtRzTXshRYpB
- Nano:
nano_1b13t35x5dwu39xcs3xj4ozfsniozfnxdqwjijy6efnkda6sc3hqie914fja
Building
To build, you need to install Flutter.
Enter the following command in the terminal to build the project:
- Android APK
flutter build apk --flavor main
You can also split APK into different architectures:flutter build apk --flavor main --split-per-abi
orflutter build apk --flavor main --target-platform [android-arm|android-arm64|android-x64]
The built APK will be located in thebuild/app/outputs/flutter-apk/
directory. - Linux binaryBefore building, make sure that the following dependencies are installed on the system:
- gtk3
- libsecret
- libjsoncpp
- libappindicator (GTK3)
- libsqlite3
- gettext (for build only)
flutter build linux
The built binary will be located in thebuild/linux/x64/debug/bundle/
directory (orbuild/linux/arm64
for arm64 builds). The contents of thebundle
directory must be fully copied. - Linux Snap packageBefore building, make sure that the
snapcraft
dependency is installed on the system.Then run the following command:snapcraft
The resulting.snap
file can be installed as follows:sudo snap install output_file_name.snap --dangerous
Screenshots
Privacy Policy
Please see our Privacy Policy.
Contribute on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.