mapbox_maps_flutter_mobile 3.0.0-rc.1 copy "mapbox_maps_flutter_mobile: ^3.0.0-rc.1" to clipboard
mapbox_maps_flutter_mobile: ^3.0.0-rc.1 copied to clipboard

PlatformAndroidiOS
unlisted

Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs.

example/lib/main.dart

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.'),
      ),
    ),
  );
}