Skip to content

Commit 03fae55

Browse files
committed
[flutter] release v0.6.0
1 parent a4cadb1 commit 03fae55

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.0.6, May 31, 2019
2+
* Update mapbox depdendency to 9.2.0 (android) and 5.6.0 (iOS)
3+
* Long press handlers for both iOS as Android
4+
* Change default location tracking to none
5+
* OnCameraIdle listener support
6+
* Add image to style
7+
* Add animation duration to animateCamera
8+
* Content insets
9+
* Visible region support on iOS
10+
* Numerous bug fixes
11+
112
## 0.0.5, December 21, 2019
213
* iOS support for annotation extensions (circle, symbol, line)
314
* Update SDK to 8.5.0 (Android) and 5.5.0 (iOS)

pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: mapbox_gl
22
description: A Flutter plugin for integrating Mapbox Maps SDK inside a Flutter widget in iOS and Android applications.
3-
version: 0.0.5
4-
author: Mapbox <tobrun@mapbox.com>
3+
version: 0.0.6
54
homepage: https://github.com/tobrun/flutter-mapbox-gl
65

7-
86
dependencies:
97
flutter:
108
sdk: flutter

0 commit comments

Comments
 (0)