ptwcode_map 1.0.3
ptwcode_map: ^1.0.3 copied to clipboard
A flutter map that is configurable to use the tile provider you want. It support cluster as well. It can be customize with custom markers and custom clusters.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ptwcode_mapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ptwcode_map: ^1.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ptwcode_map/ptwcode_map.dart';