Project-Easter / Flutter-UI

A flutter app where users can exchange books within their nearby location range.
https://www.figma.com/file/uhWQuE4EKDHR8AqH4p3eFK/Books-App?node-id=0%3A1
Apache License 2.0
46 stars 46 forks source link

Get Book Genre from Books API #109

Open Mohitmadhav opened 3 years ago

Mohitmadhav commented 3 years ago

Description

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.

CoderNamedHendrick commented 3 years ago

I would like to work on this issue

Mohitmadhav commented 3 years ago

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 commented 3 years ago

@CoderNamedHendrick, any updates?

himmatsingh019 commented 12 months ago

Hi, I would like to take this issue.