The Gbook remake is an application inspired by the Google Playbook app. I implemented as one of the Capstone project for PADC flutter class. I consumed Restful API from third party provider.
Home Page : Book Slider Section – only show books that user read/view
Display book by category in horizontal view
When the user clicks on a book detail page, it will be added to the Library list, which will then be displayed as a carousel on the home page. The search bar is fully functional, allowing users to search for their desired books.
Library Page : In the Library tab, users have the option to add books to the shelve list, which is developed using Hive. Users can rename (update), delete, and add books to the shelf. Additionally, users can change the layout of books in the library and sort them by title or author.