{"id":20188288,"url":"https://github.com/usman619/chat_app","last_synced_at":"2026-04-10T01:49:45.449Z","repository":{"id":255583167,"uuid":"851205199","full_name":"usman619/chat_app","owner":"usman619","description":"A Flutter application that uses Firebase Firestore to send and receive messages between users.","archived":false,"fork":false,"pushed_at":"2024-09-15T18:50:48.000Z","size":4755,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T18:30:19.634Z","etag":null,"topics":["android","chat-app","firebase","flutter","ios"],"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/usman619.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-09-02T16:15:05.000Z","updated_at":"2024-09-16T12:06:06.000Z","dependencies_parsed_at":"2024-11-14T03:28:36.836Z","dependency_job_id":"8d1d1de5-72f7-483c-b32d-ccca4e32cf29","html_url":"https://github.com/usman619/chat_app","commit_stats":null,"previous_names":["usman619/chat_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usman619%2Fchat_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usman619%2Fchat_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usman619%2Fchat_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usman619%2Fchat_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usman619","download_url":"https://codeload.github.com/usman619/chat_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241622613,"owners_count":19992504,"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","chat-app","firebase","flutter","ios"],"created_at":"2024-11-14T03:28:33.944Z","updated_at":"2025-12-01T06:05:13.676Z","avatar_url":"https://github.com/usman619.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chat_app\n\nA Flutter application that uses Firebase Firestore to send and receive messages.\n\n## Feature:\n\nThe following are the features of this application:\n\n### Change themes\n\n- Switch between light mode and dart mode.\n\n### User Authentication:\n\n- Sign up and log in using email and password.\n\n### Messaging:\n\n- Send and receive messages from other users.\n- Message timestamps.\n\n### Report, Block and Unblock user:\n\n- Report messages.\n- Block users.\n- Unblock users.\n\n### Features to be added in future:\n\n- Message notifications. []\n- Change passwords. []\n- Password reset via email. []\n- Email verification. []\n- Delete user account. []\n\n\n## File Structure:\n\n```bash\nassets/\n│\n├── icon/                   # App Icon\n├── images/                 # Chat Bubble Icon\n└── screenshots/            # UI Screenshots\nlib/\n│\n├── components/             # Reusable widgets and UI componets from Text Fields to Posts Container\n├── util/                   # Chat timestamp function\n├── models/                 # Data models for the application\n├── pages/                  # UI screens for the application\n├── services/               # Firebase service classes (auth_service and chat_service)\n│       │\n│       ├── auth/           # Firebase Authentication Service\n│       └── chat/           # Chat Service\n├── themes/                 # Themes Provider and text themes\n└── main.dart               # Main entry point of the application\n```\n\n## App Icon:\n\nThe app icon is made using the following websites:\n\n- [Figma](https://www.figma.com/)\n- [App Icon Generator](https://www.appicon.co/)\n- [Icon Monstr](https://iconmonstr.com/)\n\n\u003cimg src=\"assets/icon/dark_app_icon.png\" alt=\"dark_app_icon\" width=\"300\" height=\"300\" \u003e\n\u003cimg src=\"assets/icon/light_app_icon.png\" alt=\"light_app_icon\" width=\"300\" height=\"300\" \u003e\n\n## UI Screens\n\n\u003cimg src=\"assets/screenshots/chat_app_ui.png\" alt=\"UI\"\u003e\n\n## Getting Started:\n\n### Prerequisites:\n\n- Have [Flutter](https://flutter.dev/) installed on your machine.\n- Create a [Firebase](https://firebase.google.com/) project and turn on Email/Password from the Authentication section in the Sign-in method.\n\n### Packages used:\n\n- ![provider](https://pub.dev/packages/provider)\n- ![firebase_auth](https://pub.dev/packages/firebase_auth)\n- ![firebase_core](https://pub.dev/packages/firebase_core)\n- ![cloud_firestore](https://pub.dev/packages/cloud_firestore)\n- ![intl](https://pub.dev/packages/intl)\n- ![google_fonts](https://pub.dev/packages/google_fonts)\n- ![flutter_launcher_icons](https://pub.dev/packages/flutter_launcher_icons)\n\n### Installation:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/usman619/chat_app.git\ncd chat_app\ncode .\n```\n\n2. Install the dependencies:\n\n```bash\nflutter pub get\n```\n\n3. If you want to change default app icon, goto the file 'flutter_launcher_icons.yaml' and change the path used in 'image_path' and after that run the following command in your terminal:\n\n```bash\ndart run flutter_launcher_icons:main\n```\n\n4. Login into Firebase Console through CLI and select the project you have created before:\n\n```bash\nfirebase login\nflutter pub global activate flutterfirebase_cli\nflutterfire config\n\u003c Select the project that you have created in Firebase Console \u003e\nflutter pub global deactivate flutterfirebase_cli\n```\n\n5. Run using the following command:\n\n```bash\nflutter run\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusman619%2Fchat_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusman619%2Fchat_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusman619%2Fchat_app/lists"}