/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

Primary LanguageDartGNU General Public License v3.0GPL-3.0

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

  • Download a remote JSON file and profile image file in the application.
  • Store the downloaded remote JSON file and profile image in the application.
  • Read the stored JSON file in the application.
  • Pass data from resume schema layout to other layouts.
  • Translate the contents in the application based on the resume language selected by the user.
  • 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 for details.