Skip to content

PranavMasekar/QuizGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use

Step 1:

Download or clone this repo by using the link below:

https://github.com/PranavMasekar/QuizGo.git

Step 2:

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

flutter pub get 

Libraries & Tools Used

Folder Structure

Here is the core folder structure which flutter provides.

flutter-app/
|- android
|- build
|- ios
|- lib
|- test

Here is the folder structure we have been using in this project

lib/
|- blocs/
|- common/
|- constants/
|- extensions/
|- helpers/
|- models/
|- presentation/
|- repositories/
|- router/
|- services/
|- main.dart

Releases

No releases published