This recreates a ui design for a spending tracker app in Flutter.

Overview

Spending Tracker Flutter Home Screen

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
You might also like...

A property search app created using flutter

A property search app created using flutter

flutter_property_finder A property listings app built using Flutter sdk. Tutorial Link Watch as i guide you step by step on how to build this applicat

Dec 13, 2022

A Flutter Word generator App to improve English vocabulary

A Flutter Word generator App to improve English vocabulary

Word generator App to improve English vocabulary: Add English words you don't know and their translation, then you need to answer what is the translat

Dec 12, 2021

A certificate generator app developed in Flutter with love.

A certificate generator app developed in Flutter with love.

Holden Certificate Generator made with Flutter. Dependencies spreadsheet_decoder path_provider file_picker pdf_viewer_plugin pdf permission_handler sh

Jan 4, 2023

flutter app, Contains screenshot, blur...

flutter app, Contains screenshot, blur...

flutter_app An exercise for flutter. build run flutter: ./build.sh build android: ./build_android.sh Contents Gaussian blur with flutter BackdropFilte

Aug 5, 2020

Integrate easily the Paygate Global Platform into your Flutter app

Integrate easily the Paygate Global Platform into your Flutter app Features Implement payment with the Paygate Global Platform. Support for two paymen

Dec 15, 2022

Detect from where your Flutter application was installed (Google Play, App Store, TestFlight…)

A Flutter plugin that allows you to detect how your application was installed.

Dec 26, 2022

An Android app to encrypt plain text notes

AndSafe AndSafe is an Android app that encrypts plain text notes. With version 3, AndSafe3 is re-implemented with Flutter and is now open source. FAQ

Jul 9, 2022

A package that lets you include a cool, nice looking and validated Password TextFormField in your app to enhance user experience. The package is fully & easily modifiable.

A package that lets you include a cool, nice looking and validated Password TextFormField in your app to enhance user experience. The package is fully & easily modifiable.

A package that lets you include a cool, nice looking and validated Password TextFormField in your app to enhance user experience. The package is fully

Jun 7, 2022
Owner
Azarro
@azarrothedev on Instagram/Twitter.
Azarro
This is app includes many app.

drawer A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

rudani jemin 6 Oct 1, 2021
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance

flutter_ume English Flutter 应用内调试工具平台 当前版本内置 10 个插件, 开发者可以创建自己的插件,并集成进 UME 平台。 详见本文为 UME 开发插件部分。 flutter_ume 快速接入 特别说明 功能介绍 为 UME 开发插件 版本说明 兼容性 单测覆盖率

Bytedance Inc. 1.8k Dec 30, 2022
Simple & Beautiful Note taking app written in dart with flutter UI toolkit.

Notes is a privacy oriented, Secure ,beautiful and fast application made in flutter, it supports various features like adding and saving notes. Hiding

null 26 Dec 30, 2022
Pensil Teaching App is an education platform created in flutter.

Pensil Teaching App Pensil Teach App is an education platform created specifically for the tutors of the digital age. Pensil Teaching app reduce gap b

Pensil Inc 45 Dec 1, 2022
Notes app using flutter, firebase and cloud firestore

notes A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Sidheshwar S 8 Aug 10, 2022
Flutter App which lets you share memes among your friends.

meme_share_app About App Flutter App which lets you share memes among your friends . Here one have 2 options : NEXT : Load Next Meme. SHARE : To Share

null 0 Oct 30, 2021
A Flutter app with test

flutter_test_login A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

Carlos Alito 8 Nov 1, 2021
Simple basic authentication app designed in flutter

flutter_login_signup Simple basic authentication app designed in flutter. App design is based on Login/Register Design designed by Frank Arinze Downlo

null 3 Dec 3, 2021
A flutter app with tensor flow lite image classification model to detect masks

mask_detector An app made with flutter and tensor flow lite for face mask detection. Detect mask from a photo Detect it on the live camera feed PlaySt

ANIKET SINDHU 79 Apr 11, 2022