Skip to content

RogerShenAU/Decide-For-Me

Repository files navigation

Flutter Decide For Me license size

Description

Headache about what to eat, where to go and more? Get the app and check nearby places or get some random suggestions.

This is a flutter app integrated with Google Place API to retreive nearby places.

How to use

  1. Setup flutter project. For help getting started with Flutter, view Read the Docs

  2. Download the code and replace the files in your flutter project. The app uses location plugin, make sure to:

    • add

      NSLocationWhenInUseUsageDescription
      NSLocationAlwaysUsageDescription
      

      in Info.plist

    • and add

      <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
      

      in AndroidManifest.xml

  3. Change YOUR_API_KEY in services.dart to your google API key. Then you are good to go.

  4. For more Google Place API documentation, view Read the Docs

Screenshot

App screenshot for iPhone X

screeenshot

About

Flutter app integrated with Google Place API to retrieve nearby places.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors