e-store mobile app home screen
this flutter project recreates an electronics store home screen mockup. the mockup was created by @nasyiya.design on instagram.
i saw the mockup on instagram and thought it would be interesting to recreate it in flutter as my first real stab at making something fully in it.
what it looks like
compared to the mock
the mock is on the left.
running this project
flutter run
in the project directory.
project structure
the files specifically added/edited for the project are:
- assets
- controller.png
- headphones.png
- headphones2.png
- lib/widgets
- …all the widgets used in the view
- lib/main.dart
Comments are closed.