Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.66 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.66 KB
Shlink Manager logo

Shlink Manager

Shlink Manager is an app for Android to see and manage all shortened URLs created with Shlink

Play Store download

Codemagic build status

📱 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)
  • 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