mirror of
https://github.com/rainloreley/shlink-manager.git
synced 2024-11-12 22:45:13 +01:00
Adrian Baumgart de8bce4b5c | ||
---|---|---|
android | ||
assets/icon | ||
lib | ||
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 new short URLs
✅ Delete short URLs
✅ See overall statistics
✅ Detailed statistics for each short URL
✅ Display tags
✅ Display QR code
✅ Dark mode support
🔨 To Do
- Edit existing short URLs
- Add support for iOS (maybe in the future)
- add tags
- specify individual long URLs per device
- improve app icon
- ...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