A basic portfolio site, using flutter and rust. Wanted this to feel take some inspiration from basic IDE's and add some nice custom theming, so built out the application to have many different themes the user can select from.
- Flutter: Mature front end framework
- Rust: Type safe, and powerful
- Quicktype: Allows for conversion of rust -> dart
Clone repo
git clone https://github.com/JonasESmith/JonasESmith.github.io.git
get necessary packages
cd JonasESmith.github.io && flutter pub get
build for...
flutter run -d chrome
flutter run -d macos
flutter run ... other devices
making changes to app_data.rs inside of
portfolio_data/
cd portfolio_data
cargo run