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

An easy to use SDK for interacting with the popular AudioBooksBee Service. It provides a simple interface for fetching and parsing data from the service

Flutter SDK for AudioBookBee's Service.

Features #

  • Returns a List of audio-books based on a search request.
  • Fetches detail including download link for an audio-book.
  • Fetches latest books by Category.

Getting started #

Usage #

final abbApi = AudioBookBayApi();
final searchResult = await abbApi.find('harry potter');

final audioBookDetail = await abbApi.fetchDetail(searchResult.books.first);

final categoryResult = await abbApi.findLatest(AudioCategory.sciencefictionAndFantasy);

Additional information #

0
likes
130
points
387
downloads

Publisher

verified publishertribestick.com

Weekly Downloads

An easy to use SDK for interacting with the popular AudioBooksBee Service. It provides a simple interface for fetching and parsing data from the service

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

beautiful_soup_dart, book_scraper, compute, freezed_annotation, json_annotation

More

Packages that depend on audio_book_bee