Skip to content

Commit 1ce5151

Browse files
authored
Bump SDK version to 2.3.0-rc.1 (#696)
1 parent b6ada5e commit 1ce5151

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### main
1+
### 2.3.0-rc.1
22

33
* Expose API to clear map data, and to set options to `TileStore`.
44

@@ -51,6 +51,7 @@ circleAnnotationManager.setCircleColor(Colors.blue.value);
5151
* Expose experimental `lineTrimColor` and `lineTrimFadeRange` on `LineLayer` which allow to set custom color for trimmed line and fade effect for trim.
5252
* Add experimental `FillExtrusionLayer.fillExtrusionLineWidth` that can switch fill extrusion rendering into wall rendering mode. Use this property to render the feature with the given width over the outlines of the geometry.
5353
* Add experimental `MapboxMap.setSnapshotLegacyMode()` to help avoiding `MapboxMap.snapshot()` native crash on some Samsung devices running Android 14. `MapboxMap.setSnapshotLegacyMode()` has no effect on iOS.
54+
* Bump Maps SDK to 11.7.0-rc.1
5455

5556
### 2.3.0-beta.1
5657

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapbox Maps SDK Flutter SDK
22

3-
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.7.0-beta.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
3+
The Mapbox Maps SDK Flutter SDK is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.7.0-rc.1). The SDK allows developers to embed highly-customized maps using a Flutter widget on Android and iOS.
44

55
Web and desktop are not supported.
66

@@ -113,7 +113,7 @@ To use the Maps Flutter SDK add the git dependency to the pubspec.yaml:
113113

114114
```
115115
dependencies:
116-
mapbox_maps_flutter: ^2.3.0-beta.1
116+
mapbox_maps_flutter: ^2.3.0-rc.1
117117
```
118118

119119
### Configure permissions

ios/mapbox_maps_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mapbox_maps_flutter'
7-
s.version = '2.3.0-beta.1'
7+
s.version = '2.3.0-rc.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.'

lib/src/map_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class _MapWidgetState extends State<MapWidget> {
185185
'textureView': widget.textureView,
186186
'styleUri': widget.styleUri,
187187
'channelSuffix': _suffix,
188-
'mapboxPluginVersion': '2.3.0-beta.1',
188+
'mapboxPluginVersion': '2.3.0-rc.1',
189189
'eventTypes': _events.eventTypes.map((e) => e.index).toList(),
190190
};
191191

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_maps_flutter
22
description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.
3-
version: 2.3.0-beta.1
3+
version: 2.3.0-rc.1
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)