File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ## main
1+ ## 0.4.5
22### Common
33
44* Update pigeon to v11 ([ #248 ] ( https://github.com/mapbox/mapbox-maps-flutter/pull/234 ) ).
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ To use the Maps Flutter Plugin add the git dependency to the pubspec.yaml:
112112
113113```
114114dependencies:
115- mapbox_maps_flutter: ^0.4.4
115+ mapbox_maps_flutter: ^0.4.5
116116```
117117
118118### Configure permissions
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'mapbox_maps_flutter'
7- s . version = '0.4.4 '
7+ s . version = '0.4.5 '
88
99 s . summary = 'Mapbox Maps SDK Flutter Plugin.'
1010 s . description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.'
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ class _MapWidgetState extends State<MapWidget> {
188188 'textureView' : widget.textureView,
189189 'styleUri' : widget.styleUri,
190190 'eventTypes' : widget._eventTypes,
191- 'mapboxPluginVersion' : '0.4.4 '
191+ 'mapboxPluginVersion' : '0.4.5 '
192192 };
193193
194194 return _mapboxMapsPlatform.buildView (
You can’t perform that action at this time.
0 commit comments