tidal library

A Dart library for connecting to and interacting with the Tidal music streaming service's API.

This library provides a set of classes and functions for making requests to the Tidal API, including operations described on the Tidal Developer Portal. It offers an organized and structured way to access Tidal's features programmatically.

To get started, you can initialize a Tidal instance using the provided functions and start making requests to Tidal's API with ease.

Classes

AlbumAPI
An abstract class that defines the contract for interacting with Tidal album-related operations.
ArtistAPI
An abstract interface for accessing artist-related operations in the Tidal service.
SearchAPI
An interface for searching Tidal catalog items.
Tidal
The entry point for interacting with the Tidal service.
TrackAPI
An abstract class defining the methods for accessing Tidal track information.
VideoAPI
An abstract class defining the methods for accessing Tidal video information.

Enums

TidalSearchPopularity
Enum representing the popularity levels for Tidal catalog item searches.
TidalSearchType
Enum representing the types of Tidal catalog items that can be searched.