{"id":20940263,"url":"https://github.com/mohamedmagdy2301/chat_app","last_synced_at":"2026-02-25T15:36:48.141Z","repository":{"id":250633528,"uuid":"834996599","full_name":"mohamedmagdy2301/chat_app","owner":"mohamedmagdy2301","description":"Chaty App is a real-time chat application built using flutter framework. It supports instant messaging, user authentication, and has a sleek, responsive design. Whether you're looking to build a personal chat app or an enterprise-grade messaging platform.","archived":false,"fork":false,"pushed_at":"2024-10-14T18:53:52.000Z","size":5739,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T17:35:59.398Z","etag":null,"topics":["android","dart","firebase","firebase-auth","firebase-database","flutter"],"latest_commit_sha":null,"homepage":"https://firebase.google.com/docs/auth/flutter/start","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/mohamedmagdy2301.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":"2024-07-28T23:54:09.000Z","updated_at":"2025-01-23T21:51:36.000Z","dependencies_parsed_at":"2025-03-13T03:37:06.071Z","dependency_job_id":null,"html_url":"https://github.com/mohamedmagdy2301/chat_app","commit_stats":null,"previous_names":["mohamedmagdy2301/chat_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohamedmagdy2301/chat_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedmagdy2301%2Fchat_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedmagdy2301%2Fchat_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedmagdy2301%2Fchat_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedmagdy2301%2Fchat_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohamedmagdy2301","download_url":"https://codeload.github.com/mohamedmagdy2301/chat_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedmagdy2301%2Fchat_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29828033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T14:53:59.163Z","status":"ssl_error","status_checked_at":"2026-02-25T14:53:23.002Z","response_time":61,"last_error":"SSL_read: 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":["android","dart","firebase","firebase-auth","firebase-database","flutter"],"created_at":"2024-11-18T23:09:43.559Z","updated_at":"2026-02-25T15:36:48.123Z","avatar_url":"https://github.com/mohamedmagdy2301.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr clear=\"both\"\u003e\n\u003ca href=\"https://git.io/typing-svg\"\u003e\u003cimg src=\"https://readme-typing-svg.demolab.com?font=Protest+Guerrilla\u0026weight=900\u0026size=45\u0026pause=1000\u0026color=F78918\u0026width=835\u0026height=100\u0026lines=Chat+App+%F0%9F%98%8A%E2%9C%8C%EF%B8%8F\" alt=\"Typing SVG\" /\u003e\u003c/a\u003e\n\u003cbr clear=\"both\"\u003e\n\n[![Flutter Version](https://img.shields.io/badge/Flutter-v3.0-blue.svg)](https://flutter.dev/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Overview\n\n**Chaty App** is a real-time chat application built using modern web technologies. It supports instant messaging, user authentication, and has a sleek, responsive design. Whether you're looking to build a personal chat app or an enterprise-grade messaging platform, this project serves as a solid foundation.\n\n## Features\n\n- User Registration\n- User Login\n- Real-time Chat\n- Firebase Firestore for data storage\n- Firebase Authentication\n\n## Screens\n\n- **Login Page**: Allows users to log in with their email and password.\n  \n- **Register Page**: New users can create an account.\n  \n\n- **Chat Page**: Users can send and receive messages in real-time.\n\n\n## Screenshots\n\n| Login Screen | Register Screen | Chat Screen 1 | Chat Screen 2 |\n|---|---|---|---|\n| ![Screenshot](assets/Login_Screenshot.png) | ![Screenshot](assets/Register_Screenshot.png) | ![Screenshot](assets/Chat_Screenshot_1.png)  |  ![Screenshot](assets/Chat_Screenshot_2.png) |\n\n\n## Project Structure\n\n```bash\nlib/\n├── Screens/\n│   ├── chat_page.dart        # Screen for real-time chat functionality\n│   ├── login_page.dart       # Screen for logging in\n│   └── register_page.dart    # Screen for new user registration\n├── firebase_options.dart     # Firebase configuration for different platforms\n├── main.dart                 # Entry point for the application\nassets/\n    └── chat-bubble.png       # App icon\n```\n\n## Installation\n\n### Prerequisites\n\n- Flutter SDK\n- Firebase project with Firestore and Authentication enabled\n- Dart SDK\n\n### Steps\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/your-username/chat_app.git\n    cd chat_app\n    ```\n\n2. Install dependencies:\n    ```bash\n    flutter pub get\n    ```\n\n3. Set up Firebase:\n    - Follow [Firebase's setup guide for Flutter](https://firebase.flutter.dev/docs/overview) to add your Firebase project to the app.\n    - Replace the `firebase_options.dart` with your own configurations.\n\n4. Run the app:\n    ```bash\n    flutter run\n    ```\n\n## Firebase Setup\n\nEnsure that you have Firebase Authentication and Firestore enabled for the app to work properly. You can modify the Firebase project settings in the `firebase_options.dart` file.\n\n## Generating App Icons\n\nThe app uses a custom icon for the launcher. To generate the icons for both Android and iOS, run:\n\n```bash\ndart run flutter_launcher_icons -f pubspec.yaml\n```\n\nEnsure the image is located at `assets/chat-bubble.png` before running the command.\n\n## Dependencies\n\n- **Flutter**: The core framework for the app.\n- **Firebase Core**: Initialize Firebase in the app.\n- **Firebase Auth**: Authentication using email and password.\n- **Cloud Firestore**: Real-time database to store chat messages.\n- **flutter_launcher_icons**: For generating app launcher icons.\n\n## Contributing\n\nContributions are welcome! Feel free to submit a Pull Request with improvements, bug fixes, or new features.\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/my-feature`).\n3. Make your changes and commit (`git commit -am 'Add new feature'`).\n4. Push to the branch (`git push origin feature/my-feature`).\n5. Create a new Pull Request.\n\n## Congratulations\n\nYou’ve successfully integrated Chat App into your Flutter app! For more advanced features and customization options.\n\nIf you found this guide helpful, don’t forget to ⭐ star this repository on GitHub to show your support!\n\nThank you for reading!\n\n## Contact\n\nFor any questions or inquiries, feel free to reach out:\n\n- **GitHub:** [mohamedmagdy2301](https://github.com/mohamedmagdy2301)\n- **Email:** [mohammedmego15@gmail.com](mohammedmego15@gmail.com)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedmagdy2301%2Fchat_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedmagdy2301%2Fchat_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedmagdy2301%2Fchat_app/lists"}