Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

A Flutter app that shows nearby toilets

NearBy-Public-Toilet

An Flutter app that shows nearby toilets (under 500 meters) using your current geolocation. You can browser through the details of these toilets ratings , opening and closing and etc. It’s also gives you the direction on google map.

Note

This Project is under Development.

Getting Started

For more details, see Getting started with Google Maps Platform.

Android

  1. Set the minSdkVersion in android/app/build.gradle:
android {
    defaultConfig {
        minSdkVersion 21
    }
}

This means that app will only be available for users that run Android SDK 20 or higher.

  1. Specify your API key in the application manifest android/app/src/main/AndroidManifest.xml:
<manifest ...
  <application ...
    <meta-data android:name="com.google.android.geo.API_KEY"
               android:value="YOUR KEY HERE"/>

Download source code on GitHub

Exit mobile version