clustering_google_maps 0.1.2 copy "clustering_google_maps: ^0.1.2" to clipboard
clustering_google_maps: ^0.1.2 copied to clipboard

A Flutter package that recreate clustering technique in a Google Maps widget.

example/lib/main.dart

import 'package:example/splash.dart';
import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: Splash(),
    );
  }
}
6
likes
40
pub points
73%
popularity

Publisher

verified publishergdifrancesco.dev

A Flutter package that recreate clustering technique in a Google Maps widget.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, geohash, google_maps_flutter, meta, path_provider, sqflite

More

Packages that depend on clustering_google_maps