This is my personal Mobile developer portfolio built with Flutter Web.
It showcases my experience, skills, and projects in a clean and interactive interface.
🔗 Live site: https://www.nacchofer31.dev/
- Flutter Web (v3.29+)
- Clean Architecture
- Get It
- Cubit / BLoC
- Freezed
- Equatable
- flutter_svg
- url_launcher
All the content displayed on the website is fully configured from the assets/ directory:
assets/raw/contains the content files for each section, encoded in JSON.assets/images/stores all images used across the site.
This setup allows for easy customization of the portfolio by simply modifying or replacing the files in these folders.
This project is a Work in Progress (WIP) — constantly improving and evolving.
flutter pub get
dart run build_runner build --delete-conflicting-outputs
flutter run -d chromedart run build_runner build --delete-conflicting-outputs
flutter build web --releaseEvery push to main triggers a GitHub Actions workflow that:
- Builds the Flutter web app.
- Updates the
/docsfolder. - Pushes it to
main. - Publishes to GitHub Pages automatically.
📧 ignaciofer31@gmail.com
📂 LinkedIn
You can fork this repo and use it as a template to build your own Flutter portfolio!
✨ Made with passion and a bit of caffeine.