File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 1.0.0-beta.1
2+
3+ Bump platform Maps SDK dependencies to 11.0.0.
4+
15### 0.5.1
26### Android
37
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.5 .1'
7+ s . version = '1.0.0-beta .1'
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 @@ -183,7 +183,7 @@ class _MapWidgetState extends State<MapWidget> {
183183 'textureView' : widget.textureView,
184184 'styleUri' : widget.styleUri,
185185 'eventTypes' : widget._eventTypes.map ((e) => e.index).toList (),
186- 'mapboxPluginVersion' : '0.5 .1'
186+ 'mapboxPluginVersion' : '1.0.0-beta .1'
187187 };
188188
189189 return _mapboxMapsPlatform.buildView (
Original file line number Diff line number Diff line change 11name : mapbox_maps_flutter
22description : A Flutter plugin for integrating Mapbox Maps SDK v10 in Android/iOS application.
3- version : 0.5 .1
3+ version : 1.0.0-beta .1
44homepage : https://github.com/mapbox/mapbox-maps-flutter
55
66environment :
You can’t perform that action at this time.
0 commit comments