Flutter Google Maps Demo
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- verify flutter installed and working properly in your laptop or pc
- clone this project
- create Goole Maps API Key
- setup api key
- android : AndroidManifest.xml
- ios : AppDelegate.swift
- install dependencies
flutter pub get
- run the app
flutter run