Flutter #day22

Flutter #day22

ยท

1 min read

bookStore App:

Started to build an app as a part of an internship hiring assignment, starting with the designing part, asked a friend to design the basic home page, and now implementing the design and making it aesthetic.

  • added search box

  • added the main container

  • added bottom navigation bar with four Iconbuttons(home, fvrts, library, and cart)

  • used a list view widget to add vertical and horizontal cards for the main functionality.

ย