fiveesrd_client 0.1.1 copy "fiveesrd_client: ^0.1.1" to clipboard
fiveesrd_client: ^0.1.1 copied to clipboard

REST and GraphQL clients for the FiveEsrd suite.

example/main.dart

import 'package:fiveesrd_client/fiveesrd_client.dart';

Future<void> main() async {
  final client = FiveEsrdClient();
  final classList = await client.rest.listIndex('classes');
  print('Classes available: ${classList.count ?? classList.results?.length ?? 0}');
}
0
likes
150
points
14
downloads

Publisher

verified publisherundrapps.com

Weekly Downloads

REST and GraphQL clients for the FiveEsrd suite.

Documentation

API reference

License

MIT (license)

Dependencies

async, collection, dio, equatable, fiveesrd_models, graphql, http, json_annotation, logging, meta

More

Packages that depend on fiveesrd_client