statbotics 1.0.3 copy "statbotics: ^1.0.3" to clipboard
statbotics: ^1.0.3 copied to clipboard

A library for retrieving information about team performance, event outcomes by offering methods to make HTTP requests to the Statbotics API.

example/statbotics_example.dart

import 'package:statbotics/statbotics.dart';

void main() async {
  final teamData =
      await Statbotics.getTeamData(9738); // Fetch the data of team 9738
  print(teamData.name);
}
1
likes
160
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

A library for retrieving information about team performance, event outcomes by offering methods to make HTTP requests to the Statbotics API.

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on statbotics