google_maps_embed_flutter 1.0.0 copy "google_maps_embed_flutter: ^1.0.0" to clipboard
google_maps_embed_flutter: ^1.0.0 copied to clipboard

Google Maps using Embed API for Flutter

google_maps_embed_flutter #

This is a Flutter plugin for embedding Google Maps in Flutter applications.

Getting Started #

To use this plugin, add google_maps_embed_flutter as a dependency in your pubspec.yaml file.

Features #

  • Support map modes: place, view, directions, streetview, search.

Usage #

Here's a basic example of how to use the google_maps_embed_flutter plugin.

import 'package:google_maps_embed_flutter/google_maps_embed_flutter.dart';

EmbedGoogleMap(
    parameters: PlaceParameters(key: apiKey)
        ..q = "1600 Amphitheatre Parkway, Mountain View, CA 94043, United States",
    );
1
likes
0
points
56
downloads

Publisher

verified publisherliemvouy.com

Weekly Downloads

Google Maps using Embed API for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, url_launcher, webview_flutter

More

Packages that depend on google_maps_embed_flutter