lichess_client 0.0.24
lichess_client: ^0.0.24 copied to clipboard
Lichess API typed interface signatures and class/data models. Written in pure Dart with no HTTP dependencies.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lichess_clientWith Flutter:
$ flutter pub add lichess_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lichess_client: ^0.0.24Alternatively, 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:lichess_client/lichess_client.dart';