discogs_api_client 0.1.6
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';