2023-10-21 20:50:52 +02:00
|
|
|
<div align="center">
|
|
|
|
|
|
|
|
<img src="https://raw.githubusercontent.com/rainloreley/shlink-manager/main/assets/icon/icon.png" alt="Shlink Manager logo" width="100px" style="border-radius: 50%"/>
|
|
|
|
|
2023-07-10 20:01:48 +02:00
|
|
|
# Shlink Manager
|
2023-06-26 23:40:05 +02:00
|
|
|
|
2023-10-21 20:50:52 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
Shlink Manager is an app for Android to see and manage all shortened URLs created with [Shlink](https://shlink.io/)
|
|
|
|
|
|
|
|
<a href="https://play.google.com/store/apps/details?id=dev.abmgrt.shlink_app" target="_blank">
|
|
|
|
<img src="https://raw.githubusercontent.com/steverichey/google-play-badge-svg/master/img/en_get.svg" alt="Play Store download" width="30%"/>
|
|
|
|
</a>
|
2023-06-26 23:40:05 +02:00
|
|
|
|
2023-10-21 20:50:52 +02:00
|
|
|
## 📱 Current Features
|
2023-07-10 20:01:48 +02:00
|
|
|
|
|
|
|
✅ List all short URLs<br/>
|
|
|
|
✅ Create new short URLs<br/>
|
|
|
|
✅ Delete short URLs<br/>
|
|
|
|
✅ See overall statistics<br/>
|
|
|
|
✅ Detailed statistics for each short URL<br/>
|
|
|
|
✅ Display tags<br/>
|
|
|
|
✅ Display QR code<br/>
|
|
|
|
✅ Dark mode support<br/>
|
|
|
|
|
2023-10-21 20:50:52 +02:00
|
|
|
## 🔨 To Do
|
2023-07-10 20:01:48 +02:00
|
|
|
- [ ] 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
|
|
|
|
|
2023-10-21 20:50:52 +02:00
|
|
|
# 💻 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
|
2023-07-10 20:01:48 +02:00
|
|
|
|
2023-10-21 20:50:52 +02:00
|
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
|