Skip to content

lamedevelop/cucumber-mobile

Repository files navigation

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