Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.04 KB

lost_children_frontend

The frontend for the lost children project.

Prerequisites

First, make sure you have Flutter installed. This project uses null safety so we recommend the latest stable version of flutter to be used.

We recommend using VS Code to ease up setting up the project and developping in general. You can refer to flutter's editor setup documentation.

Setup

  1. Create .env file in the project root with the required environment variables. See .env.example for list of environment variables.

  2. Install all packages: flutter pub get

Structure

This app uses Atmoic design to categorize widgets

TODO list

  • Add unit tests
  • Add Semantics
  • Better error messages
  • Add i18n
  • Create Data Transfer Objects for backend communication