warframestat_client 3.6.4 copy "warframestat_client: ^3.6.4" to clipboard
warframestat_client: ^3.6.4 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();

  // ignore: avoid_print
  print(cs.timestamp);
}
1
likes
0
points
30
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, compute, equatable, http, json_annotation, meta, web_socket_client

More

Packages that depend on warframestat_client