cirrus_map_view 1.0.0 copy "cirrus_map_view: ^1.0.0" to clipboard
cirrus_map_view: ^1.0.0 copied to clipboard

A fork of flutter plugin for displaying native Google Maps.

[1.0.0] - 15-07-2019 #

  • Migrating project to AndroidX

[0.0.19] - 11-07-2018 #

  • Updating map library to 'com.google.android.gms:play-services-maps:16.0.0'

[0.0.18] - 11-07-2018 #

  • Fixing support for !use_imports and Swift (improve interoperability with other plugins)

[0.0.15] - 11-07-2018 #

  • Fixing Android compile issue Only safe (?.) or non-null asserted (!!.)

[0.0.14] - 7-18-2018 #

  • Fixing Android compile issue

[0.0.13] - 7-18-2018 #

  • Added polyline support. Major thanks to @LJaraCastillo
  • Dart2 updates

[0.0.12] - 4-17-2018 #

  • Update gradle dependencies

[0.0.11] - 04-15-2018 #

  • Fixed iOS getting current location. Thanks to @nunorpg
  • Added MIT License
  • Added satellite support for static maps thanks to @grepLines

[0.0.10] - 12-30-2017 #

  • Fixed bug where adding annotations would fail after displaying map a second time.

[0.0.8] - 12-29-2017 #

  • Another attempt at fixing dependency problems

[0.0.7] - 12-29-2017 #

  • Fixed dependency problem with uri package.

[0.0.9] - 12-30-2017 #

  • Added isEqual check for Marker
  • Add removeMarker

[0.0.6] - 12-27-2017 #

  • Improved README for easier project integration
  • Added StaticMapProvider for generating static map images for inline display
    • Supports generating an image for center and zoom level
    • Supports generating an image given a list of markers
    • Supports generating an image given a current active MapView ( will copy visible annotations, center and zoom to generate static image)
  • MapView now exports all public classes so you only have to import package:map_view/map_view.dart
  • Added support for info window tap events thanks to HelenGuov
  • Added support for changing map type (normal, satellite, terrain) thanks to HelenGuov

[0.0.5] - 11-14-2017 #

  • Improved setup documentation

[0.0.4] - 11-08-2017 #

  • Updated Authors for pub.dartlang.com

[0.0.3] - 11-08-2017 #

[0.0.2] - 11-07-2017 #

  • Improved examples

[0.0.1] - 11-07-2017 #

  • Full Screen Map Support
  • iOS Support
  • Android Support
  • Support for adding map pins
  • Support for location change updates
  • Support for camera position updates
  • Support for marker touch callbacks
  • Support for map tap callbacks
  • Support for zooming to annotation(s)
  • Support for setting camera position
  • Support for querying current viewport information
  • Support for getting current visible pins
  • Support for toolbar items
3
likes
30
pub points
29%
popularity

Publisher

unverified uploader

A fork of flutter plugin for displaying native Google Maps.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, uri

More

Packages that depend on cirrus_map_view