Open
Description
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 Retrieve Owner's book data from Books API other than Google #97)
Screenshots
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Book description file: lib\screens\book_desciption.dart
- Book provider file: lib\providers\books.dart
- API file: lib\config\api.dart
- Add your book file: lib\screens\add_book.dart
Additional data
Attach the working screenshots in the pull request.