Resume is a portfolio app that contains information about me and some projects I've worked on
The app has 3 screen. A bottom navgivation bar
Technology Flutter, Dart
font_awesome_flutter: i used for social media icons, as its is predefine in it.
google_fonts: It helped me to use google fonts in an easy way.
video_player: It's used for playing video clips in flutter, I didn't used it again. I wanted to add some of the ui i have work with but time was against me.
The design is only on portrait mode, On lunching the app, the home screen is dispalyed.
I would have love to implement the dark and light mode and also the localization. Work on the splash screen. Add the navigation drawer, Add a link where one can easily download my cv. Add video files to my existing ui's.
Link to APK file Click to download from drive
click on the link below to view the app on appetize appetize
*My major Challenges was that my hard disk broke down on Thursday night, I had to buy another, I was able to fix it on Staruday moring. *Coming up with what to submit under 10hrs is one of the biggest ride i have embark on.
The other boss challenge is juggling the tasks with other commitments (❁´◡`❁).
Run Locally Clone the project
git clone- (https://github.com/Dev-Tonia/resume.git) Go to the project directory
cd resume
Install dependencies
flutter pub get
Run project
cd run Demo