discogs_api_client 0.1.6 copy "discogs_api_client: ^0.1.6" to clipboard
discogs_api_client: ^0.1.6 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.1.6

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
52
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_dotenv, fuzzy, http, logging

More

Packages that depend on discogs_api_client