All Projects → Sameerkash → FoodMagic

Sameerkash / FoodMagic

Licence: MIT license
An AR App for Restaurants and Food Delivery ✨✨

Programming Languages

dart
5743 projects
kotlin
9241 projects

Projects that are alternatives of or similar to FoodMagic

Chi Food
Food Delivery App made by Flutter and Bloc
Stars: ✭ 103 (+94.34%)
Mutual labels:  food, food-delivery
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (-47.17%)
Mutual labels:  food, augmented-reality
MixedRealityResources
Mixed Reality related resources
Stars: ✭ 190 (+258.49%)
Mutual labels:  augmented-reality, google-ar
online-menu-cloud-kitchen-and-food-delivery-system
Most Advance online restaurant menu, food delivery system, online restaurant menu, free online restaurant menu, free online restaurant menu app, online restaurant menu service provider
Stars: ✭ 16 (-69.81%)
Mutual labels:  food, food-delivery
sudokufx
AR Sudoku grabber and solver using JavaCV, JavaFX and Scala
Stars: ✭ 64 (+20.75%)
Mutual labels:  augmented-reality
obj2usdz
🦖 obj2usdz, convert .OBJ files to .USDZ on iOS
Stars: ✭ 56 (+5.66%)
Mutual labels:  augmented-reality
argon-aframe
glue to use aframe to author argon applications
Stars: ✭ 45 (-15.09%)
Mutual labels:  augmented-reality
recipes
Anthony's collection of cooking recipes
Stars: ✭ 22 (-58.49%)
Mutual labels:  food
quickstart-android
Quick start examples for Banuba Face AR SDK on Android
Stars: ✭ 17 (-67.92%)
Mutual labels:  augmented-reality
instacart-delivery-availability-check
Tiny python script that check's instacart's delivery availability and notifies you if a slot opens up.
Stars: ✭ 18 (-66.04%)
Mutual labels:  food-delivery
fluidAR
augmented reality boilerplate app for iOS (powered by OpenCV and DLIB)
Stars: ✭ 16 (-69.81%)
Mutual labels:  augmented-reality
bagels
open source bagel recipe; let's raise the quality of bagels worldwide 🥯 🚀
Stars: ✭ 21 (-60.38%)
Mutual labels:  food
qml-ar
Seamless Augmented Reality module for QML using UchiyaMarkers
Stars: ✭ 32 (-39.62%)
Mutual labels:  augmented-reality
Rabbit-Coder
Rabbit Coder is an augmented reality puzzle game based on coding, built with Spark AR Studio
Stars: ✭ 28 (-47.17%)
Mutual labels:  augmented-reality
AR-Sandbox-for-Construction-Planning
An interactive augmented reality sandbox designed to help illustrate civil engineering concepts
Stars: ✭ 14 (-73.58%)
Mutual labels:  augmented-reality
Bandit-Girl-AR
🎮 Augmented Reality mobile game with classic third person and AR gameplay modes. 🔫
Stars: ✭ 15 (-71.7%)
Mutual labels:  augmented-reality
AuGeo
AuGeo - Augmented Reality for ArcGIS
Stars: ✭ 36 (-32.08%)
Mutual labels:  augmented-reality
unity-arkit-charts-demo
iOS 11 ARKit Charts Demo
Stars: ✭ 13 (-75.47%)
Mutual labels:  augmented-reality
openfoodfacts-laravel
Open Food Facts API wrapper for Laravel
Stars: ✭ 117 (+120.75%)
Mutual labels:  food
php-clamav
ClamAV network and pipe client for PHP
Stars: ✭ 45 (-15.09%)
Mutual labels:  appwrite

FoodMagic

An Augmendted Reailty app Food app built with Flutter and AR

FoodMagic is a unique take on food delivery using augmented reality and stunning UI.

Features

  • Food Items Display
  • Cart service
  • Order Status with realtime updates
  • Recent Orders
  • Profile Service
  • AR View using Google AR core
  • Profile Service
  • Ingredients Screen
  • Review and Rating Service
  • Delivery tracking using Maps
      

Tech Stack

FlutterAppwrite

Flutter

  • Riverpod and Flutter Hooks to manage state of the app.
  • Auto Route for navigation.
  • Sembast as a local database.
  • arcore_flutter_plugin for displaying 3D models in AR.
  • Running on UnSound Null-Safety as arcore_flutter_plugin is not nullsafe.

Appwrite

  • Appwrite accounts for authentication and session managament.
  • Appwrite database for storing all the data.
  • Appwrite Storage for storing images.
  • Appwrite functions for simulating order status change.
  • Appwrite SMTP and email verification to verify user account.

Setup and Development

If you wish to contribute to this repository, please fork the repository, make your chnages on a new branch and make a pull request.

To View AR scenes, please ensure you have Google AR core services enabled on your phone.

The initial build and install will take a few minutes as all of the AR model are assets in the app. There's currently an issue #17 trying to improve it to be remote, which wasn't possible due to Scenform's deprecation. If in the future there is a flutter AR core plugin using the latest AR core package, the app's AR performace can be improved.

Setup AppWrite (version 0.8.0 required)

Initial Steps

AppWrite is required to run this project succesfully.

FoodMagic uses AppWrite as a backend as a service for storing data, authentication and file storage.

Once you have appwrite successfully running as a docker container,

  • Create a new Project, name it foodmagic
  • Click on add app and select Flutter
  • Enter the app details, be sure enter com.example.foodmagic as the domain
  • Go to Project settings and copy your projectId
  • Navigate to the flutter project, which is at FoodMagic/foodmagic
  • Copy project_id, colletion ids and other variabales into env.dart
  • If you're running on an emulator, insert localhost as the value for IP else use the IP adress of you PC if you're using a physical device.
  • make sure to set Appwrite env variable _APP_OPTIONS_FORCE_HTTPS=disabled to load images succesfully.

Run Scripts

  • from the root of the project directory, cd scripts/
  • replace the environment variables with your project values
  • run dart bin/scripts.dart
  • once the script finished succesfully, visit the console and click on orders collection
  • click on settings and for the field orderItems, edit and select type as document, and choose the orderItems sub collection as the option.
  • you're ready to start querying your database.

Setup Functions

  • install the appwrite cli
  • appwrite init in the scripts folder and paste project id and api key
  • execute export PUB_CACHE=.appwrite and dart pub get
  • The cache will now be stored within scripts.
  • head over to functions in the console and create a new function with Dart 2.12 as the runtime.
  • if you don't see it, open the .env file from your home directory where appwrite install was run
  • add dart-2.12 as a variable next to other languge runtimes.
  • restart the containers with docker compose up -d.
  • copy the function id and run from scripts/ folder
 appwrite functions createTag \
    --functionId= <your function id> \
    --command='dart main.dart' \
    --code='./'
  • once the tag is created, activate the function and execute to test it.
  • Make an order from the app to test the orderStatus function.
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].