Flutter-UI icon indicating copy to clipboard operation
Flutter-UI copied to clipboard

Get Book Genre from Books API

Open Mohitmadhav opened this issue 4 years ago • 4 comments

Description

  • Retrieve the book genres from Books API in the dashboard page and when a user adds a book to the Library page.
  • The dummy data is shown in the screenshot.
  • Currently we are using Google Books API for retrieving books, but you can use other APIs like Goodreads, etc (See #97)

Screenshots

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Book description file: lib\screens\book_desciption.dart
  2. Book provider file: lib\providers\books.dart
  3. API file: lib\config\api.dart
  4. Add your book file: lib\screens\add_book.dart

Additional data

Attach the working screenshots in the pull request.

Mohitmadhav avatar Oct 03 '21 12:10 Mohitmadhav

I would like to work on this issue

CoderNamedHendrick avatar Oct 04 '21 11:10 CoderNamedHendrick

Sure @CoderNamedHendrick.

For this issue, we need to retrieve the book genre (The screenshot has dummy data) from the API Also please try out for books not present in the Google Books API. If you are able to do that, then replace it with Google API

For eg - Harry Potter, The Alchemist, etc were not present in Google Books API so we need to get those too. Hope you understood what I mean to say.

For more details, you can see the linked issues given in the issue description. And make sure to follow the README guidelines.

Mohitmadhav avatar Oct 04 '21 11:10 Mohitmadhav

@CoderNamedHendrick, any updates?

Mohitmadhav avatar Oct 25 '21 15:10 Mohitmadhav

Hi, I would like to take this issue.

himmatsingh019 avatar Dec 05 '23 16:12 himmatsingh019