Skip to content

Commit

Permalink
[flutter] release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed May 31, 2020
1 parent a4cadb1 commit 03fae55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.0.6, May 31, 2019
* Update mapbox depdendency to 9.2.0 (android) and 5.6.0 (iOS)
* Long press handlers for both iOS as Android
* Change default location tracking to none
* OnCameraIdle listener support
* Add image to style
* Add animation duration to animateCamera
* Content insets
* Visible region support on iOS
* Numerous bug fixes

## 0.0.5, December 21, 2019
* iOS support for annotation extensions (circle, symbol, line)
* Update SDK to 8.5.0 (Android) and 5.5.0 (iOS)
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: mapbox_gl
description: A Flutter plugin for integrating Mapbox Maps SDK inside a Flutter widget in iOS and Android applications.
version: 0.0.5
author: Mapbox <[email protected]>
version: 0.0.6
homepage: https://github.com/tobrun/flutter-mapbox-gl


dependencies:
flutter:
sdk: flutter
Expand Down

0 comments on commit 03fae55

Please sign in to comment.