good_reads 0.0.2 copy "good_reads: ^0.0.2" to clipboard
good_reads: ^0.0.2 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add good_reads
copied to clipboard

With Flutter:

 $ flutter pub add good_reads
copied to clipboard

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

dependencies:
  good_reads: ^0.0.2
copied to clipboard

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:good_reads/good_reads.dart';
copied to clipboard
0
likes
140
points
40
downloads

Publisher

verified publishertribestick.com

Weekly Downloads

2024.10.08 - 2025.04.22

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