I made this portfolio to share my public information and links.
This project has been built using the Flutter framework, which allows to build an multiplatform app from a single codebase.
- 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
- Clone repository with 'git clone' command or just download the zip.
git clone git@github.com:deandreamatias/portfolio.git
- Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.
- Install dependencies from pubspec.yaml by running
flutter pub get
from the project root (see using packages documentation for details and how to do this in the editor).
CLI Debug: flutter run
If you want to take the time to make this project better, please read the contributing guides first. Then, you can open an new issue, of a pull request.
This project is licensed under the GNU GPL v3 License - see the LICENSE file for details.