colyseus 0.18.0
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 colyseusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
colyseus: ^0.18.0Alternatively, 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';