open_brewery_db 0.0.6 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';