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

Statbotics is a Dart library designed to provide developers with an intuitive interface to access and interact with Statbotics data. This library simplifies the process of retrieving detailed informat [...]

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
0
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

Statbotics is a Dart library designed to provide developers with an intuitive interface to access and interact with Statbotics data. This library simplifies the process of retrieving detailed information about team performance, event outcomes, and historical data by offering efficient methods to make HTTP requests to the Statbotics API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on statbotics