open_brewery_db 0.0.6 copy "open_brewery_db: ^0.0.6" to clipboard
open_brewery_db: ^0.0.6 copied to clipboard

API wrapper for openbrewerydb.org. Search for breweries based on a search term, return lists of breweries and get a single brewery with an ID lookup.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_brewery_db

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

dependencies:
  open_brewery_db: ^0.0.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:open_brewery_db/open_brewery_db.dart';
2
likes
130
pub points
0%
popularity

Publisher

verified publisherclaytonjacobs.dev

API wrapper for openbrewerydb.org. Search for breweries based on a search term, return lists of breweries and get a single brewery with an ID lookup.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http

More

Packages that depend on open_brewery_db