An open API service indexing awesome lists of open source software.

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

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.