good_reads 0.0.3 copy "good_reads: ^0.0.3" to clipboard
good_reads: ^0.0.3 copied to clipboard

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

Flutter SDK for GoodReads's Service.

Features #

  • Returns a collection of books available in a valid goodreads clolection.

Getting started #

Usage #

final api = GoodReadsApi();
final shelf = await api.fetchCollection(
    'https://www.goodreads.com/review/list/34074576?shelf=All',
    page: 1,
);

for (final entry in shelf.entries) {
    print(entry.title);
}

Additional information #

0
likes
140
points
107
downloads

Publisher

verified publishertribestick.com

Weekly Downloads

An easy to use SDK for interacting with the popular GoodReads 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, html, json_annotation

More

Packages that depend on good_reads