Flutter #day23

Photo by Andrew Neel on Unsplash

Flutter #day23

ยท

1 min read

Started working on my internship assignment:-

  1. Implement the listview to display books

    1. list down 10 genres of books and display them in a vertical listview

    2. use the google books API to search for books corresponding to each genre and display them in the horizontal listviews

  2. Done with the designing and getting books from the API, now just have to implement the book page and we are good to go.

ย