mapd 1.0.0 copy "mapd: ^1.0.0" to clipboard
mapd: ^1.0.0 copied to clipboard

outdatedDart 1 only

MapD driver for Dart. Works both on server and in browser

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mapd

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mapd: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mapd/browser.dart';
import 'package:mapd/console.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

MapD driver for Dart. Works both on server and in browser

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

fixnum, http, logging

More

Packages that depend on mapd