colyseus 0.18.0 copy "colyseus: ^0.18.0" to clipboard
colyseus: ^0.18.0 copied to clipboard

Colyseus multiplayer game client for Flutter, backed by the native C SDK.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add colyseus

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

dependencies:
  colyseus: ^0.18.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:colyseus/colyseus.dart';
0
likes
150
points
62
downloads

Documentation

API reference

Publisher

verified publishercolyseus.io

Weekly Downloads

Colyseus multiplayer game client for Flutter, backed by the native C SDK.

Topics

#multiplayer #networking #game-development #websocket #ffi

License

MIT (license)

Dependencies

ffi, flutter, meta

More

Packages that depend on colyseus

Packages that implement colyseus