https://github.com/flutterwiz/flutter-portfolio
https://github.com/flutterwiz/flutter-portfolio
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flutterwiz/flutter-portfolio
- Owner: FlutterWiz
- License: bsd-3-clause
- Created: 2024-11-18T17:31:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T11:36:08.000Z (over 1 year ago)
- Last Synced: 2025-02-18T03:34:57.750Z (over 1 year ago)
- Language: Dart
- Size: 984 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Portfolio
The repository contains the source code for my personal website as an open-source project, built with Flutter Web and Love.
All content is licensed under the CC BY-NC License. You are free to use, modify, and share the project for non-commercial purposes, as long as you provide appropriate credit and comply with the terms of the license.
YouTube Tutorial: https://www.youtube.com/watch?v=Bq68qLqRkzM
Medium Article: https://medium.com/@FlutterWiz/flutter-portfolio-building-a-modern-and-open-source-web-application-e23b2aa41b6c

## Live
https://alperefesahin.dev

## Features
- Single Page: Minimalistic design with no complexity.
- Responsive: Fully optimized for devices.
- Localization: Support for multiple languages.
- Social Media: Links to social profiles for easy networking.
- Contact: Professional contact details in the footer.
## Props
- MVVM
- Riverpod
- Auto Generated Assets
- MakeFile
- Dependency Injection
- Hive Local Storage
- Localization
- Launch Url
- Launch Mail
- Lints
- Google Fonts
## How to Run
If you wanna test it in your local machine as release mode, use MakeFile and create a host.
Then visit the host: localhost:8000
```bash
make release_run
```
## License
All content on this website is licensed under the [CC BY-NC license](https://creativecommons.org/licenses/by-nc/4.0/deed.en). Please review the link to understand the terms and conditions before using this project.