A spicy hot place to find food that lets you book a table in nearby restaurants.
This application is developed on flutter v1.12.13+hotfix.5 for the android and ios platforms. You can get details about all the restaurants near your location. Moreover, this application is modeled for booking the tables in the restaurants.
Firebase cloud-storage is used as the database. and the data is originally from Zomato API.
- Clone the repository.
- Create a project on firebase and get "google-services.json" file from console.firebase.google.
- Paste the "google-services.json" file in "bhukkd\android\app".
- Get the Zomato API key from developers.zomato
- Get the Leaflet API key from mapbox.
- Create a "config.json" file in "bhukkd\assets\api" and paste
{ "api_key": "YOUR_ZOMATO_API_KEY", "map_api_key": "YOUR_LEAFLET_API_KEY", }
- Run the command using "flutter run" to install and run the application on your phone.
Appicon
https://flutter.dev/docs
https://firebase.google.com/support/
https://developers.zomato.com/contact
https://docs.mapbox.com/help/
Copyright 2020 Google, Inc. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.