mapbox_maps_flutter_web 3.0.0-rc.1
mapbox_maps_flutter_web: ^3.0.0-rc.1 copied to clipboard
Web implementation of the Mapbox Maps Flutter plugin.
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.',
),
),
),
);
}