A list of restaurants closest to our location

Resto Finder

Restofinder adalah sebuah aplikasi sederhana yang menampilkan daftar restoran terdekat dari lokasi kita dengan beberapa spesifik jenis dan menu yang dihidangkan. Project ini menggunakan API Zoomato untuk mencari restoran, jadi kita harus membuat apikey Zoomato terlebih dahulu

Apps Feature:

  • Get Nearby Restaurant

  • Get Collections

  • Get Restaurant By Collection

  • Restaurant Details

  • Search Restaurant

  • Geocoding & GPS System

    Setup

    1. Anda harus membuat API Key Zoomato pada situs Zoomato Developer
    2. Masukkan Api Key yang sudah dibuat pada auth utils seperti berikut: 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 Details:

Author: yusriltakeuchi

GitHub: https://github.com/yusriltakeuchi/restofinder

#flutter #dart #mobile-apps

A list of restaurants closest to our location
6.55 GEEK