Mobile App for Shlink
Go to file
Adrian Baumgart 591713a444
Revert "added core files with l10n"
This reverts commit 9a2d3a7125.
2024-03-31 19:25:49 +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 Revert "added core files with l10n" 2024-03-31 19:25:49 +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 Revert "added core files with l10n" 2024-03-31 19:25:49 +02:00
pubspec.yaml Revert "added core files with l10n" 2024-03-31 19:25:49 +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