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

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. You can get my code from here.

  3. You can see how to work this package [here] (https://drive.google.com/uc?export=download&id=1ftQxRzlONV9D7ZZhOqZITizP1utGRDWv).

  4. 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
  // ...
}



2
likes
110
points
0
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