An open API service indexing awesome lists of open source software.

https://github.com/flutterwiz/flutter-portfolio


https://github.com/flutterwiz/flutter-portfolio

Last synced: about 1 month ago
JSON representation

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

Image

## Live

https://alperefesahin.dev

Image
Image

## 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.