{"id":19741795,"url":"https://github.com/ziadasem/flutter_chatting_app","last_synced_at":"2025-02-27T23:19:23.894Z","repository":{"id":131973626,"uuid":"511625900","full_name":"ziadasem/flutter_chatting_app","owner":"ziadasem","description":"Chat App built with flutter, firebase and SQL","archived":false,"fork":false,"pushed_at":"2022-07-29T15:39:24.000Z","size":2834,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T20:17:04.548Z","etag":null,"topics":["flutter","flutter-app","flutter-example-app","flutter-examples"],"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/ziadasem.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":"2022-07-07T17:56:52.000Z","updated_at":"2022-07-29T15:28:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"b69db99a-f246-4afc-afa5-d5f28963fb5d","html_url":"https://github.com/ziadasem/flutter_chatting_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziadasem%2Fflutter_chatting_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziadasem%2Fflutter_chatting_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziadasem%2Fflutter_chatting_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziadasem%2Fflutter_chatting_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziadasem","download_url":"https://codeload.github.com/ziadasem/flutter_chatting_app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241072415,"owners_count":19904759,"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":["flutter","flutter-app","flutter-example-app","flutter-examples"],"created_at":"2024-11-12T01:27:53.902Z","updated_at":"2025-02-27T23:19:23.869Z","avatar_url":"https://github.com/ziadasem.png","language":"Dart","readme":"## Flutter Chat App\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; chat app built with flutter, SQLite and firebase. This is a project from **flutter course -Pixels’22** projects.\n\n**Application functionalities**\n\n 1. Theme and Application identity can be configured from *config.dart*\n 2. Authentication using Firebase authentication service\n 3. login using  google accounts\n 4. load recent chats and contacts from offline DB -SQLite-\n 5. synchronize firebase documents with SQLite tables\n 6. send and save messages in firestore\n 7. adding new contacts by QR code scanning \n \n**Screenshots**\n\u003cbr/\u003e\n![intro screen](https://drive.google.com/uc?id=1wT5G1ibc0_0FVCaW5y0TFeLheTLLWUgv)\n\u003cbr/\u003e\n\n![sign up screen](https://drive.google.com/uc?id=1e2Z_MjzLtHLYz-kfGVePFCs65JuV9S-f)\n\u003cbr/\u003e\n![Recent chats](https://drive.google.com/uc?id=15C9GTyk4NgtWIdv5cPTWq9v9G15mlRJX)\n\u003cbr/\u003e\n![messages screen](https://drive.google.com/uc?id=12o_u5aXMBZuEDhxVmUjxQs34WreuqsMW)\n\u003cbr\u003e \u003cbr\u003e\n\n![contacts](https://drive.google.com/uc?id=178KAmv9pUhVIqAc9-2cG9vHq_7p2cmTh)\n\u003cbr\u003e \u003cbr\u003e\n\n![QR scanning](https://drive.google.com/uc?id=1wmNuo_gJVCL4TuTkwOwAiEhaTAaHBAQw)\n\u003cbr\u003e\u003cbr\u003e\n\n![profile](https://drive.google.com/uc?id=1gCzXUrZ43g6IIm9S_ntikYs4Va8zYErc)\n\u003cbr\u003e\u003cbr\u003e\n\n![share contact](https://drive.google.com/uc?id=1cv1ADXnwu6kz0vhp-FFNI0UDgYDSo9bK)\n\u003cbr\u003e\n\n**Application Architecture**\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;**Configuration**\u003cbr\u003e\n\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; *contains config class which contains static properties of application theme data and identity* \n\n\u0026nbsp;\u0026nbsp;**Model**\u003cbr\u003e\n\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; *contains DB functions which are functions that do the SQL command in the back scenes and allow the developers to use it without knowledge of SQL commands* \n\n\u0026nbsp;\u0026nbsp;**Providers**\u003cbr\u003e\n\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; *state providers that load and save the data from firestore or database and provide them to different screens of application* \n\n\u0026nbsp;\u0026nbsp;**Screens**\u003cbr\u003e\n\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; *screens of the application* \n\n\u0026nbsp;\u0026nbsp;**utils**\u003cbr\u003e\n\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; *contain utility functions that can be used in different flutter projects* \n\n\u0026nbsp;\u0026nbsp;**widgets**\u003cbr\u003e\n\n\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp; *contain different widgets used inside the application* \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziadasem%2Fflutter_chatting_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziadasem%2Fflutter_chatting_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziadasem%2Fflutter_chatting_app/lists"}