google_maps_widget 0.0.8 copy "google_maps_widget: ^0.0.8" to clipboard
google_maps_widget: ^0.0.8 copied to clipboard

outdated

A Flutter package which can be used to make polylines(route) from a source to a destination, and also handle a driver's realtime location (if any) on the map.

[0.0.8] - 12/05/2021 #

  • Fixed key parameter

[0.0.7] - 18/04/2021 #

  • Set of markers can be passed to show on the map (apart from the source/destination/driver markers).
  • Set of polylines can be passed to show on the map apart from the one created between source and destination.
  • Added the option to not render the created markers and polylines.

[0.0.6] - 14/04/2021 #

  • Updated README.md

[0.0.5] - 13/04/2021 #

  • Added web support

[0.0.4] - 12/04/2021 #

  • Added dartdoc comments
  • Updated package description.
  • Updated README.
  • Updated example app

[0.0.3] - 12/04/2021 #

  • Updated package description.

[0.0.2] - 12/04/2021 #

  • Minor readme fixes.
  • Added package description.

[0.0.1] - 12/04/2021 #

  • A Google Maps helper widget which can be used to draw route from a given source latitude and longitude. The route is customizable in terms of color and width.
  • The plugin also offers realtime location tracking for a driver(if any) and shows a marker on the map which updates everytimes the driver's location changes.
  • The markers are customizable and on tap callbacks are implemented that give the current location and a lot of parameters which can be explored.
95
likes
0
pub points
91%
popularity

Publisher

verified publisherrithik-dev.me

A Flutter package which can be used to make polylines(route) from a source to a destination, and also handle a driver's realtime location (if any) on the map.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter, google_maps_flutter, google_maps_flutter_web

More

Packages that depend on google_maps_widget