The frontend for the lost children project.
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.
-
Create
.env
file in the project root with the required environment variables. See.env.example
for list of environment variables. -
Install all packages:
flutter pub get
This app uses Atmoic design to categorize widgets
- Add unit tests
- Add Semantics
- Better error messages
- Add i18n
- Create Data Transfer Objects for backend communication