Linkhub is a simple and effective link management application built using Flutter. This project is designed to help users organize and access their links quickly and efficiently. The app is free, open-source, and ad-free, featuring folder creation with customizable colors, automatic sorting based on usage, and multiple language support.
Linkhub allows users to manage their links by organizing them into customizable folders. It supports automatic sorting based on link usage and provides features like import/export in JSON format and one-click copying, editing, and opening. The app is designed to be user-friendly and efficient, making link management easy.
Clone this repository:
git clone https://github.com/vijaysingdobhal/linkhub.git
Navigate to the project directory:
cd linkhub
Install dependencies:
flutter pub get
Configure Firebase:
google-services.json
(Android) and GoogleService-Info.plist
(iOS) files to the respective directories.Run the app:
flutter run
Add more screenshots as needed
This project is licensed under the MIT License. See the LICENSE file for more information.
Feel free to contribute, open issues, and make pull requests!
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.