{"id":30772224,"url":"https://github.com/efedeveloper/my_finance","last_synced_at":"2026-04-28T12:02:18.182Z","repository":{"id":312772903,"uuid":"1048690623","full_name":"EfeDeveloper/my_finance","owner":"EfeDeveloper","description":"💸 My Finance — Modern iOS Finance App","archived":false,"fork":false,"pushed_at":"2025-09-01T21:59:11.000Z","size":1015,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T23:31:55.168Z","etag":null,"topics":["dart","finance","firebase","flutter"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EfeDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T21:40:38.000Z","updated_at":"2025-09-01T21:59:14.000Z","dependencies_parsed_at":"2025-09-07T06:00:34.261Z","dependency_job_id":null,"html_url":"https://github.com/EfeDeveloper/my_finance","commit_stats":null,"previous_names":["efedeveloper/my_finance"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/EfeDeveloper/my_finance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Fmy_finance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Fmy_finance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Fmy_finance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Fmy_finance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EfeDeveloper","download_url":"https://codeload.github.com/EfeDeveloper/my_finance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EfeDeveloper%2Fmy_finance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","finance","firebase","flutter"],"created_at":"2025-09-05T01:00:46.730Z","updated_at":"2026-04-28T12:02:18.177Z","avatar_url":"https://github.com/EfeDeveloper.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💸 My Finance — Modern iOS Finance App\n\nLanding page and personal finance management app built with Flutter. Designed for iOS, it offers a beautiful UI, secure authentication, and tools to track your expenses and income efficiently.\n\n## 🗒️ Table of Contents\n- [Project Overview](#project-overview)\n- [Tech Stack](#tech-stack)\n- [Architecture \u0026 Technical Decisions](#architecture--technical-decisions)\n- [Installation \u0026 Setup](#installation--setup)\n- [Project Structure](#project-structure)\n- [Best Practices \u0026 Conventions](#best-practices--conventions)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Project Overview\nMy Finance is a modular iOS application that helps you manage your personal finances. It features secure authentication, intuitive screens, and reusable components. The project focuses on a clean structure and modern design using Flutter and Material Design.\n\n## Tech Stack\n- **Flutter** 🐦 — Cross-platform app framework.\n- **Dart** 💙 — Main programming language.\n- **Firebase** 🔥 — Authentication and backend.\n- **Bloc** 🟦 — Reactive state management.\n- **Material Design** 🎨 — Modern and responsive UI.\n- **Unit Testing** 🧪 — Automated tests.\n\n## Architecture \u0026 Technical Decisions\n- Modular structure under `lib/` to keep features isolated.\n- Bloc for scalable and reactive state management.\n- Firebase integration for secure authentication and storage.\n- Centralized themes and styles in `app_theme.dart`.\n- Strict separation between business logic and UI.\n\n## Installation \u0026 Setup\nMake sure you have Flutter installed ([official guide](https://docs.flutter.dev/get-started/install)).\n\n```zsh\ngit clone https://github.com/EfeDeveloper/my_finance.git\ncd my_finance\nflutter pub get\n\n# Open the project in Xcode for iOS from the terminal\nopen ios/Runner.xcworkspace\n\n# From Xcode, select a simulator and press Run to launch the app on iOS.\n\n# Run unit tests\nflutter test\n```\n\n## Project Structure\n```\nlib/\n├── app_theme.dart            # Themes and styles\n├── firebase_options.dart     # Firebase configuration\n├── main.dart                 # Entry point\n├── main_screen.dart          # Main screen\n├── blocs/                    # State management (Bloc)\n│   └── auth/                 # Auth bloc\n├── models/                   # Data models\n├── repositories/             # Data access logic\n│   └── auth_repository.dart  # Auth repository\n├── screens/                  # App screens\n├── utils/                    # Utilities\n└── widgets/                  # Reusable components\n\nandroid/                      # Android platform files\nios/                          # iOS platform files\nmacos/                        # macOS platform files\nweb/                          # Web platform files\nwindows/                      # Windows platform files\npubspec.yaml                  # Project dependencies and config\nREADME.md                     # Project documentation\nLICENSE                       # License file\n```\n\n\u003e All code in `lib/` is shared across every supported platform (iOS, Android, macOS, Windows, Linux, Web). Platform folders contain configuration and native files specific to each target.\n\n## Best Practices \u0026 Conventions\n- Semantic and clear commit messages.\n- Small, functional components with strict typing.\n- Separation of logic and UI for maintainability.\n- Reuse components under `lib/widgets`.\n- Unit tests to ensure quality.\n\n## Contributing\n1. Fork the repository and create a feature branch.\n2. Write your code and add tests if applicable.\n3. Make sure the app builds and tests pass.\n4. Open a Pull Request describing your changes.\n\nAll contributions are welcome!\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefedeveloper%2Fmy_finance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefedeveloper%2Fmy_finance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefedeveloper%2Fmy_finance/lists"}