Mobile App for Shlink
Go to file
Adrian Baumgart 202ab20747
a bit of refactoring
2024-07-26 20:30:13 +02:00
android change view title when editing short URL 2024-07-25 14:50:16 +02:00
assets/icon added images 2023-07-10 19:15:14 +02:00
lib a bit of refactoring 2024-07-26 20:30:13 +02:00
linux fixed #2 2024-03-31 16:02:38 +02:00
test Revert "added core files with l10n" 2024-03-31 19:25:49 +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 cleaning and bump version to 1.3.0 2024-07-25 19:23:21 +02:00
pubspec.yaml bump version to 1.3.1 2024-07-25 20:17:55 +02:00
README.md support multiple shlink instances 2024-07-25 19:11:24 +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

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)
  • add tags
  • 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