gm_google_maps_flutter_web 0.7.0 copy "gm_google_maps_flutter_web: ^0.7.0" to clipboard
gm_google_maps_flutter_web: ^0.7.0 copied to clipboard

Platformweb

Web platform implementation of gm_google_maps_flutter. Fork of google_maps_flutter_web with editable polyline/polygon support.

example/lib/main.dart

// Copyright 2013 The Flutter Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

/// App for testing
class MyApp extends StatefulWidget {
  /// Constructor with key
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return const Directionality(
      textDirection: TextDirection.ltr,
      child: Text('Testing... Look at the console output for results!'),
    );
  }
}
0
likes
140
points
78
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Web platform implementation of gm_google_maps_flutter. Fork of google_maps_flutter_web with editable polyline/polygon support.

Topics

#google-maps #google-maps-flutter #map

License

BSD-3-Clause, MIT (license)

Dependencies

collection, flutter, flutter_web_plugins, gm_google_maps_flutter_platform_interface, google_maps, sanitize_html, stream_transform, web

More

Packages that depend on gm_google_maps_flutter_web

Packages that implement gm_google_maps_flutter_web