Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishant-dabhi/expense_tracker
Flutter Expense Tracker APK is a mobile application developed using Flutter that helps users track their expenses.
https://github.com/nishant-dabhi/expense_tracker
dark-mode dart flutter-app responsive-ui
Last synced: 14 days ago
JSON representation
Flutter Expense Tracker APK is a mobile application developed using Flutter that helps users track their expenses.
- Host: GitHub
- URL: https://github.com/nishant-dabhi/expense_tracker
- Owner: nishant-dabhi
- Created: 2024-03-07T10:32:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T16:16:15.000Z (10 months ago)
- Last Synced: 2024-11-17T12:41:02.188Z (3 months ago)
- Topics: dark-mode, dart, flutter-app, responsive-ui
- Language: C++
- Homepage:
- Size: 958 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Expense Tracker APK
## Description
Flutter Expense Tracker APK is a mobile application developed using Flutter that helps users track their expenses. The app features an intuitive interface with a home page displaying a list of expenses and attractive charts created with the ChartBar widget for easy visualization. Users can add new expenses, remove existing ones, and switch between light and dark modes for better visibility.## Screenshots
### Dark Mode
## Features
- Home Page with ListView displaying a list of expenses and attractive charts for expense comparison.
- Second Screen for adding details of a new expense.
- Add Expense Button to add new expenses and refresh the home screen.
- Support for dark mode to enhance user experience.
- Use of Dismissible widget for removing expenses from the home screen.## Installation
1. Clone this repository.
2. Navigate to the project directory.
3. Run `flutter pub get` to install dependencies.
4. Connect your device or start an emulator.
5. Run `flutter run` to launch the app on your device/emulator.## Usage
- On the Home Page, users can view a list of expenses along with charts representing expense comparisons.
- Tap on the Add Expense Button to navigate to the second screen for adding details of a new expense.
- After adding an expense, users will be redirected to the home screen, where they can view the updated list of expenses and charts.
- Swipe left on an expense to remove it using the Dismissible widget.
- Toggle between light and dark modes for better visibility, if needed.## Configuration
- No additional configuration required.## Credits
- This app utilizes the Flutter framework: [Flutter](https://flutter.dev/)