Loading repository data…
Loading repository data…
omnitechphilippines / repository
An enhanced version of "Expense Tracker". A simple and intuitive Flutter app to track your daily, weekly, and monthly expenses.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An enhanced version of "Expense Tracker". A simple and intuitive Flutter app to track your daily, weekly, and monthly expenses. Helps you manage your personal finances with categorized transactions, charts, and budget insights.
Screenshots from each platform
| Home | New |
|---|---|
| Home | New |
|---|---|
| Home | New |
|---|---|
💻 Windows (.7z):
Download for Windows v1.0.0+1
📱 Android (.apk):
Download for Android v1.0.0+1
🌐 Web build (.7z):
Download Web Build v1.0.0+1
You can also find all versions in the Releases Page
v3.29.0v3.7.0# Clone the repo
git clone https://github.com/omnitechphilippines/expense-tracker2.git
cd expense-tracker2
# Get packages
flutter pub get
# Run the game (Web)
flutter run -d chrome
# Run the game (Windows)
flutter config --enable-windows-desktop
flutter run -d windows
# Run the game (Android)
flutter run -d android