# Shlink Manager
Shlink Manager is an app for Android to see and manage all shortened URLs created with [Shlink](https://shlink.io/)
[![Codemagic build status](https://api.codemagic.io/apps/66096ec96d57699debb805f8/66096ec96d57699debb805f7/status_badge.svg)](https://codemagic.io/apps/66096ec96d57699debb805f8/66096ec96d57699debb805f7/latest_build)
## 📱 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](https://flutter.dev/) and the necessary tools to build for Android/iOS (Android Studio/Xcode).
```bash
$ 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](LICENSE) file for details