{"id":18709119,"url":"https://github.com/baguilar6174/flutter-chat-app","last_synced_at":"2026-04-12T02:36:20.272Z","repository":{"id":60007754,"uuid":"378017763","full_name":"baguilar6174/flutter-chat-app","owner":"baguilar6174","description":"Repositorio para almacenar el código fuente de una aplicación de chat con Flutter","archived":false,"fork":false,"pushed_at":"2024-11-17T21:50:47.000Z","size":1108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-04T12:57:02.038Z","etag":null,"topics":["dart","flutter","provider-state-management","socket-io"],"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/baguilar6174.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":"2021-06-18T02:56:26.000Z","updated_at":"2024-11-17T21:50:50.000Z","dependencies_parsed_at":"2024-12-28T07:42:09.730Z","dependency_job_id":"e6227711-234e-4156-baf6-f8de005d60a2","html_url":"https://github.com/baguilar6174/flutter-chat-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baguilar6174/flutter-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Fflutter-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Fflutter-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Fflutter-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Fflutter-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baguilar6174","download_url":"https://codeload.github.com/baguilar6174/flutter-chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baguilar6174%2Fflutter-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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","flutter","provider-state-management","socket-io"],"created_at":"2024-11-07T12:26:22.117Z","updated_at":"2026-04-12T02:36:20.235Z","avatar_url":"https://github.com/baguilar6174.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat App\n\nThis mobile application features a chat implementation built with Flutter that uses sockets for direct communication with the server. It includes User Login and Registration, among other features.\n\n## How to Use\n\nStep 1:\n\nHave the Flutter SDK installed. This project was created with Flutter version `2.2.2` and Dart `2.13.3`.\n\nStep 2:\n\nClone the project repository using the following command:\n\n```\ngit clone https://github.com/baguilar6174/flutter-chat-app.git\n```\n\nStep 3:\n\nIn the project's root directory, run the following command in the terminal to get the necessary dependencies:\n\n```\nflutter pub get\n```\n\n## What I Learned\n\n- Designing login and registration screens with optimizations and reusable code\n- CustomInputFields\n- Navigation between screens\n- Pull to refresh in a list\n- Message bubbles\n- Message animations\n- Consuming REST services\n- Login and registration from Flutter\n- Storing JWT Keychain / KeyStore\n- Maintaining the user's session if authenticated\n- Connecting sockets after login\n- Sending and receiving messages\n- Message storage\n\n## Features\n\n- Login page (UI only)\n- User registration page (UI only)\n- Chat room page (UI only)\n- Chat page (sending messages with animations)\n- Preload page\n- Logout\n\n## Libraries \u0026 Packages Used\n\n* `pull_to_refresh: ^2.0.0`: reloads the page with a gesture\n* `provider: ^5.0.0`: state management for the application\n* `dio: ^4.0.0`: library for making HTTP requests\n* `flutter_secure_storage: ^4.2.0`: library for secure storage on the device\n* `socket_io_client: ^1.0.1`: client for socket communication\n  \n## Band Names App\n\n\u003cbr\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eLogin Page\u003c/td\u003e\n    \u003ctd\u003eRegister Page\u003c/td\u003e\n    \u003ctd\u003eUsers Page\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/login.png?raw=true\" width=\"70%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/register.png?raw=true\" width=\"70%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/users.png?raw=true\" width=\"70%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\u003cbr\u003e\n\n\u003cbr\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eChat Page\u003c/td\u003e\n    \u003ctd\u003eLogin Validate\u003c/td\u003e\n    \u003ctd\u003eLogout\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/chat.png?raw=true\" width=\"70%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/login_validate.png?raw=true\" width=\"70%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/logout.png?raw=true\" width=\"70%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\u003cbr\u003e\n\n\u003cbr\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eChat test\u003c/td\u003e\n    \u003ctd\u003eChat test\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/test1.png?raw=true\" width=\"70%\"\u003e\u003c/td\u003e\n    \u003ctd align=\"center\" valign=\"center\"\u003e\u003cimg src=\"./media/test2.png?raw=true\" width=\"70%\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\u003cbr\u003e\n\n# Stay in touch\n\n- Website - [www.bryan-aguilar.com](https://www.bryan-aguilar.com/)\n- Medium - [baguilar6174](https://baguilar6174.medium.com/)\n- LinkedIn - [baguilar6174](https://www.linkedin.com/in/baguilar6174)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaguilar6174%2Fflutter-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaguilar6174%2Fflutter-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaguilar6174%2Fflutter-chat-app/lists"}