fledge_net 0.2.3 copy "fledge_net: ^0.2.3" to clipboard
fledge_net: ^0.2.3 copied to clipboard

Networking components for Fledge - peer-to-peer multiplayer, state sync, and input prediction.

fledge_net #

Multiplayer networking for Fledge games — host/client architecture, encrypted transport, state synchronization, and client-side input prediction.

pub package

Installation #

dependencies:
  fledge_net: ^0.2.1

Quick Start #

import 'package:fledge_ecs/fledge_ecs.dart';
import 'package:fledge_net/fledge_net.dart';

final app = App()
  ..addPlugin(WallTimePlugin())
  ..addPlugin(NetworkPlugin(
    config: NetworkConfig(
      mode: NetworkMode.host,
      tickRate: 60,
      syncRate: 20,
    ),
  ));

await app.run();

Documentation #

See the Fledge documentation site for guides, API reference, and advanced usage.

License #

Apache 2.0 - See LICENSE for details.

0
likes
150
points
173
downloads

Documentation

API reference

Publisher

verified publisherfledge-framework.dev

Weekly Downloads

Networking components for Fledge - peer-to-peer multiplayer, state sync, and input prediction.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ecs #game-engine #networking #multiplayer #flutter-games

License

Apache-2.0 (license)

Dependencies

fledge_ecs, meta, pointycastle

More

Packages that depend on fledge_net