https://github.com/quibler7/expense-tracker-app-using-flutter
Created an App using Flutter and Dart where User can add Expenses with Category and amount and it gets Shown in Bar Graph as a Weekly Summery
https://github.com/quibler7/expense-tracker-app-using-flutter
bar-graph dart expense-tracker flutter flutter-demo flutter-examples flutter-ui
Last synced: 3 months ago
JSON representation
Created an App using Flutter and Dart where User can add Expenses with Category and amount and it gets Shown in Bar Graph as a Weekly Summery
- Host: GitHub
- URL: https://github.com/quibler7/expense-tracker-app-using-flutter
- Owner: quibler7
- Created: 2023-12-19T05:12:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:04:56.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:13:11.630Z (over 1 year ago)
- Topics: bar-graph, dart, expense-tracker, flutter, flutter-demo, flutter-examples, flutter-ui
- Language: Dart
- Homepage:
- Size: 417 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker App using Flutter
Created an App using Flutter and Dart where User can add Expenses with Category and amount and it gets Shown in Bar Graph as a Weekly Summery.
## Setup
Run the following commands from your terminal:
1) `git clone https://github.com/quibler7/Expense-Tracker-App-using-Flutter` to clone this repository
2) `flutter pub get` in the project root directory to install all the required dependencies.
## Screenshots