mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-21 09:33:01 +01:00
Adrian Baumgart c5ab724a9e | ||
---|---|---|
android | ||
assets/icon | ||
lib | ||
linux | ||
test | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
LICENSE | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
Shlink Manager
Shlink Manager is an app for Android to see and manage all shortened URLs created with Shlink
📱 Current Features
✅ List all short URLs
✅ Create, edit and delete short URLs
✅ See overall statistics
✅ Detailed statistics for each short URL
✅ Display tags & QR code
✅ Dark mode support
✅ Quickly create Short URL via Share Sheet
✅ View rule-based redirects (no editing yet)
✅ Use multiple Shlink instances
🔨 To Do
- Add support for iOS (maybe in the future)
- add tags
- improve app icon
- Refactor code
- ...and more
💻 Development
First make sure you've installed Flutter and the necessary tools to build for Android/iOS (Android Studio/Xcode).
$ git clone https://github.com/rainloreley/shlink-manager.git
$ cd shlink-manager
$ flutter pub get
$ flutter run
📄 License
This project is licensed under the MIT License - see the LICENSE file for details