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 [...]

A library for interacting with Statbotics data for FRC

Features #

  • Getting team data
  • Getting match data
  • Getting year data
  • Getting team year data

Installing #

Use this package as a library #

Run this command:

With Dart: #

$ dart pub add statbotics

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  statbotics: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it #

Now in your Dart code, you can use:

import 'package:statbotics/statbotics.dart';

Usage #

Basic usage is handled through the Statbotics static class that will handle all the http requests for you with no additional setup. Follow the instructions here: contributing.

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