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
- You must create the Zoomato Key API on the Zoomato Developer site
- 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
Provides the list of the opensource Flutter apps collection with GitHub repository.