• Stars
    star
    120
  • Rank 290,015 (Top 6 %)
  • Language
    Dart
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A UI respresentation of "Tinder for food" built with Flutter

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.