Skip to content

💹 A flutter app that keeps track of your personal expenses and shows the last week's expenses.

Notifications You must be signed in to change notification settings

rajput-hemant/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View Counter     Repo Size

expense-tracker

About

💹 A flutter app that keeps track of your personal expenses and shows the last week's expenses.

👨‍🎓 Things I learned from this project

1. Flutter Fundemntals

  • Composing UI from built-in and custom Widgets
  • Custom Widgets are also composed from built-in and other custom Widgets
  • Styling and configuring via arguments
  • Use the docs & IDE support!

1. Styling & Configuring Widgets

  • Styling & layout options are very different
  • Different widgets can get the job done

3. Theming

  • Defining a global theming and text
  • Built-in widgets use Theme settings automatically

4. Business logic

  • Lifting state up and use stateful widgets only when needed
  • Passing functions references and data around
  • Adjusting the UI to your logic

📱 Screenshots

Click here to expand

Building from Source

  • If you don't have Flutter SDK installed, please visit official Flutter site.
  • Fetch latest source code from master branch.
rajput-hemant@arch:~$ git clone https://github.com/rajput-hemant/expense-tracker
  • Run the app with Android Studio or VS Code. Or the command line:
rajput-hemant@arch:~$ flutter pub get
rajput-hemant@arch:~$ flutter run

About

💹 A flutter app that keeps track of your personal expenses and shows the last week's expenses.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages