Mobile App for Shlink
Go to file
Adrian Baumgart d00ba4b4e9
generate tag color based on text
2024-01-28 01:05:35 +01:00
android (hopefully) fix crash issue 2023-10-21 19:01:25 +02:00
assets/icon added images 2023-07-10 19:15:14 +02:00
lib generate tag color based on text 2024-01-28 01:05:35 +01:00
test initial commit 2023-06-26 23:40:05 +02:00
.gitignore initial commit 2023-06-26 23:40:05 +02:00
.metadata initial commit 2023-06-26 23:40:05 +02:00
analysis_options.yaml generate tag color based on text 2024-01-28 01:05:35 +01:00
LICENSE initial commit 2023-06-26 23:40:05 +02:00
pubspec.lock formatting 2024-01-28 00:32:09 +01:00
pubspec.yaml formatting 2024-01-28 00:32:09 +01:00
README.md Update README.md 2023-10-21 20:53:16 +02:00

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

📱 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