flutter-googlemaps-nearbyplaces
Building an app that shows interesting places within the vicinity of a tapped location.
File Explorer
Download Latest Version (.zip)- settings.json
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- mapanimation.json
- WorkSans-Black.ttf
- WorkSans-BlackItalic.ttf
- WorkSans-Bold.ttf
- WorkSans-BoldItalic.ttf
- WorkSans-ExtraBold.ttf
- WorkSans-ExtraBoldItalic.ttf
- WorkSans-ExtraLight.ttf
- WorkSans-ExtraLightItalic.ttf
- WorkSans-Italic.ttf
- WorkSans-Light.ttf
- WorkSans-LightItalic.ttf
- WorkSans-Medium.ttf
- WorkSans-MediumItalic.ttf
- WorkSans-Regular.ttf
- WorkSans-SemiBold.ttf
- WorkSans-SemiBoldItalic.ttf
- WorkSans-Thin.ttf
- WorkSans-ThinItalic.ttf
- accountancy.png
- arts-crafts.png
- astrology.png
- automotive.png
- bars.png
- birds.png
- books-media.png
- breakfast-n-brunch.png
- business.png
- cake-shop.png
- clothings.png
- clubs.png
- coffee-n-tea.png
- commercial-places.png
- community.png
- computers.png
- concerts.png
- cookbooks.png
- dance-clubs.png
- default.png
- dental.png
- doctors.png
- education.png
- electronics.png
- employment.png
- engineering.png
- entertainment.png
- event.png
- exhibitions.png
- fashion.png
- festivals.png
- financial-services.png
- food.png
- furniture-stores.png
- games.png
- gifts-flowers.png
- government.png
- halloween.png
- health-medical.png
- home-services.png
- hotels.png
- industries.png
- internet.png
- jewelry.png
- jobs.png
- karaoke.png
- law.png
- lawn-garden.png
- libraries.png
- local-services.png
- lounges.png
- magazines.png
- manufacturing.png
- marker-new1_12.png
- mass-media.png
- massage-therapy.png
- matrimonial.png
- medical.png
- meetups.png
- miscellaneous-for-sale.png
- mobile-phones.png
- movies.png
- museums.png
- musical-instruments.png
- musical.png
- nightlife.png
- parks.png
- parties.png
- pets.png
- photography.png
- pizza.png
- places.png
- play-schools.png
- playgrounds.png
- pool-halls.png
- printing-graphic-arts.png
- professional.png
- real-estate.png
- religious-organizations.png
- residential-places.png
- restaurants.png
- retail-stores.png
- saloon.png
- schools.png
- science.png
- shopping.png
- sporting-goods.png
- sports.png
- swimming-pools.png
- telemarketing.png
- tickets.png
- tiffin-services.png
- tires-accessories.png
- tools-hardware.png
- tours.png
- toys-store.png
- transport.png
- travel.png
- tutors.png
- vacant-land.png
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- .gitignore
- Podfile
- auto_complete_result.dart
- search_places.dart
- home_page.dart
- map_services.dart
- main.dart
- widget_test.dart
- Icon-192.png
- Icon-512.png
- Icon-maskable-192.png
- Icon-maskable-512.png
- favicon.png
- index.html
- manifest.json
- .gitignore
- .metadata
- analysis_options.yaml
- pubspec.lock
- pubspec.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/rajayogan/flutter-googlemaps-nearbyplaces
Downloads the entire project code from GitHub to your computer.
cd flutter-googlemaps-nearbyplaces
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
