Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

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

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:

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
Exit mobile version
Skip to toolbar