{"id":26047652,"url":"https://github.com/fguisso/cospendwise","last_synced_at":"2026-04-21T05:32:57.412Z","repository":{"id":280832071,"uuid":"943322508","full_name":"fguisso/CospendWise","owner":"fguisso","description":"A Flutter app to make your Nextcloud Cospend experience more beautiful!","archived":false,"fork":false,"pushed_at":"2025-03-05T14:40:16.000Z","size":584,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T15:29:41.473Z","etag":null,"topics":["android","cospend","flutter-apps","flutter-examples","moneybuster","nextcloud","splitwise"],"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/fguisso.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":"2025-03-05T14:21:23.000Z","updated_at":"2025-03-05T14:41:55.000Z","dependencies_parsed_at":"2025-03-05T15:40:41.362Z","dependency_job_id":null,"html_url":"https://github.com/fguisso/CospendWise","commit_stats":null,"previous_names":["fguisso/cospendwise"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fguisso%2FCospendWise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fguisso%2FCospendWise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fguisso%2FCospendWise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fguisso%2FCospendWise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fguisso","download_url":"https://codeload.github.com/fguisso/CospendWise/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242473055,"owners_count":20134020,"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":["android","cospend","flutter-apps","flutter-examples","moneybuster","nextcloud","splitwise"],"created_at":"2025-03-07T23:12:41.265Z","updated_at":"2026-04-21T05:32:57.367Z","avatar_url":"https://github.com/fguisso.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💰 CospendWise App\n\nA Flutter app to make your [Nextcloud Cospend](https://apps.nextcloud.com/apps/cospend) experience more beautiful! ✨\n\n|             Home Screen              |                Login                 |               User Info             |\n| :----------------------------------: | :----------------------------------: |:----------------------------------: |\n| \u003cimg src=\"Screenshot.png\" width=\"250\"\u003e | \u003cimg src=\"Screenshot-login.png\" width=\"250\"\u003e | \u003cimg src=\"Screenshot-user-info.png\" width=\"250\"\u003e |\n\n## 🌟 About This Project\n\nHey there! 👋 This is a special project with a unique story. I'm a programmer who had zero knowledge about Android, [Flutter](https://flutter.dev), or [Dart](https://dart.dev) when starting this. I didn't even understand the [Cospend API](https://github.com/eneiluj/cospend-nc/wiki/API-documentation)! What I did know was that I wanted something as beautiful as Splitwise (where I came from) but integrated with [Nextcloud Cospend](https://apps.nextcloud.com/apps/cospend).\n\nI'm now a heavy Cospend user, but I found the [MoneyBuster](https://gitlab.com/eneiluj/moneybuster) mobile app didn't quite match what I was looking for in terms of UI/UX. So, with the help of [Claude AI](https://anthropic.com/claude), I created this project to experiment with a more modern interface.\n\n### 🤝 Looking for Contributors!\n\nIf you're experienced with Flutter/Dart and share the same interest in making Cospend more beautiful, I'd love to hand this project over to you or a community to lead! Thanks to [MoneyBuster](https://gitlab.com/eneiluj/moneybuster) and [Cospend](https://github.com/eneiluj/cospend-nc) for providing inspiration both in terms of usability and implementations.\n\n## ✨ Current Features\n\n- 🔗 Connect with your [Nextcloud](https://nextcloud.com) instance\n- 👤 Display your Nextcloud avatar\n- 📋 List all your Cospend projects\n- 💸 View bills in selected projects\n- 🧮 Calculate balances (it's a bit messy, but we're trying!)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\nBefore you begin, make sure you have:\n- 📱 [Flutter SDK](https://flutter.dev/docs/get-started/install) installed\n- 🔧 [Dart SDK](https://dart.dev/get-dart) installed\n- ☁️ A [Nextcloud](https://nextcloud.com) instance with [Cospend app](https://apps.nextcloud.com/apps/cospend)\n\n### Installation Steps\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/fguisso/cospendwise.git\ncd cospendwise\n```\n\n2. Install dependencies:\n```bash\nflutter pub get\n```\n\n3. Run the app:\n```bash\nflutter run\n```\n\n### 🔐 First Time Setup\n\n1. Launch the app\n2. Enter your Nextcloud instance URL\n3. Log in with your credentials\n4. Start managing your shared expenses! 🎉\n\n## 🎨 UI Features\n\n- [Material Design 3](https://m3.material.io) modern look\n- Beautiful animations\n- Intuitive navigation\n- Overlapping avatars in groups\n- Clean balance display\n\n## 🙏 Acknowledgments\n\n- Thanks to [Nextcloud Cospend](https://github.com/eneiluj/cospend-nc) for the amazing expense management app\n- Thanks to [MoneyBuster](https://gitlab.com/eneiluj/moneybuster) for mobile app inspiration\n- Thanks to [Claude AI](https://anthropic.com/claude) that helped create this project\n\n---\nMade with ❤️ and lots of [AI](https://anthropic.com/claude) help!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffguisso%2Fcospendwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffguisso%2Fcospendwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffguisso%2Fcospendwise/lists"}