Flutter Map Floating Map Marker Titles

Floating Map Marker Titles for google_maps_flutter, using the core library of the Flutter Floating Map Marker Titles project.

Code example

GoogleMapWithFMTO(
  floatingTitles,
  fmtoOptions: fmtoOptions,
  // ... other than the 2 above option, this widget takes
  // exactly the same props as the GoogleMap widget.
  initialCameraPosition: CameraPosition(
    target: LatLng(0, 0),
    zoom: 13,
  ),
),

See the how-to section of the main project for more details.