mapbox_maps_flutter_mobile 3.0.0-rc.1
mapbox_maps_flutter_mobile: ^3.0.0-rc.1 copied to clipboard
Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.
import 'package:flutter/widgets.dart';
void main() {
runApp(
WidgetsApp(
color: Color(0xFFFFFFFF),
home: Center(
child: Text('See mapbox_maps_flutter package for full example suite.'),
),
),
);
}