spending tracker flutter home screen
this recreates a ui design for a spending tracker app in flutter.
this flutter project recreates a minimal home screen design for a spending tracker app. the mockup was created by @elainelumanauw.design on dribble.
i saw the mockup on instagram in one of elaine’s reels and thought it would be cool to try recreating it functionally in flutter.
what it looks like in flutter
the original design mocks
running this project
flutter run
in the project directory.
project structure
the files specifically added/edited for the project are:
- assets
- …images for the 3 categories
- lib/constants
app_colors.dart
, which contains an abstracts constants-encapsulating class for some common colors.
- lib/models
spending_category_model.dart
to encapsulate information about each category
- lib/screens
home_screen.dart
, which contains the main/home screen of the app.
- lib/widgets
- …all the widgets used in the home screen
- lib/main.dart
Comments are closed.