https://github.com/jamison0902/flutter-expense-tracker
Expense Tracker App
https://github.com/jamison0902/flutter-expense-tracker
dart flutter
Last synced: about 2 months ago
JSON representation
Expense Tracker App
- Host: GitHub
- URL: https://github.com/jamison0902/flutter-expense-tracker
- Owner: jamison0902
- Created: 2024-11-24T20:31:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T21:04:02.000Z (over 1 year ago)
- Last Synced: 2025-11-12T20:31:33.579Z (7 months ago)
- Topics: dart, flutter
- Language: C++
- Homepage:
- Size: 591 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker App
This app features a responsive and adaptive interface, automatically adjusting to different screen sizes on mobile devices, ensuring a smooth and intuitive navigation experience.
|  |  |
|---|---|
# Adaptive interface
|  |
|---|
## Starting the application
Before you begin, make sure you have Flutter installed and configured correctly on your machine. If you prefer, you can also use a mobile device emulator. After downloading and unzipping the project files, follow the steps below:
1. Open the terminal and navigate to the directory where the project files were saved.
2. Run the command below to ensure that all project dependencies are installed:
```
flutter pub get
```
3. After successfully installing the dependencies, start the application by running the following command:
```
flutter run
```
4. With this, the application should be compiled and run on the emulator or connected device.