Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit bfa4fc2

Browse files
committed
Prepare 0.5.1 release
1 parent 30a672f commit bfa4fc2

7 files changed

+30
-25
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.5.1
2+
### Android
3+
4+
* Fix registry token lookup failing with an unrelated error in certain circumstances.
5+
16
## 0.5.0
27
### Common
38

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To use the Maps Flutter Plugin add the git dependency to the pubspec.yaml:
112112

113113
```
114114
dependencies:
115-
mapbox_maps_flutter: ^0.5.0
115+
mapbox_maps_flutter: ^0.5.1
116116
```
117117

118118
### Configure permissions

example/ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Flutter (1.0.0)
33
- integration_test (0.0.1):
44
- Flutter
5-
- mapbox_maps_flutter (0.4.5):
5+
- mapbox_maps_flutter (0.5.0):
66
- Flutter
77
- MapboxMaps (~> 10.13.1)
88
- MapboxCommon (23.5.0)
@@ -45,7 +45,7 @@ EXTERNAL SOURCES:
4545
SPEC CHECKSUMS:
4646
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
4747
integration_test: 13825b8a9334a850581300559b8839134b124670
48-
mapbox_maps_flutter: d86eb8d532ae2f7e5d389fff3aa197b743d3c747
48+
mapbox_maps_flutter: bad1576756da36dce455f94bd8a9a3e2afd0ff76
4949
MapboxCommon: fdf7fd31c90b7b607cd9c63e37797f023c01d860
5050
MapboxCoreMaps: 24270c7c6b8cb71819fc2f3c549db9620ee4d019
5151
MapboxMaps: cb76511b98d3b95c74b0771ed105bc69f30ace6b
@@ -55,4 +55,4 @@ SPEC CHECKSUMS:
5555

5656
PODFILE CHECKSUM: 04c8a50f0eb98e8e64bc4237a0712e89ba6c14b8
5757

58-
COCOAPODS: 1.13.0
58+
COCOAPODS: 1.14.2

example/pubspec.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
40+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.17.2"
43+
version: "1.18.0"
4444
cupertino_icons:
4545
dependency: "direct main"
4646
description:
@@ -144,7 +144,7 @@ packages:
144144
path: ".."
145145
relative: true
146146
source: path
147-
version: "0.4.5"
147+
version: "0.5.0"
148148
matcher:
149149
dependency: transitive
150150
description:
@@ -165,10 +165,10 @@ packages:
165165
dependency: transitive
166166
description:
167167
name: meta
168-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
168+
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "1.9.1"
171+
version: "1.10.0"
172172
path:
173173
dependency: transitive
174174
description:
@@ -221,10 +221,10 @@ packages:
221221
dependency: transitive
222222
description:
223223
name: platform
224-
sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
224+
sha256: ae68c7bfcd7383af3629daafb32fb4e8681c7154428da4febcff06200585f102
225225
url: "https://pub.dev"
226226
source: hosted
227-
version: "3.1.0"
227+
version: "3.1.2"
228228
plugin_platform_interface:
229229
dependency: transitive
230230
description:
@@ -258,18 +258,18 @@ packages:
258258
dependency: transitive
259259
description:
260260
name: stack_trace
261-
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
261+
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
262262
url: "https://pub.dev"
263263
source: hosted
264-
version: "1.11.0"
264+
version: "1.11.1"
265265
stream_channel:
266266
dependency: transitive
267267
description:
268268
name: stream_channel
269-
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
269+
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
270270
url: "https://pub.dev"
271271
source: hosted
272-
version: "2.1.1"
272+
version: "2.1.2"
273273
string_scanner:
274274
dependency: transitive
275275
description:
@@ -298,10 +298,10 @@ packages:
298298
dependency: transitive
299299
description:
300300
name: test_api
301-
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
301+
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
302302
url: "https://pub.dev"
303303
source: hosted
304-
version: "0.6.0"
304+
version: "0.6.1"
305305
turf:
306306
dependency: "direct dev"
307307
description:
@@ -338,18 +338,18 @@ packages:
338338
dependency: transitive
339339
description:
340340
name: vm_service
341-
sha256: c620a6f783fa22436da68e42db7ebbf18b8c44b9a46ab911f666ff09ffd9153f
341+
sha256: c538be99af830f478718b51630ec1b6bee5e74e52c8a802d328d9e71d35d2583
342342
url: "https://pub.dev"
343343
source: hosted
344-
version: "11.7.1"
344+
version: "11.10.0"
345345
web:
346346
dependency: transitive
347347
description:
348348
name: web
349-
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
349+
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
350350
url: "https://pub.dev"
351351
source: hosted
352-
version: "0.1.4-beta"
352+
version: "0.3.0"
353353
webdriver:
354354
dependency: transitive
355355
description:
@@ -359,5 +359,5 @@ packages:
359359
source: hosted
360360
version: "3.0.2"
361361
sdks:
362-
dart: ">=3.1.0-185.0.dev <4.0.0"
362+
dart: ">=3.2.0-194.0.dev <4.0.0"
363363
flutter: ">=2.8.0"

ios/mapbox_maps_flutter.podspec

+1-1
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 = '0.5.0'
7+
s.version = '0.5.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

+1-1
Original file line numberDiff line numberDiff 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.5.0'
191+
'mapboxPluginVersion': '0.5.1'
192192
};
193193

194194
return _mapboxMapsPlatform.buildView(

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_maps_flutter
22
description: A Flutter plugin for integrating Mapbox Maps SDK v10 in Android/iOS application.
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)