List of books with their read status
When Search icon is Clicked
Search bar result
Libraries used: -GetX (for state management) -Floor (for sqlite database) -Http (for network request)
Screens
-
Home Screen Features - Home screen contains list of books with coverimage,title,author,published year and Read status - Read status changes according to button click - search icon is there in app bar - when search icon is clicked, search bar opens in appbar in same screen - movie title can be searched accordingly
Api used
-
Fetching list of books "https://openlibrary.org/trending/now.json"
-
Searching books "https://openlibrary.org/search.json?q=$bookName"
-
Sqlite Database
- Read status bool can be derived with the help of sqlite database.