CV web app built with Flutter.
Few things to note:
- State management with Hooks Riverpod and Flutter Hooks
- Routing with Auto Route and Auto Route Generator
- Flutter Lints used as a main linter
- App is using Responsive Framework to make the app responsive to different screen sizes
- All emojis are added in .png format to have same look when using different browsers
To adjust it to your needs follow these steps:
- Change favicon.png in
web/
folder - Change images in
assets/images/dev/
andassets/images/jobs_logo/
folders and define path to them in inlib/core/utils/const/app_images.dart
- Change strings in
lib/core/utils/const/app_strings.dart
- Add your jobs description to
lib/core/utils/const/app_jobs.dart
- Run
flutter pub run build_runner build