Skip to content

Commit

Permalink
Merge pull request #6 from BorisGautier/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
BorisGautier committed Sep 28, 2021
2 parents d9dfccb + 97ee343 commit 63535df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [1.0.0-dev.1.1] - September 28, 2021

* Fix bug

## [1.0.0-dev.1.0] - September 28, 2021

* Update mapbox_gl plugin to mapbox_flutter plugin
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Flutter Mapbox Flutter
# Mapbox Flutter

This project is inspired by [Mapbox_gl](https://github.com/tobrun/flutter-mapbox-gl)

Expand All @@ -16,7 +16,7 @@ We welcome [feedback](https://github.com/BorisGautier/mapbox_flutter/issues) and
- Add a secret Mapbox access token for downloading the SDK
- Connect a mobile device or start an emulator, simulator or chrome
- Locate the id of a the device with `flutter devices`
- Run the app with `cd flutter_mapbox/example && flutter packages get && flutter run -d {device_id}`
- Run the app with `cd mapbox_flutter/example && flutter packages get && flutter run -d {device_id}`

## Adding a Mapbox Access Token

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: mapbox_flutter
description: A new flutter plugin for mapbox. You can use it for your map backgrounds inside flutter applications
version: 1.0.0-dev.1.0
version: 1.0.0-dev.1.1
homepage: https://github.com/BorisGautier/mapbox_flutter

environment:
Expand Down

0 comments on commit 63535df

Please sign in to comment.