Mobile App for Shlink
Go to file
Adrian Baumgart fd77e6d2e3
bump version to 1.1.1
2024-03-31 16:07:48 +02:00
android fixed #2 2024-03-31 16:02:38 +02:00
assets/icon added images 2023-07-10 19:15:14 +02:00
lib Merge remote-tracking branch 'origin/main' 2024-03-31 16:03:03 +02:00
linux fixed #2 2024-03-31 16:02:38 +02:00
test initial commit 2023-06-26 23:40:05 +02:00
.gitignore initial commit 2023-06-26 23:40:05 +02:00
.metadata fixed #2 2024-03-31 16:02:38 +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 release 1.1.0 2024-01-28 23:14:11 +01:00
pubspec.yaml bump version to 1.1.1 2024-03-31 16:07:48 +02:00
README.md bump version to 1.1.1 2024-03-31 16:07:48 +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
Edit existing short URLs

🔨 To Do

  • Add support for iOS (maybe in the future)
  • add tags
  • specify individual long URLs per device
  • 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