exaroton 1.1.1 copy "exaroton: ^1.1.1" to clipboard
exaroton: ^1.1.1 copied to clipboard

Simple Exaroton API for Dart

example/exaroton_example.dart

import 'package:exaroton/exaroton.dart';

void main() async {
  var example = Exaroton('API_KEY');
  var xd = await example.shareLog('SERVER_ID');
  print(xd['url']);
}
2
likes
120
points
51
downloads

Publisher

verified publishercidqu.net

Weekly Downloads

Simple Exaroton API for Dart

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on exaroton