https://github.com/akarsh/flutter-akarsh-seggemu-resume
Flutter resume application that follows schema of https://jsonresume.org/ to parse the JSON resume file and shows the resume in an iOS and Android application
https://github.com/akarsh/flutter-akarsh-seggemu-resume
Last synced: about 1 year ago
JSON representation
Flutter resume application that follows schema of https://jsonresume.org/ to parse the JSON resume file and shows the resume in an iOS and Android application
- Host: GitHub
- URL: https://github.com/akarsh/flutter-akarsh-seggemu-resume
- Owner: akarsh
- License: gpl-3.0
- Created: 2020-04-13T10:03:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T20:46:36.000Z (about 6 years ago)
- Last Synced: 2025-02-16T07:17:51.399Z (over 1 year ago)
- Language: Dart
- Size: 884 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter - Resume application project
This project is developed to show the resume using flutter framework.
The resume is maintained in a JSON format following resume JSON structure.
## Table of Contents
- [Features](#features)
- [Requirements](#requirements)
- [License](#license)
## Features
- [x] Download a remote JSON file and profile image file in the application.
- [x] Store the downloaded remote JSON file and profile image in the application.
- [x] Read the stored JSON file in the application.
- [x] Pass data from resume schema layout to other layouts.
- [ ] Translate the contents in the application based on the resume language selected by the user.
- [x] Application adapts to different screen sizes.
- [ ] Continuous Integration (Travis-CI) to test the application.
## Requirements
- Android requirements
- Android 16+
- Android Studio 3+
- Java 1.8
- iOS requirements
- iOS 10+
- Xcode 11+
- Swift 4+
#### License
Resume application project is released under the GNU General Public License v3.0 license. [See LICENSE](https://github.com/akarsh/flutter-akarsh-seggemu-resume/blob/master/LICENSE) for details.