vietmap_flutter_gl_web 0.0.1
vietmap_flutter_gl_web: ^0.0.1 copied to clipboard
Web platform implementation of vietmap_flutter_gl. This package is only intended to be used by the vietmap_flutter_gl package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vietmap_flutter_gl_web
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
vietmap_flutter_gl_web: ^0.0.1
copied to clipboard
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vietmap_flutter_gl_web/vietmap_flutter_gl_web.dart';
copied to clipboard