trackasia_gl_dart 0.2.2
trackasia_gl_dart: ^0.2.2 copied to clipboard
trackasia-gl wrapper for Dart. Library to use trackasia GL JS in your web Dart projects. Forked from https://github.com/andrea689/mapbox-gl-dart
Mapbox-gl wrapper for Dart #
Library to use Trackasia GL JS from Dart.
Forked from https://github.com/andrea689/mapbox-gl-dart and slightly adapted for the use with Trackasia.
Thank you for your great work @andrea689!
Using this package #
You must include Trackasia 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