Mobile App for Shlink
Go to file
Adrian Baumgart 6d654210fa
Update README.md
2024-04-01 19:46:01 +02:00
.github/workflows Update fix-formatting-and-license.yml 2024-04-01 19:45:10 +02:00
android update gradle 2024-03-31 22:59:22 +02:00
assets/icon added images 2023-07-10 19:15:14 +02:00
lib bump version to 1.2.0 2024-03-31 22:21:07 +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 Apply automatic changes 2024-03-31 19:59:49 +00:00
pubspec.yaml bump version to 1.2.0 2024-03-31 22:21:07 +02:00
README.md Update README.md 2024-04-01 19:46:01 +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 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
Quickly create Short URL via Share Sheet

🔨 To Do

  • Add support for iOS (maybe in the future)
  • add tags
  • Add dynamic rule-based redirects system (Shlink v4.0.0)
  • 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