Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abel3ri/my_link_space
https://github.com/abel3ri/my_link_space
dart flutter provider
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abel3ri/my_link_space
- Owner: abel3ri
- Created: 2024-09-09T15:07:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T17:23:47.000Z (3 months ago)
- Last Synced: 2024-10-20T06:54:05.921Z (3 months ago)
- Topics: dart, flutter, provider
- Language: Dart
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my_link_space
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.
## Getting Started
### Prerequisites
Ensure you have the following installed:
- [Flutter SDK](https://flutter.dev/docs/get-started/install)
- [Dart SDK](https://dart.dev/get-dart)
- A code editor like [VS Code](https://code.visualstudio.com/) or [Android Studio](https://developer.android.com/studio)### Installation
1. Clone the repository:
```bash
git clone [email protected]:abel3ri/my_link_space.git
cd my_link_space
```2. Install the dependencies:
```bash
flutter pub get
```3. Run the app:
```bash
flutter run
```### Folder Structure
```bash
my-link-space/
├── lib/
│ ├── core/
│ │ ├── enums/
│ │ ├── models/
│ │ └── view_models/
│ ├── ui/
│ │ ├── views/
│ │ └── widgets/
│ ├── shared/
│ │ ├── components/
│ │ └── router/
│ ├── utils/
│ └── main.dart
├── assets/
```# Screens
## Light mode
## Dark mode