{"id":18538473,"url":"https://github.com/bryanbill/bluu","last_synced_at":"2025-07-30T23:34:40.455Z","repository":{"id":111162836,"uuid":"294107047","full_name":"bryanbill/bluu","owner":"bryanbill","description":"Fully functional Messenger written in Flutter Framework","archived":false,"fork":false,"pushed_at":"2021-06-28T05:30:05.000Z","size":5925,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T23:19:28.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/bryanbill.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}},"created_at":"2020-09-09T12:31:31.000Z","updated_at":"2023-11-27T19:03:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"691dfc6e-604a-41a0-84af-dfd081197658","html_url":"https://github.com/bryanbill/bluu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bryanbill/bluu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Fbluu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Fbluu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Fbluu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Fbluu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanbill","download_url":"https://codeload.github.com/bryanbill/bluu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanbill%2Fbluu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267960836,"owners_count":24172507,"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-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-11-06T19:43:53.124Z","updated_at":"2025-07-30T23:34:40.423Z","avatar_url":"https://github.com/bryanbill.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e Bluu\u003c/h1\u003e\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8ee9da023d7d45b7a488166be52b53e3)](https://app.codacy.com/manual/CocoGinger/bluu?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=CocoGinger/bluu\u0026utm_campaign=Badge_Grade_Settings)\n[![GitHub issues](https://img.shields.io/github/issues/CocoGinger/bluu?style=flat)](https://github.com/CocoGinger/bluu/issues)\n[![GitHub forks](https://img.shields.io/github/forks/CocoGinger/bluu)](https://github.com/CocoGinger/bluu/network)\n[![GitHub stars](https://img.shields.io/github/stars/CocoGinger/bluu)](https://github.com/CocoGinger/bluu/stargazers)\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2FCocoGinger%2Fbluu)](https://twitter.com/intent/tweet?text=Flutter%Fully%Functional%Messenger\u0026url=https%3A%2F%2Fgithub.com%2FCocoGinger%2Fbluu)\n[![GitHub license](https://img.shields.io/github/license/CocoGinger/bluu?style=flat)](https://github.com/CocoGinger/bluu/blob/master/LICENSE)\n\n\n\n## Description\n\nA Flutter Chat Application, using Firebase for Google Sign In/Sign Up, exchange texts, emojis, and images. Integrated Agora Sdk for communicating over video calls. A little tweaking to communicate over voice calls only.\n\n## Get Started\n\n*   Clone this repo\n*   Run `flutter packages get`\n*   Run `flutter run` (remember to open simulator or connect physical device, iOS auto run additional command `pod install`)\n\n## Setup\n\nConnect the app to your Firebase Project from your [Firebase Console](http://console.firebase.google.com) and add the `google-services.json` in the `/android/app` directory.\n\nInside `/lib` directory make a new directory `/configs`, where you'll need to make two new files `agora_configs.dart` and `firebase_configs.dart`.\n\nInside `agora_configs.dart` add:\n\n  `const APP_ID = '\u003cYOUR_AGORA_SDK_TOKEN\u003e';` from your [Agora.io](https://console.agora.io).\n\nInside `firebase_configs.dart` add: \n  \n  `const SERVER_KEY = '\u003cYOUR_FIREBASE_SERVER_KEY\u003e';` from your [Firebase Console](http://console.firebase.google.com).\n\n## bluu UI\n\n\n\n## TODO\n\n*   Integrate Facebook Sign in and Sign up.\n*   Enable Group Chats.\n*   Enable Group Calls.\n\n\n## LICENSE\n\n\u003cp\u003e\n\u003cb\u003eMIT License\u003c/b\u003e\n\nCopyright (c) 2020 Bryan Bill\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanbill%2Fbluu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanbill%2Fbluu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanbill%2Fbluu/lists"}