An eco friendly app, keeping your friendly neighbourhood clean.
Made with ❤️ from London. Available on iOS and Android.
Created as part of Google Flutter hackathon #Hack20.
Report bug
·
Request feature
Please note that you will need to generate your own Google Maps API key for iOS and/or Android and embed it in this project before using any map functionality. I've disabled my API key after the hackathon ended as it would otherwise incur costs.
For iOS: Open AppDelegate.swift
and edit the line
GMSServices.provideAPIKey("<YOUR-API-KEY-HERE>")
For Android: Open AndroidManifest.xml
and edit the line
<meta-data android:name="com.google.android.geo.API_KEY" android:value="<YOUR-API-KEY-HERE>"/>
replacing the prompt <YOUR-API-KEY-HERE>
with your actual API key string.
This is a normal flutter app. You should follow the instructions in the official documentation.
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Sameen Islam
Tien Vu
Aaron Burpitt
Osman Moomin
Fully open source :)