{"id":28411826,"url":"https://github.com/aruntemme/flutchat","last_synced_at":"2026-04-18T02:32:46.529Z","repository":{"id":176207794,"uuid":"283758358","full_name":"aruntemme/flutchat","owner":"aruntemme","description":"Flutter Chat Application using firebase","archived":false,"fork":false,"pushed_at":"2020-08-28T12:27:23.000Z","size":11433,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T00:15:07.318Z","etag":null,"topics":["dart","firebase","firebase-auth","firebase-realtime-database","flutter","messaging-app"],"latest_commit_sha":null,"homepage":"","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/aruntemme.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}},"created_at":"2020-07-30T11:46:54.000Z","updated_at":"2020-09-05T10:50:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"4135412d-21ef-41df-886b-cf49fa7a51bd","html_url":"https://github.com/aruntemme/flutchat","commit_stats":null,"previous_names":["aruntemme/flutchat"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aruntemme/flutchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruntemme%2Fflutchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruntemme%2Fflutchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruntemme%2Fflutchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruntemme%2Fflutchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aruntemme","download_url":"https://codeload.github.com/aruntemme/flutchat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruntemme%2Fflutchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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","firebase","firebase-auth","firebase-realtime-database","flutter","messaging-app"],"created_at":"2025-06-02T19:15:48.841Z","updated_at":"2026-04-18T02:32:46.524Z","avatar_url":"https://github.com/aruntemme.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FlutChat\n# Flutter Messaging App - Flutter \u0026 Firebase\n\n\u003e version 0.1.0 - alpha\n\n- The FlutChat Messaging app has material UI. It has been build using Flutter \u0026 Firebase. This is still work in progress but most of the main features like messaging, searching and themes are working good.\n\n- This app can be easily integrated with any flutter project.\n\n- It has multi theaming option works well is both Android \u0026 IOS\n\n\n## Release\ncheack releases for the current version of app -----\u003e [DOWNLOAD](https://github.com/aruntemme/flutchat/releases) \n\n## Screenshots of the application \n\nLight Mode | Dark Mode\n------------ | -------------\n\u003cimg src = \"media/light1.jpg\" width=\"300\" height =\"650\"\u003e | \u003cimg src = \"media/dark1.jpg\" width=\"300\" height =\"650\"\u003e\n\u003cimg src = \"media/light2.jpg\" width=\"300\" height =\"650\"\u003e | \u003cimg src = \"media/dark2.jpg\" width=\"300\" height =\"650\"\u003e\n\u003cimg src = \"media/light3.jpg\" width=\"300\" height =\"650\"\u003e | \u003cimg src = \"media/dark3.jpg\" width=\"300\" height =\"650\"\u003e\n\u003cimg src = \"media/light4.jpg\" width=\"300\" height =\"650\"\u003e | \u003cimg src = \"media/dark4.jpg\" width=\"300\" height =\"650\"\u003e\n\u003cimg src = \"media/light5.jpg\" width=\"300\" height =\"650\"\u003e | \u003cimg src = \"media/dark5.jpg\" width=\"300\" height =\"650\"\u003e\n\u003cimg src = \"media/light6.jpg\" width=\"300\" height =\"650\"\u003e | \u003cimg src = \"media/dark6.jpg\" width=\"300\" height =\"650\"\u003e\n\u003cimg src = \"media/login.jpg\" width=\"300\" height =\"650\"\u003e | \u003cimg src = \"media/delete.jpg\" width=\"300\" height =\"650\"\u003e\n\n\n## Project Setup\n\nIn order to set up the project, please follow below steps:\n\n### Flutter setup\n\n1. Install package dependencies:\n\n```\nflutter pub get\n```\n\n2. Go to google firebase and create your own project and extract the googleservices.json.\n\n\n3. Run the project by running command:\n\n```\nflutter run -v\n```\n\n4. Use one of these commands to build the project:\n\n```\nflutter build ios\nflutter build apk --split-per-abi\nflutter build appbundle\n```\n\n5. If any issue (run the below command to troubleshoot):\n\n```\nflutter doctor\n```\n\nFor help getting started with Flutter, check [online documentation](https://flutter.dev/docs), which offers great tutorials, samples, guidance on mobile development, and a full API reference.\n\n## Give a star ⭐ if you like ♥ the project\n\n## Authors\n\n\u003e  [Arun K ](https://github.com/aruntemme) \n![Made with 💛 in India](https://madewithlove.org.in/badge.svg)\n\n## Feel Free to Contract\n\n* Gmail : arungauthamk@gmail.com\n* Twitter : https://www.twitter.com/aruntemme\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faruntemme%2Fflutchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faruntemme%2Fflutchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faruntemme%2Fflutchat/lists"}