{"id":20516934,"url":"https://github.com/hellbus1/ventexpensepro","last_synced_at":"2026-02-28T08:50:51.134Z","repository":{"id":262300793,"uuid":"742461412","full_name":"HellBus1/VentExpensePro","owner":"HellBus1","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-17T12:31:23.000Z","size":419,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T10:10:53.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HellBus1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-12T14:31:55.000Z","updated_at":"2024-11-13T17:12:22.000Z","dependencies_parsed_at":"2024-11-11T18:30:38.033Z","dependency_job_id":null,"html_url":"https://github.com/HellBus1/VentExpensePro","commit_stats":null,"previous_names":["hellbus1/ventexpensepro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HellBus1%2FVentExpensePro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HellBus1%2FVentExpensePro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HellBus1%2FVentExpensePro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HellBus1%2FVentExpensePro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HellBus1","download_url":"https://codeload.github.com/HellBus1/VentExpensePro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242120215,"owners_count":20074874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T21:32:42.753Z","updated_at":"2026-02-28T08:50:51.092Z","avatar_url":"https://github.com/HellBus1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VentExpensePro 📈\n\n**The Analog Digital Ledger** — A lightweight, privacy-first personal finance application built with Flutter.\n\nVentExpensePro combines the simplicity of a paper ledger with the power of modern digital tools. It is designed for users who want total control over their financial data without compromising on aesthetics or ease of use.\n\n---\n\n## ✨ Features\n\n### 📒 Smart Ledger\n*   **Effortless Logging**: Add transactions in seconds with a streamlined interface.\n*   **Categorization**: Organize expenses and income with customizable categories.\n*   **Rich Details**: Track dates, notes, and payment methods for every entry.\n\n### 🏦 Account Management\n*   **Multi-Account Support**: Manage Bank accounts, Cash, Credit Cards, and Wallets in one place.\n*   **Net Position**: Instantly view your total financial standing across all accounts.\n*   **Credit Settlement**: Specialized workflow for settling credit card bills.\n\n### 📊 Reports \u0026 Insights\n*   **Visual Analytics**: Understand your spending patterns with dynamic charts (fl_chart).\n*   **PDF Export**: Generate professional expense reports for sharing or archival.\n*   **Data Filtering**: Drill down into your data by date range or account.\n\n### ☁️ Privacy-First Sync\n*   **Google Drive Sync**: Securely backup and sync your data using your own Google Drive.\n*   **App Data Scope**: Uses the `drive.appdata` hidden folder scope, ensuring your data is only accessible by the app.\n*   **Offline First**: Full functionality without an internet connection.\n\n### 🎨 Premium Design\n*   **Flat Aesthetic**: A clean, modern \"Flat Design\" look that prioritizes readability.\n*   **Custom Typography**: Features *Lora* for elegance and *JetBrains Mono* for data precision.\n*   **Micro-Animations**: Smooth transitions and interactive elements for a premium feel.\n\n---\n\n## 🛠️ Tech Stack\n\n*   **Framework**: [Flutter](https://flutter.dev/) (3.11+)\n*   **State Management**: [Provider](https://pub.dev/packages/provider)\n*   **Local Database**: [Sqflite](https://pub.dev/packages/sqflite) (SQLite)\n*   **Dependency Injection**: [GetIt](https://pub.dev/packages/get_it)\n*   **APIs \u0026 Infrastructure**:\n    *   Google Drive API (Backup/Sync)\n    *   Firebase Crashlytics (Crash Reporting)\n*   **Analytics \u0026 Reporting**:\n    *   [fl_chart](https://pub.dev/packages/fl_chart)\n    *   [pdf](https://pub.dev/packages/pdf)\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n*   Flutter SDK (^3.11.0)\n*   Android Studio / VS Code with Flutter Extension\n*   (Optional) Firebase account for Crashlytics\n\n### Setup\n1.  **Clone the repository**:\n    ```bash\n    git clone https://github.com/HellBus1/VentExpensePro.git\n    cd VentExpensePro\n    ```\n\n2.  **Install dependencies**:\n    ```bash\n    flutter pub get\n    ```\n\n3.  **Run the application**:\n    ```bash\n    flutter run\n    ```\n\n### Production Build (Android)\nThe project is configured with ProGuard obfuscation and resource shrinking for optimized release builds.\n\n```bash\nflutter build apk --release\n```\n\n*Note: For Crashlytics functionality, ensure `google-services.json` is placed in `android/app/`.*\n\n---\n\n## 🏗️ Architecture\n\nThe project follows a **Clean Architecture** pattern to ensure maintainability and testability:\n\n- **`lib/domain`**: Core business logic, entities, and repository interfaces (Pure Dart).\n- **`lib/data`**: Implementation of repositories, SQLite data sources, and external service integrations.\n- **`lib/presentation`**: UI layer consisting of Screens, Widgets (Clean Flat Design), and Providers (State Management).\n- **`lib/core`**: Application-wide configurations like Themes, DI setup, and Constants.\n\n---\n\n## 🔒 Privacy \u0026 Security\n\n*   **No Central Server**: Your financial data is never stored on our servers.\n*   **Encrypted Sync**: Cloud sync happens directly between your device and your private Google Drive space.\n*   **Obfuscation**: Production builds are obfuscated using R8/ProGuard to protect the application logic.\n\n---\n\n## 📄 License\nThis project is for personal use and portfolio demonstration. See `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellbus1%2Fventexpensepro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellbus1%2Fventexpensepro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellbus1%2Fventexpensepro/lists"}