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

A Dart/Flutter client to interact with MusicBrainz API to access its database. 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 musicbrainz_api_client

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

dependencies:
  musicbrainz_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:musicbrainz_api_client/musicbrainz_api_client.dart';
2
likes
150
points
7
downloads

Publisher

verified publisherfryingpan.games

Weekly Downloads

A Dart/Flutter client to interact with MusicBrainz API to access its database. Does not provide any methods that need user level authentication.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, logging

More

Packages that depend on musicbrainz_api_client