PuzzlesService class abstract

Read information about puzzles.

https://lichess.org/api#tag/Puzzles

Implementers

Constructors

PuzzlesService()
Interface for this client.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDailyPuzzle() Future<LichessPuzzle>
Get the Daily puzzle.
getPuzzleActivity({int? max}) Stream<LichessPuzzleActivity>
Download you puzzle activity Puzzle activity is sorted by reverse chronological order (most recent first)
getPuzzleById({required String id}) Future<LichessPuzzle>
Get a puzzle by its ID.
getPuzzleDashboard({int days = 30}) Future<LichessPuzzleDashboard>
Get your puzzle dashboard
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited