discogs_api_client 0.2.1 copy "discogs_api_client: ^0.2.1" to clipboard
discogs_api_client: ^0.2.1 copied to clipboard

A Dart/Flutter client to interact with Discogs API to access artists, labels, masters, releases, and search. Does not provide any methods that need user level authentication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add discogs_api_client

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

dependencies:
  discogs_api_client: ^0.2.1

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

Import it

Now in your Dart code, you can use:

import 'package:discogs_api_client/discogs_api_client.dart';
0
likes
160
points
38
downloads

Publisher

verified publisherfryingpan.games

Weekly Downloads

A Dart/Flutter client to interact with Discogs API to access artists, labels, masters, releases, and search. Does not provide any methods that need user level authentication.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_dotenv, fuzzy, http, logging

More

Packages that depend on discogs_api_client