This is a simple portfolio web app built with Flutter. It showcases some of the projects I've worked on.
You can test it on your browser by visiting https://portfolio-roz.web.app/.
The app's layout is mobile-first, so a frame is added to the web version on larger screens to keep the content centered.
To run the app, you need to have Flutter installed on your machine. You can find instructions on how to install Flutter here.
Once you have Flutter installed, you can run the app on your device or emulator by running the following command:
flutter run \
--dart-define=GITHUB_LINK=https://github.com/rafaelortizzableh \
--dart-define=TWITTER_LINK=https://twitter.com/ortizzableh \
--dart-define=LINKEDIN_LINK=https://linkedin.com/in/rafaelortizzableh \
--dart-define=EMAIL_LINK=mailto:[email protected] \
--dart-define=PHONE_LINK=tel:+555555555 \
Note: Links are needed for opening the corresponding app when tapping on the icons. Email and phone links are redacted for privacy reasons.






