league_of_api 0.1.6 copy "league_of_api: ^0.1.6" to clipboard
league_of_api: ^0.1.6 copied to clipboard

A library to facilitate access to the Riot API. Provide easy access to endpoint and dto for an easy access to the response data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add league_of_api

With Flutter:

 $ flutter pub add league_of_api

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

dependencies:
  league_of_api: ^0.1.6

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

Import it

Now in your Dart code, you can use:

import 'package:league_of_api/league_of_api.dart';
6
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A library to facilitate access to the Riot API. Provide easy access to endpoint and dto for an easy access to the response data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, dio, equatable, json_annotation, meta

More

Packages that depend on league_of_api