flutter_mapbox 0.7.8 flutter_mapbox: ^0.7.8 copied to clipboard
Add Turn By Turn Navigation to Your Flutter Application Using MapBox. Never leave your app when you need to navigate your users to a location.
import 'package:flutter/material.dart';
import 'map.dart';
void main() => runApp(SampleNavigationApp());