dartstream_client 0.0.1 copy "dartstream_client: ^0.0.1" to clipboard
dartstream_client: ^0.0.1 copied to clipboard

Public Dart client for wiring Flutter, Flame, and server apps to DartStream SaaS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartstream_client

With Flutter:

 $ flutter pub add dartstream_client

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

dependencies:
  dartstream_client: ^0.0.1

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:dartstream_client/dartstream_client.dart';
0
likes
150
points
225
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Public Dart client for wiring Flutter, Flame, and server apps to DartStream SaaS.

Homepage

License

MIT (license)

Dependencies

http

More

Packages that depend on dartstream_client