Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deandreamatias/portfolio
Personal portfolio - Made with #Flutter
https://github.com/deandreamatias/portfolio
dart flutter flutter-web portfolio website
Last synced: 5 days ago
JSON representation
Personal portfolio - Made with #Flutter
- Host: GitHub
- URL: https://github.com/deandreamatias/portfolio
- Owner: deandreamatias
- License: gpl-3.0
- Created: 2020-04-09T11:10:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T09:34:48.000Z (3 months ago)
- Last Synced: 2024-12-15T10:47:04.718Z (11 days ago)
- Topics: dart, flutter, flutter-web, portfolio, website
- Language: Dart
- Homepage: https://deandreamatias.com/
- Size: 1.65 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal portfolio
[![Deploy app](https://github.com/deandreamatias/portfolio/actions/workflows/deploy_app.yaml/badge.svg)](https://github.com/deandreamatias/portfolio/actions/workflows/deploy_app.yaml)
[![Releases](https://img.shields.io/github/v/release/deandreamatias/portfolio)](https://github.com/deandreamatias/portfolio/releases)
[![Website online](https://img.shields.io/website?up_message=online&url=https%3A%2F%2Fdeandreamatias.com)](https://deandreamatias.com)
[![Paypal donate](https://img.shields.io/badge/paypal-donate-blue)](https://paypal.me/deandreamatias)## About the project
I made this portfolio to share my public information and links.
This project has been built using the [Flutter](https://flutter.dev/) framework, which allows to build an multiplatform app from a single codebase.
## Features
- **See info about Matias de Andrea**
- **Open some profile links**
- **Responsive design**
- **Light and dark themes**
- **Translated to english, spanish and portuguese**
- **Automatic deploy to Firebase Hosting**## Build and run
1. Clone repository with 'git clone' command or just download the zip. `git clone [email protected]:deandreamatias/portfolio.git`
2. Then, download either Android Studio or Visual Studio Code, with their respective [Flutter editor plugins](https://flutter.dev/docs/get-started/editor). For more information about Flutter installation procedure, check the [official install guide](https://flutter.dev/docs/get-started/install).
3. Install dependencies from pubspec.yaml by running `flutter pub get` from the project root (see [using packages documentation](https://flutter.dev/docs/development/packages-and-plugins/using-packages#adding-a-package-dependency-to-an-app) for details and how to do this in the editor).## Run
CLI Debug: `flutter run`
## Author
- **Matias de Andrea** - Mobile developer: [Website](https://deandreamatias.com) and [GitHub](https://github.com/deandreamatias).
## Contributing
If you want to take the time to make this project better, please read the [contributing guides](https://github.com/deandreamatias/portfolio/blob/master/CONTRIBUTING.md) first. Then, you can open an new [issue](https://github.com/deandreamatias/portfolio/issues/new/choose), of a [pull request](https://github.com/deandreamatias/portfolio/compare).
## License
This project is licensed under the GNU GPL v3 License - see the [LICENSE](LICENSE) file for details.