Skip to content

mkappworks/pizza_eshop_flutterapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Delivery App

Flutter Frontend for a Pizza Delivery App using GetX state and route mangament.

Getting Started

Make sure flutter is installed!!

Install

$ git clone https://github.com/mkappworks/pizza_eshop_flutterapp.git
$ cd pizza_eshop_flutterapp
$ flutter pub get

Running the project

$ flutter run 

Simple build for production

follow steps in : https://flutter.dev/docs/deployment/android

Project Structure

The folder structure of this app is explained below:

Name Description
github Contains CI/CD commands
assets Contains all app assets such as images and test data
lib Contains source code that will be compiled
test Contains all unit and widget tests
src/controller Contains all GetX controller classes and respective service or utility helper classes
src/extension Contains all enums and extension used by the app
src/model Contain data access models used by the app
src/utilities Contains the general utilities such as constants, route map etc
src/views Contains all the UI elements. Separate into different screens and within which contains reusable component widgets
pubspec.yaml Contains pub dependencies as well as

App Preview

Untitled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages