mapbox_maps_flutter_web 3.0.0-alpha.31
mapbox_maps_flutter_web: ^3.0.0-alpha.31 copied to clipboard
Web implementation of the Mapbox Maps Flutter plugin.
example/lib/main.dart
import 'package:flutter/widgets.dart';
void main() {
runApp(
WidgetsApp(
color: Color(0xFFFFFFFF),
home: Center(
child: Text(
'See patrol_test/ for web-specific integration tests and mapbox_maps_flutter package for full example suite.',
),
),
),
);
}