Skip to content

nihal0514/book

Repository files navigation

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

Sqlite Database

  • Read status bool can be derived with the help of sqlite database.