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
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add trackasia_gl_dart
With Flutter:
$ flutter pub add trackasia_gl_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
trackasia_gl_dart: ^0.2.2
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:trackasia_gl_dart/mapbox_gl_dart.dart';