{"id":25268754,"url":"https://github.com/pandahunterx/allowance-tracker","last_synced_at":"2025-09-04T00:06:42.198Z","repository":{"id":275318468,"uuid":"908248322","full_name":"PandaHunterX/Allowance-Tracker","owner":"PandaHunterX","description":"Allowance Tracker Mobile App Using Flutter and SQLite","archived":false,"fork":false,"pushed_at":"2025-02-01T16:14:00.000Z","size":3021,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T04:41:18.480Z","etag":null,"topics":["dart","flutter","mobile-app","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/PandaHunterX.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-12-25T15:14:25.000Z","updated_at":"2025-03-01T13:43:27.000Z","dependencies_parsed_at":"2025-02-01T17:33:36.573Z","dependency_job_id":null,"html_url":"https://github.com/PandaHunterX/Allowance-Tracker","commit_stats":null,"previous_names":["pandahunterx/allowance-tracker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/PandaHunterX/Allowance-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaHunterX%2FAllowance-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaHunterX%2FAllowance-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaHunterX%2FAllowance-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaHunterX%2FAllowance-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PandaHunterX","download_url":"https://codeload.github.com/PandaHunterX/Allowance-Tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandaHunterX%2FAllowance-Tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273529566,"owners_count":25121830,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dart","flutter","mobile-app","sqlite"],"created_at":"2025-02-12T10:33:18.279Z","updated_at":"2025-09-04T00:06:40.979Z","avatar_url":"https://github.com/PandaHunterX.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pocket Wallet\n\n![Screenshots](https://github.com/user-attachments/assets/da0e301a-6289-4c04-ab03-ba9856f8259d)\n\n**Pocket Wallet** is a simple allowance tracker mobile application built using Flutter. It helps users efficiently manage and track their daily, weekly, or monthly allowances. This CRUD application uses SQLite for data storage.\n\n##### *Note: There may be issues with resolution scaling on tablet devices.*\n---\n\n## Features\n- **Add Allowance:** Easily record your allowance entries.\n- **View Allowance:** View a list of all your allowance transactions.\n- **Update Entries:** Modify existing allowance records.\n- **Delete Entries:** Remove allowance records when no longer needed.\n- **User Profile:**\n  - **Username:** Displays the username fetched from the database.\n  - **Profile Picture:** Displays the user's profile picture, which is also fetched from the database.\n  - **Settings:**\n    - Change the profile picture and username.\n    - Change the currency.\n    - View information about the app.\n- **Statistics:**\n  - **Pie Graph:** Displays a pie chart of expenses or allowances by category.\n- **SQLite Integration:**  Local storage for offline usage.\n\n---\n\n## Technologies Used\n- **Framework:** Flutter\n- **Database:** SQLite\n\n### Packages Used\n- `intl: ^0.20.1`: For Date Format\n- `uuid: ^4.5.1`: Generate unique IDs for records\n- `flutter_svg: ^2.0.16`: Render SVG images in Flutter\n- `sqflite: ^2.4.1`: SQLite database support\n- `path: ^1.9.0` \n- `fl_chart: ^0.69.2`: Beautiful charts for visualizing data\n- `auto_size_text: ^3.0.0`: Automatically resize text to fit within bounds\n- `url_launcher: ^6.3.1`: Launch URLs in the browser or external apps\n- `flutter_native_splash: ^2.4.4`: Customize the native splash screen\n\n---\n\n## Project Structure\n```\nlib/\n├── controllers/           // Logic controllers for the app\n│   ├── allowance controllers/\n│   │   ├── new_allowance.dart\n│   │   └── update_allowance.dart\n│   ├── data controller/\n│   │   ├── delete_item.dart\n│   │   └── search_bar.dart\n│   ├── expense controllers/\n│   │   ├── new_expense.dart\n│   │   └── update_expense.dart\n│   └── user controller/\n│       ├── changed_profile.dart\n│       └── username_form.dart\n├── database/              // Database services\n│   ├── database_service.dart\n│   └── finance_db.dart\n├── models/                // Data models\n│   ├── category model/\n│   │   ├── categories.dart\n│   │   └── category.dart\n│   ├── item model/\n│   │   ├── allowance_item.dart\n│   │   └── expense_item.dart\n│   └── user model/\n│       ├── profile_pictures_list.dart\n│       └── user.dart\n├── styles/                // Styling definitions\n│   ├── buttons.dart\n│   └── text_style.dart\n├── views/                 // UI components and screens\n│   ├── screens/\n│   │   ├── home_screen.dart\n│   │   ├── search_screen.dart\n│   │   ├── settings.dart\n│   │   └── stats_screen.dart\n│   ├── users/\n│   │   ├── main_screen.dart\n│   │   └── user_screen.dart\n│   └── widgets/\n│       ├── allowance widgets/\n│       │   └── allowance_list.dart\n│       ├── data widgets/\n│       │   ├── empty_list.dart\n│       │   └── insufficient_allowance.dart\n│       ├── expenses widgets/\n│       │   └── expenses_list.dart\n│       ├── search widgets/\n│       │   ├── date_sorting.dart\n│       │   ├── empty_data.dart\n│       │   └── recent_data.dart\n│       ├── settings widgets/\n│       │   ├── about_app.dart\n│       │   ├── currency_dropdown.dart\n│       │   └── help.dart\n│       ├── stats widgets/\n│       │   ├── pie_graph.dart\n│       │   └── total_data.dart\n│       └── user widgets/\n│           ├── profile_picture.dart\n│           ├── user_allowance.dart\n│           └── username.dart\n└── main.dart              // Entry point of the application\n```\n## Installation\nTo get started with Pocket Wallet, follow these steps:\n\n\u003cimg src=\"https://github.com/user-attachments/assets/f02ffc52-b09b-494b-91a5-fecfd1948340\" alt=\"GIF Preview\" width=\"300\"\u003e\n\n1. **Download the APK:**\n   - Go to the [releases section](https://github.com/PandaHunterX/Allowance-Tracker/releases/tag/mobile-app) of this GitHub repository.\n   - Click on the latest APK file to download it.\n     \n\u003cimg src=\"https://github.com/user-attachments/assets/c64f2e4b-66bd-4026-9d6e-0aba6800f0d1\" alt=\"Pocket Wallet Screenshot\" width=\"300\"\u003e\n\n2. **Install the APK (Scan the App if it's required):**\n   - Locate the downloaded APK file on your mobile device.\n   - Tap the file to install and follow the on-screen instructions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandahunterx%2Fallowance-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpandahunterx%2Fallowance-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandahunterx%2Fallowance-tracker/lists"}