Skip to content

TheFlutterSensei/Expense-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Manager App

Build a Flutter expense manager app.
Track expenses and understand app state clearly.
This version focuses on core Flutter concepts using setState.

Steps to use the app:

  1. Clone the repository
  2. Run flutter pub get
  3. Run flutter run
  4. Add and view expenses in the app

Important Note:

This GitHub version uses setState only.
It does not include local data persistence.
The Pro version of this app includes Hive storage.
The Hive-based Pro app is available inside the course resources.

Build a Real Flutter Expense Manager

This mini class helps you move from basic state to real apps.
Learn how to add Hive storage and persist expense data.
Upgrade to the Pro version for a production-ready experience.

https://courses.fluttersensei.com/l/flutter-expense-manager

About

A simple expense manager, to keep track of all your expenses. You can Create, Read, Update and Delete any expense added. You can also sort it too.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors