Welcome to my Portfolio! This is a Flutter project that showcases my skills and projects. It is a web application that is hosted on GitHub Pages.
$> flutter pub get
$> flutter build web --release
[...]
$> flutter run --release
Commit Type | Description |
---|---|
build | Changes that affect the build system or external dependencies (npm, make, etc.) |
ci | Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.) |
feat | Addition of a new feature |
fix | Bug fix |
perf | Performance improvements |
refactor | Modification that neither adds a new feature nor improves performance |
style | Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.) |
docs | Writing or updating documentation |
test | Addition or modification of tests |
This project is licensed under the MIT License - see the LICENSE file for details.