## 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 <img src="https://user-images.githubusercontent.com/59333817/135752334-3ae6914c-ce47-4a86-9536-3c85f09a60b3.png" width=50% /> ## 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.
Description
Screenshots
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Additional data
Attach the working screenshots in the pull request.