warframestat_client 3.7.0 copy "warframestat_client: ^3.7.0" to clipboard
warframestat_client: ^3.7.0 copied to clipboard

A simple client wrapper around WFCD worldstate api with included models for warframe-items.

example/main.dart

import 'package:warframestat_client/warframestat_client.dart';

void main() async {
  final ws = WorldstateClient();
  final cs = await ws.fetchWorldstate();
  final socket = WarframestatWebsocket.connect();

  // ignore: avoid_print
  // print(cs.timestamp);

  socket.worldstateEvents().listen((e) => print('s: ${e.timestamp}'));
  // ws.worldstateWebSocket().listen((e) => print('ws: ${e.timestamp}'));
}
1
likes
0
points
386
downloads

Publisher

verified publisherwarframestat.us

Weekly Downloads

A simple client wrapper around WFCD worldstate api with included models for warframe-items.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, equatable, http, json_annotation, meta, web_socket_client

More

Packages that depend on warframestat_client