do_dart 2.0.0-dev.0 copy "do_dart: ^2.0.0-dev.0" to clipboard
do_dart: ^2.0.0-dev.0 copied to clipboard

do_dart is an implementation of the digitalocean api which can be used on mobile, web or server

example/main.dart

import 'package:do_dart/do_dart.dart';
import 'dart:io' show Platform;

void main() async {
  var envVars = Platform.environment;
  var client = Client(envVars['DO_KEY']!);

  var account = await client.account.get();

  print(account.toString());
}
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

do_dart is an implementation of the digitalocean api which can be used on mobile, web or server

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

json_annotation

More

Packages that depend on do_dart