All Projects → ahmedgulabkhan → Foodspace

ahmedgulabkhan / Foodspace

Licence: MIT License
Foodspace is an app made using Flutter and Firebase, where people can register and start exploring wide categories of restaurants present in their cities and also check the reviews and feedback for a specific restaurant. There is also a 'likes section' where all the restaurants liked by the user are displayed.

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Foodspace

flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (-17.81%)
Mutual labels:  flutter-ui, flutter-app
appflowy
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
Stars: ✭ 24,929 (+34049.32%)
Mutual labels:  flutter-ui, flutter-app
BloodMS
🔥 🔥 🔥 A blood management project. 🔥 🔥 🔥
Stars: ✭ 48 (-34.25%)
Mutual labels:  flutter-ui, flutter-app
FlutterLoadingGIFs
Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets. Demo: https://gallery.codelessly.com/flutterwebsites/loadinggifs/
Stars: ✭ 28 (-61.64%)
Mutual labels:  flutter-ui, flutter-app
Flutter-Facebook-Redesign
Flutter Facebook Redesign Application Design and Animation - day 19
Stars: ✭ 168 (+130.14%)
Mutual labels:  flutter-ui, flutter-app
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (-76.71%)
Mutual labels:  flutter-ui, flutter-app
Flutter-actors-profile-app-ui
Flutter Actors Profile Application UI/UX Design - Day 4
Stars: ✭ 56 (-23.29%)
Mutual labels:  flutter-ui, flutter-app
fashion app
Flutter E commerce Fashion 🛍
Stars: ✭ 80 (+9.59%)
Mutual labels:  flutter-ui, flutter-app
Flutter-Photography-Application
Flutter Photography Application Design and Animation - day 22
Stars: ✭ 73 (+0%)
Mutual labels:  flutter-ui, flutter-app
Flutter-ripple-map-application
Flutter Ripple Animation in a Map Application UI/UX design - day 5
Stars: ✭ 29 (-60.27%)
Mutual labels:  flutter-ui, flutter-app
flutter-system
Flutter Widgets,Components,Demos,Pages:从入门到产品级开发
Stars: ✭ 29 (-60.27%)
Mutual labels:  flutter-ui, flutter-app
getwidget-web-kit
Get Widget Web app Demo
Stars: ✭ 40 (-45.21%)
Mutual labels:  flutter-ui, flutter-app
Flutter-github-application
Flutter Github Following Application, Using Flutter Provider and Flutter HTTP to get data from Github API.
Stars: ✭ 104 (+42.47%)
Mutual labels:  flutter-ui, flutter-app
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (-65.75%)
Mutual labels:  flutter-ui, flutter-app
Flutter-GridView-Example-UI
Flutter GridView Example in a Shopping List Design - day 10
Stars: ✭ 188 (+157.53%)
Mutual labels:  flutter-ui, flutter-app
Healthcare-Management-App-Flutter Firebase
Complete Healthcare Management (Patient, OPD, IPD, Rx, Lab) Flutter Firebase App for iOS, Android, Web & Desktop
Stars: ✭ 28 (-61.64%)
Mutual labels:  firebase-database, flutter-firebase
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+89.04%)
Mutual labels:  flutter-ui, flutter-app
Flutter-App-Intro-With-Indicator
Flutter App Intro Application Design and Animation - day 21
Stars: ✭ 54 (-26.03%)
Mutual labels:  flutter-ui, flutter-app
Flutter-button-animation
Flutter Download Bar Button Animation, UI/UX design - day 7 Flutter Animation and UI Design.
Stars: ✭ 36 (-50.68%)
Mutual labels:  flutter-ui, flutter-app
flutter-tunein
Dynamically themed Music Player built with flutter
Stars: ✭ 108 (+47.95%)
Mutual labels:  flutter-ui, flutter-app

Foodspace

About

Foodspace is an app made using Flutter, where people can register and start exploring wide categories of restaurants present in their cities and also check the reviews and feedback for a specific restaurant. There is also a 'likes section' where all the restaurants liked by the user are displayed.

Snapshots of the application

Screenshots

Configuration Steps

  1. Cloning the repository:
$ git clone https://github.com/ahmedgulabkhan/Foodspace.git
  1. Open the project and install dependencies (using terminal):
$ cd Foodspace
$ flutter pub get

This installs all the required dependencies like cloud_firestore, firebase_auth, shared_preferences, flutter_map, etc...

  1. Foodspace/lib/shared/constants.dart

Sign up for the Zomato API key and set the value of the String 'YOUR_ZOMATO_API_KEY' to the key that you recieved.

const String YOUR_ZOMATO_API_KEY = '';

and save it.

  1. Make an android project on your firebase account, follow the mentioned steps and you're good to go.

  2. Now run the app on your connected device (using terminal):

$ flutter run

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].