A mobile application that allows users to create a personalized landing page with links to their social media profiles, websites, portfolios, and other online resources. This platform can be particularly useful for local influencers, small businesses, and community organizations to manage and share their digital footprint in one place.
Ensure you have the following installed:
- Flutter SDK
- Dart SDK
- A code editor like VS Code or Android Studio
-
Clone the repository:
git clone git@github.com:abel3ri/my_link_space.git cd my_link_space
-
Install the dependencies:
flutter pub get
-
Run the app:
flutter run
my-link-space/
├── lib/
│ ├── core/
│ │ ├── enums/
│ │ ├── models/
│ │ └── view_models/
│ ├── ui/
│ │ ├── views/
│ │ └── widgets/
│ ├── shared/
│ │ ├── components/
│ │ └── router/
│ ├── utils/
│ └── main.dart
├── assets/