Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 924 Bytes

File metadata and controls

32 lines (18 loc) · 924 Bytes

Flutter - Tinder for food UI concept

A Flutter UI implementation of a tinder for food app inspired by an uplabs post.

Star this repo if you like what you see.

📸 Screenshots

Author(s)

Emmanuel Fache

Getting Started

Note: Make sure your Flutter environment is setup.

Installation

In the command terminal, run the following commands:

$ git clone https://github.com/emrade/flutter-tinder-for-food-ui.git tinder_for_food
$ cd tinder_for_food/
$ flutter packages get
$ flutter run
Check out Flutter’s online documentation for help getting started with your Flutter project.