musicbrainz_api_client 0.1.10 copy "musicbrainz_api_client: ^0.1.10" to clipboard
musicbrainz_api_client: ^0.1.10 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 Dart:

 $ dart pub add musicbrainz_api_client

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 dart pub get):

dependencies:
  musicbrainz_api_client: ^0.1.10

Alternatively, your editor might support dart pub get or 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
0
points
82
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

License

unknown (license)

Dependencies

flutter, http, logging

More

Packages that depend on musicbrainz_api_client