mapbox_maps_flutter_web 3.0.0-alpha.1 copy "mapbox_maps_flutter_web: ^3.0.0-alpha.1" to clipboard
mapbox_maps_flutter_web: ^3.0.0-alpha.1 copied to clipboard

Platformweb

Web implementation of the Mapbox Maps Flutter plugin.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MaterialApp(
    home: Scaffold(body: Center(child: Text('See integration_test/'))),
  ));
}