Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 502 Bytes

Heady

Heady assessment. - Apk Download Link

How to run

Step 1:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Step 2:

This project uses inject library that works with code generation, execute the following command to generate files:

flutter packages pub run build_runner build --delete-conflicting-outputs