game_socket 0.0.3 copy "game_socket: ^0.0.3" to clipboard
game_socket: ^0.0.3 copied to clipboard

Socket library for creating real-time multiplayer games. Based on TCP, with the ability to send messages over UDP (planned).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add game_socket

With Flutter:

 $ flutter pub add game_socket

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

dependencies:
  game_socket: ^0.0.3

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:game_socket/game_socket.dart';
10
likes
120
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Socket library for creating real-time multiplayer games. Based on TCP, with the ability to send messages over UDP (planned).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

meta, uuid

More

Packages that depend on game_socket