interactive_map 1.0.0+5 copy "interactive_map: ^1.0.0+5" to clipboard
interactive_map: ^1.0.0+5 copied to clipboard

outdated

A Flutter package for displaying interactive maps.

my_package #

Welcome to your Flutter package! This package provides INSPECTOR CAN INSPECT THE LOCATION FROM THE MAP

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:

To use this package in your Flutter app, you need to provide your own Google Maps API key. Follow these steps to set the API key:

  1. Obtain a Google Maps API key by following Google's instructions here.

  2. In your Flutter app, import the package and set the Google Maps API key using the GoogleMapConfig class provided by this package:

import '../google_map_config.dart';

void main() {
  // Set the Google Maps API key provided by you or from a secure location
  GoogleMapConfig.setApiKey('YOUR_GOOGLE_MAPS_API_KEY');

  // Now, you can use the Google Maps features provided by this package
  // ...
}

[![Video Demo](https://img.youtube.com/vi/VIDEO_ID_HERE/0.jpg)](https://drive.google.com/uc?export=download&id=1ftQxRzlONV9D7ZZhOqZITizP1utGRDWv)


[![GitHub](https://img.shields.io/badge/GitHub-Repository-blue?style=flat&logo=github)](https://github.com/ShalikaNawarathna/Inspect-Location.git)

2
likes
110
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for displaying interactive maps.

Homepage
Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

bloc, cupertino_icons, dio, equatable, flutter, flutter_bloc, geolocator, google_maps_flutter, shared_preferences

More

Packages that depend on interactive_map