dartvolt 0.0.5 copy "dartvolt: ^0.0.5" to clipboard
dartvolt: ^0.0.5 copied to clipboard

Experimental API Wrapper for the REVOLT.chat API including basic HTTP and Websocket functionality.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartvolt

With Flutter:

 $ flutter pub add dartvolt

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

dependencies:
  dartvolt: ^0.0.5

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:dartvolt/dartvolt.dart';
4
likes
130
points
29
downloads

Publisher

verified publisherjanderedev.xyz

Weekly Downloads

Experimental API Wrapper for the REVOLT.chat API including basic HTTP and Websocket functionality.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

eventify, http, web_socket_channel

More

Packages that depend on dartvolt