This Flutter project is a personal portfolio that showcases information about you, your work, skills, experiences, and a portfolio section. It is organized into different sections for clarity and ease of navigation.
The project structure is organized as follows:
lib/
: Contains the main source code for the Flutter application.about_section/
: Code for the "About Me" section.work_section/
: Code for the "Work" section.skills_section/
: Code for the "Skills" section.experiences_section/
: Code for the "Experiences" section.portfolio_section/
: Code for the "Portfolio" section.
data_sources/
: Contains data sources for each section (work, skills, experiences, and portfolio).assets/
: Stores images and other assets used in the application.pubspec.yaml
: Defines project dependencies and assets.
The "About Me" section is designed to display personal information. Users can input their name, photo, bio, and contact details.
The "Work" section showcases projects, links, and project descriptions. Users can view your work and access related links.
The "Skills" section lists technical skills possessed by the user. It provides a quick overview of your expertise.
The "Experiences" section showcases your work history and professional experiences. It allows users to learn about your career journey.
The "Portfolio" section is designed to showcase your work history with images or videos along with proper descriptions. Users can explore your portfolio items.
- Clone this repository.
- Open the project in Flutter.
- Customize the code and data sources for each section as per your requirements.
- Run the application on your preferred platform (iOS, Android, web, etc.).