A fun and simple portfolio web app built in Flutter to learn about adaptive responsive design.
This is a submission project for roadmap.sh.
The web app is live on architxkumar.dev
- Adaptive responsive design (Breakpoint at 800px)
- Material Design theming
- Redirecting profile links
- Auto theme Mode matching your system
- Adaptive Responsive design using
LayoutBuilder
- Material Theming by setting content as Primary from color palettes
- Redirecting links using
url_launcher
IntrinsicHeight
to match all children's size to the largest sibling


- Flutter SDK >=
3.35
- Browser (Chromium-based recommended)
git clone https://github.com/architxkumar/Personal-Portfolio
cd Personal-Portfolio
flutter pub get
flutter run
After this, select the browser you would like to run on (if prompted)