Skip to content

m0nac0/maplibre-gl-dart

 
 

Repository files navigation

Mapbox-gl wrapper for Dart

Library to use Maplibre GL JS from Dart.

Forked from https://github.com/andrea689/mapbox-gl-dart and slightly adapted for the use with Maplibre.

Thank you for your great work @andrea689!

Using this package

You must include Maplibre GL JS into your .html file to be able to use this package.

<script src="https://cdn.maptiler.com/maplibre-gl-js/v2.2.0-pre.2/maplibre-gl.js"></script>
<link href="https://cdn.maptiler.com/maplibre-gl-js/v2.2.0-pre.2/maplibre-gl.css" rel="stylesheet" />

Run example

pub global activate webdev

webdev serve example:8081

Open browser to localhost:8081

About

Library to use Maplibre GL JS from Dart

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 98.2%
  • HTML 1.8%