csi-vitpune / FlutterMagazine

Developing Magazine Application using Flutter.
7 stars 5 forks source link

Add new cart screen matching with theme #5

Open nyx-code opened 4 years ago

nyx-code commented 4 years ago

The cart screen is not added yet. You can make your Cart Screen design with respect to the theme of the Application screen.

  1. Add a new screen named CartScreen.
  2. Add Navigation to CartScreen to from bottom tab bar.
  3. Make sure the Theme of the Cart Screen should match with other screen designs.