Restofinder: Application that displays a list of restaurants closest to location

  Food Ordering

Restofinder Details

Restofinder is a simple application that displays a list of restaurants closest to our location with several specific types and menus that are served. This project uses the Zoomato API to search for restaurants, so we have to make Zoomato apikey first.

Featured Apps:

  • Get Nearby Restaurant
  • Get Collections
  • Get Restaurant By Collection
  • Restaurant Details
  • Search Restaurant
  • Geocoding & GPS SystemSetup
    1. You must create the Zoomato Key API on the Zoomato Developer site
    2. Enter the Api Key that was created in the auth utils as follows: lib / core / utils / auth_utils.dart
class  AuthUtils {
   static  AuthUtils instance =  AuthUtils ();

  // * Insert with your Zoomato API KEY 
  Future  getToken () async {
     return  "<YOUR ZOOMATO API KEY>" ;
  }
}

Download Restofinder source code on GitHub

https://github.com/yusriltakeuchi/restofinder