buffetlocator

An app to find & place food around your city.

To run the app on android:

  1. Add api_keys.xml file in main/res/values directory in android project and add the API key value

     <?xml version="1.0" encoding="utf-8"?>
     <resources>
         <string name="geoApiKey">YOUR GOOGLE MAPS API GOES HERE</string>
     </resources>
    
  2. Add the API key value in lib/api_key.dart file