Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 759 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 759 Bytes

Cucumber mobile

Mobile app for cucumber food delivery project

Quickstart

App written using Flutter. To run from source code you'll need to set up Flutter locally.

Run project:

flutter run

Show run parameters:

flutter doctor

What's inside

Project structure presented below:

lib
├── config           - bunch of constants
├── models           - data models
├── pages            - project screens
├── provides         - network data providers (api handlers)
├── wigets           - components to build pages
├── main.dart        - Flutter application 
└── routes.dart      - all app routes (pages)

Up