https://github.com/andhikayuana/flutter_google_maps_demo
Flutter Google Maps Demo
https://github.com/andhikayuana/flutter_google_maps_demo
flutter flutter-apps flutter-demo flutter-examples flutter-google-map google-maps-api
Last synced: 7 months ago
JSON representation
Flutter Google Maps Demo
- Host: GitHub
- URL: https://github.com/andhikayuana/flutter_google_maps_demo
- Owner: andhikayuana
- Created: 2021-01-10T03:34:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T03:39:23.000Z (over 4 years ago)
- Last Synced: 2025-01-18T03:45:53.668Z (9 months ago)
- Topics: flutter, flutter-apps, flutter-demo, flutter-examples, flutter-google-map, google-maps-api
- Language: Dart
- Homepage:
- Size: 620 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_google_maps
Flutter Google Maps Demo
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## Sample

## How to run this project- verify flutter installed and working properly in your laptop or pc
- clone this project
- create Goole Maps API Key
- android : [https://developers.google.com/maps/documentation/android-sdk/get-api-key](https://developers.google.com/maps/documentation/android-sdk/get-api-key)
- ios : [https://developers.google.com/maps/documentation/ios-sdk/get-api-key](https://developers.google.com/maps/documentation/ios-sdk/get-api-key)
- setup api key
- android : [AndroidManifest.xml](./android/app/src/main/AndroidManifest.xml)
- ios : [AppDelegate.swift](./ios/Runner/AppDelegate.swift)
- install dependencies `flutter pub get`
- run the app `flutter run`