Skip to content

Repository files navigation

Google Map Flutter App

A Flutter application that integrates Google Maps and demonstrates core map features such as markers, zoom controls, and map initialization.

📱 Preview

Run

🚀 Features

  • Display Google Map inside Flutter app
  • Set initial camera position
  • Add static map markers
  • Zoom and pan gestures
  • Lightweight and easy-to-understand structure

📂 Project Structure

lib/
├── home.dart           # Main screen with Google Map widget
└── main.dart           # Entry point of the app

🧰 Dependencies

Make sure to add your own Google Maps API key in the Android and iOS configuration files.

🛠️ Getting Started

1. Clone the repository

git clone https://github.com/RokiyaAbdElsatar/google-map-flutter.git
cd google-map-flutter

2. Install dependencies

flutter pub get

3. Configure Google Maps API key

  • Android: Open android/app/src/main/AndroidManifest.xml and insert your API key:
<meta-data android:name="com.google.android.geo.API_KEY"
           android:value="YOUR_API_KEY"/>
  • iOS: Add the key to ios/Runner/AppDelegate.swift or AppDelegate.m.

4. Run the app

flutter run

📌 Notes

  • This is a simple demo project meant to show integration of Google Maps in Flutter.
  • Ensure that billing is enabled on your Google Cloud project to use Maps SDK.

🤝 Contributing

Pull requests and stars are welcome!
For major changes, please open an issue first to discuss what you would like to change.

📄 License

MIT

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages