eigen_client 0.2.0 copy "eigen_client: ^0.2.0" to clipboard
eigen_client: ^0.2.0 copied to clipboard

Pure Dart client, domain, and live-session coordination for EigenInteractive games.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add eigen_client

With Flutter:

 $ flutter pub add eigen_client

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

dependencies:
  eigen_client: ^0.2.0

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

Documentation

Documentation
API reference

Publisher

verified publishereigeninteractive.com

Weekly Downloads

Pure Dart client, domain, and live-session coordination for EigenInteractive games.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

dio, eigen_api, json_annotation, web_socket_channel

More

Packages that depend on eigen_client