|
1 | 1 | # my_link_space
|
2 | 2 |
|
3 |
| -A new Flutter project. |
| 3 | +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. |
4 | 4 |
|
5 | 5 | ## Getting Started
|
6 | 6 |
|
7 |
| -This project is a starting point for a Flutter application. |
| 7 | +### Prerequisites |
8 | 8 |
|
9 |
| -A few resources to get you started if this is your first Flutter project: |
| 9 | +Ensure you have the following installed: |
10 | 10 |
|
11 |
| -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) |
12 |
| -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
| 11 | +- [Flutter SDK](https://flutter.dev/docs/get-started/install) |
| 12 | +- [Dart SDK](https://dart.dev/get-dart) |
| 13 | +- A code editor like [VS Code](https://code.visualstudio.com/) or [Android Studio](https://developer.android.com/studio) |
13 | 14 |
|
14 |
| -For help getting started with Flutter development, view the |
15 |
| -[online documentation](https://docs.flutter.dev/), which offers tutorials, |
16 |
| -samples, guidance on mobile development, and a full API reference. |
| 15 | +### Installation |
| 16 | + |
| 17 | +1. Clone the repository: |
| 18 | + |
| 19 | + ```bash |
| 20 | + git clone [email protected]:abel3ri/my_link_space.git |
| 21 | + cd my_link_space |
| 22 | + ``` |
| 23 | + |
| 24 | +2. Install the dependencies: |
| 25 | + |
| 26 | + ```bash |
| 27 | + flutter pub get |
| 28 | + ``` |
| 29 | + |
| 30 | +3. Run the app: |
| 31 | + |
| 32 | + ```bash |
| 33 | + flutter run |
| 34 | + ``` |
| 35 | + |
| 36 | +### Folder Structure |
| 37 | + |
| 38 | + ```bash |
| 39 | +my-link-space/ |
| 40 | +├── lib/ |
| 41 | +│ ├── core/ |
| 42 | +│ │ ├── enums/ |
| 43 | +│ │ ├── models/ |
| 44 | +│ │ └── view_models/ |
| 45 | +│ ├── ui/ |
| 46 | +│ │ ├── views/ |
| 47 | +│ │ └── widgets/ |
| 48 | +│ ├── shared/ |
| 49 | +│ │ ├── components/ |
| 50 | +│ │ └── router/ |
| 51 | +│ ├── utils/ |
| 52 | +│ └── main.dart |
| 53 | +├── assets/ |
| 54 | +``` |
| 55 | + |
| 56 | + |
| 57 | +# Screens |
| 58 | +## Light mode |
| 59 | + |
| 60 | +<p align="center"> |
| 61 | + <img src="https://github.com/user-attachments/assets/118da03e-29bb-4932-a2a1-fc32e3288ac7" alt="Uploaded Image" width="400" height="400"> |
| 62 | + <img src="https://github.com/user-attachments/assets/28a6eb62-09a2-42dd-aa80-8fce89662b93" alt="Image 1" width="400" height="400"> |
| 63 | + <img src="https://github.com/user-attachments/assets/2108aaa4-9b80-45fc-9e4d-1b764d89a5d9" alt="Image 2" width="400" height="400"> |
| 64 | + <img src="https://github.com/user-attachments/assets/75c85e8f-5c89-445c-99e6-3aa38e994650" alt="Image 3" width="400" height="400"> |
| 65 | + <img src="https://github.com/user-attachments/assets/8265a698-7651-4895-8a12-237cbced4da8" alt="Image 4" width="400" height="400"> |
| 66 | + <img src="https://github.com/user-attachments/assets/9f072327-aa65-4db6-b8e0-2ab615c24f50" alt="Image 5" width="400" height="400"> |
| 67 | + <img src="https://github.com/user-attachments/assets/7382e2b1-9cff-4c9e-9758-92ce8bf18e01" alt="Image 6" width="400" height="400"> |
| 68 | + <img src="https://github.com/user-attachments/assets/fe8bf5d6-57f9-42e3-b38e-723014c472dd" alt="Image 7" width="400" height="400"> |
| 69 | + <img src="https://github.com/user-attachments/assets/70671a3d-f188-4370-b562-24556a163b1a" alt="Image 8" width="400" height="400"> |
| 70 | +</p> |
| 71 | + |
| 72 | +## Dark mode |
| 73 | + |
| 74 | +<p align="center"> |
| 75 | + <img src="https://github.com/user-attachments/assets/b76fe608-aae3-4154-8e48-5ae447b7d719" alt="Image 1" width="400" height="400"> |
| 76 | + <img src="https://github.com/user-attachments/assets/b80e902a-40b3-4b95-a8ac-832a56f2801a" alt="Image 2" width="400" height="400"> |
| 77 | + <img src="https://github.com/user-attachments/assets/46296bf8-edbc-467b-8ac6-0221839a4b93" alt="Image 3" width="400" height="400"> |
| 78 | + <img src="https://github.com/user-attachments/assets/a332526f-a2ba-4452-ac6a-4abbd51b7008" alt="Image 4" width="400" height="400"> |
| 79 | + <img src="https://github.com/user-attachments/assets/59babb38-b1f3-491e-9401-48e00614b345" alt="Image 5" width="400" height="400"> |
| 80 | + <img src="https://github.com/user-attachments/assets/144fcf72-2c04-4328-ac56-c1b56a2dc9b7" alt="Image 6" width="400" height="400"> |
| 81 | + <img src="https://github.com/user-attachments/assets/33be4dff-c52a-4286-bcbb-442248cf2767" alt="Image 7" width="400" height="400"> |
| 82 | + <img src="https://github.com/user-attachments/assets/1c03f850-aca0-493b-97b6-8589f0868afb" alt="Image 8" width="400" height="400"> |
| 83 | + <img src="https://github.com/user-attachments/assets/cdd25dbe-87a7-4246-ac1c-47e9bd19cb9b" alt="Image 9" width="400" height="400"> |
| 84 | + <img src="https://github.com/user-attachments/assets/ab09e2ca-de8e-4dfa-afd6-6504e64e1cf6" alt="Image 10" width="400" height="400"> |
| 85 | + <img src="https://github.com/user-attachments/assets/8729fb18-e87f-428e-a9c5-5f2760db55f2" alt="Image 11" width="400" height="400"> |
| 86 | + <img src="https://github.com/user-attachments/assets/6c57920d-1109-4eae-a1be-75344faee99d" alt="Image 12" width="400" height="400"> |
| 87 | + <img src="https://github.com/user-attachments/assets/60a32b7d-852e-4411-9ee3-6e2ed334dc63" alt="Image 13" width="400" height="400"> |
| 88 | + <img src="https://github.com/user-attachments/assets/5c5cf45f-c6da-4c06-bf96-8e9c53cb18f0" alt="Image 14" width="400" height="400"> |
| 89 | +</p> |
0 commit comments