Open Flutter Project: Splash and Home Screens in E-commerce App

Andrey Poteryahin
2 min readFeb 28, 2020

--

The splash screen is the first thing that users sees after opening the app. Our app design is for e-commerce online store.We have three variants that can be easily extended. The other option for the splash screen is an image or set of images with tutorials or explanation of your app specific functionality.

Quick review of other home screen variants.

Let`s review a few other apps to figure out what can be done. Searching google play can give us a few results

https://play.google.com/store/search?q=buy%20clothes

ROSEGAL-Shopping Fashion & Clothing

https://play.google.com/store/apps/details?id=com.rosegal

A few coupons on the home page?

VeryVoga-Women’s Fashion & Shopping

https://play.google.com/store/apps/details?id=com.veryvoga.vv

Coupons with banners?

Zara

https://play.google.com/store/apps/details?id=com.inditex.zara

Quick navigation

Questions for discussions

  1. Should there be set of products that fit together?
  2. Do we need to develop optional tutorial for E-commerce or there is nothing to explain in an app like that?
  3. Should banners in the 3rd variant be links to products or product categories?
  4. Do we need to ask user to login before showing list of products?

What other apps do you use to buy things online and how do they look? Share their links in the comments.

--

--