mapbox_widget_layer 0.1.0+2 mapbox_widget_layer: ^0.1.0+2 copied to clipboard
Custom Flutter Widgets on top of a Mapbox Map (package mapbox_gl). Exposes builders to reactively build widgets based on screen position, zoom, bearing, and tilt.
0.1.0+2 #
- Updated documentation
0.1.0 #
- Includes new API with
MapboxItemBuilder
,MapboxItem
, andMapboxAutoTransformItem
MapboxItemBuilder
exposes thescreenPosition
zoom
,bearing
, andtilt
in abuilder
-closure to reactively build widgets according to the exposed attributes.
0.0.1 #
- Initial version.