mapbox_gl 0.0.1
mapbox_gl: ^0.0.1 copied to clipboard
A Flutter plugin for integrating Mapbox Maps SDK inside a Flutter widget in iOS and Android applications.
Flutter Mapbox GL Native #
Please note that this project is experimental and is not officially supported. We welcome feedback and contributions.
This Flutter plugin for mapbox-gl-native enables embedded interactive and customizable vector maps inside of a Flutter widget. This project plugin is in early development stage. Only Android is supported for now.
[screenshot.png]
Getting Started #
Android #
This demo app uses Mapbox vector tiles, which require a Mapbox account and a Mapbox access token. Obtain a free access token on your Mapbox account page.
- Install Flutter and validate its installation with
flutter doctor
- Clone this repository with
git clone git@github.com:mapbox/flutter-mapbox-gl.git
- Create a
local.properties
file with the following path:flutter_mapbox/example/android/local.properties
- Add
mapbox.accessToken="YOUR MAPBOX ACCESS TOKEN"
token to the local.properties file. - Run the app with
cd flutter_mapbox/example && flutter run
Documentation #
This README file currently houses all of the documentation for this Flutter project. Please visit mapbox.com/android-docs if you'd like more information about the Mapbox Maps SDK for Android and mapbox.com/ios-sdk for more information about the Mapbox Maps SDK for iOS.
Getting Help #
- Need help with your code?: Look for previous questions on the #mapbox tag — or ask a new question.
- Have a bug to report? Open an issue. If possible, include a full log and information which shows the issue.
- Have a feature request? Open an issue. Tell us what the feature should do and why you want the feature.
Sample code #
This repository's example library is currently the best place for you to find reference code for this project.
Contributing #
We welcome contributions to this repository!
If you're interested in helping build this Mapbox/Flutter integration, please read the contribution guide to learn how to get started.