A tungluea project created in flutter . Tungluea supports both web and mobile, clone the appropriate branches mentioned below:
Step 1:
Download or clone this repo by using the link below:
https://github.com/sorasora46/Tungleua.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
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
or watch command in order to keep the source code synced automatically:
flutter packages pub run build_runner watch