{"id":25227926,"url":"https://github.com/GetStream/stream-chat-flutter","last_synced_at":"2025-10-26T05:30:19.985Z","repository":{"id":36950848,"uuid":"241876038","full_name":"GetStream/stream-chat-flutter","owner":"GetStream","description":"Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API.","archived":false,"fork":false,"pushed_at":"2025-10-15T13:56:29.000Z","size":87900,"stargazers_count":1026,"open_issues_count":16,"forks_count":371,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-10-18T20:11:50.627Z","etag":null,"topics":["chat","chat-sdk","dart","dart-package","dartlang","flutter","flutter-chat","flutter-plugin","hacktoberfest","melos","messaging","sdk","stream-chat","stream-flutter-sdk","widgets"],"latest_commit_sha":null,"homepage":"https://getstream.io/chat/sdk/flutter/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GetStream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-20T12:15:45.000Z","updated_at":"2025-10-18T15:55:28.000Z","dependencies_parsed_at":"2023-10-12T23:29:27.270Z","dependency_job_id":"e386dbc5-9fb8-4d31-8c6a-fa28091329ea","html_url":"https://github.com/GetStream/stream-chat-flutter","commit_stats":{"total_commits":4402,"total_committers":72,"mean_commits":"61.138888888888886","dds":0.5697410268059973,"last_synced_commit":"f9640169fdcb25d006336f40b4663e9b404a0bff"},"previous_names":[],"tags_count":230,"template":false,"template_full_name":null,"purl":"pkg:github/GetStream/stream-chat-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-chat-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-chat-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-chat-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-chat-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GetStream","download_url":"https://codeload.github.com/GetStream/stream-chat-flutter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-chat-flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281060074,"owners_count":26437149,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"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":["chat","chat-sdk","dart","dart-package","dartlang","flutter","flutter-chat","flutter-plugin","hacktoberfest","melos","messaging","sdk","stream-chat","stream-flutter-sdk","widgets"],"created_at":"2025-02-11T09:13:23.069Z","updated_at":"2025-10-26T05:30:19.968Z","avatar_url":"https://github.com/GetStream.png","language":"Dart","readme":"# Official Flutter packages for [Stream Chat](https://getstream.io/chat/sdk/flutter/)\n\n![](https://raw.githubusercontent.com/GetStream/stream-chat-flutter/master/images/sdk_hero_v4.png)\n\n[![CI](https://github.com/GetStream/stream-chat-flutter/actions/workflows/stream_flutter_workflow.yml/badge.svg?branch=master)](https://github.com/GetStream/stream-chat-flutter/actions/workflows/stream_flutter_workflow.yml)\n[![Melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](https://github.com/invertase/melos)\n\n**Quick Links**\n\n- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat\n- [Flutter Chat SDK Tutorial](https://getstream.io/chat/flutter/tutorial/)\n- [Chat UI Kit](https://getstream.io/chat/ui-kit/)\n- [Sample apps](https://github.com/GetStream/flutter-samples)\n\nThis repository contains code for our [Dart](https://dart.dev/) and [Flutter](https://flutter.dev/) chat clients.\n\nStream allows developers to rapidly deploy scalable feeds and chat messaging with an industry leading 99.999% uptime SLA guarantee.\n\n**V8 Migration Guide**\n\nFor upgrading from V7 to V8, please refer to the [V8 Migration Guide](https://getstream.io/chat/docs/sdk/flutter/guides/migration_guide_8_0/)\n\n## Sample apps and demos\nCheck out our [sample_app](sample_app) to see Stream Chat's core features in action. For more sample apps and demos, visit [GetStream/flutter-samples](https://github.com/GetStream/flutter-samples).\n\n## Free for Makers\n\nStream is free for most side and hobby projects. To qualify your project/company needs to have \u003c 5 team members and \u003c $10k in monthly revenue.\nFor complete pricing details visit our [Chat Pricing Page](https://getstream.io/chat/pricing/)\n\n## Structure\nStream Chat Dart is a monorepo built using [Melos](https://docs.page/invertase/melos). Individual packages can be found in the `packages` directory while configuration and top level commands can be found in `melos.yaml`. \n\nTo get started, run `bootstrap` after cloning the project. \n\n```shell\nmelos bootstrap\n```\n\n## Packages \nWe provide a variety of packages depending on the level of customization you want to achieve.\n\n### [`stream_chat`](https://github.com/GetStream/stream-chat-flutter/tree/master/packages/stream_chat)\nA pure Dart package that can be used on any Dart project. It provides a low-level client to access the Stream Chat service.\n\n### [`stream_chat_persistence`](https://github.com/GetStream/stream-chat-flutter/tree/master/packages/stream_chat_persistence)\nThis package provides a persistence client for fetching and saving chat data locally. Stream Chat Persistence uses Moor as a disk cache.\n\n### [`stream_chat_flutter_core`](https://github.com/GetStream/stream-chat-flutter/tree/master/packages/stream_chat_flutter_core)\nThis package provides business logic to fetch common things required for integrating Stream Chat into your application. The `core` package allows more customisation and hence provides business logic but no UI components.\n\n### [`stream_chat_flutter`](https://github.com/GetStream/stream-chat-flutter/tree/master/packages/stream_chat_flutter)\nThis library includes both a low-level chat SDK and a set of reusable and customizable UI components.\n\n### [`stream_chat_localizations`](https://github.com/GetStream/stream-chat-flutter/tree/master/packages/stream_chat_localizations)\nThis library includes a set of localization files for the Flutter UI components.\n\n## Flutter Chat Tutorial\n\nThe best place to start is the [Flutter Chat Tutorial](https://getstream.io/chat/flutter/tutorial/).\nIt teaches you how to use this SDK and also shows how to make frequently required changes.\n\n## Example Apps\n\nEvery package folder includes a fully functional example with setup instructions.\n\nWe also provide a set of sample apps created using the Stream Flutter SDK at [this location](https://github.com/GetStream/flutter-samples).\n\n## Versioning Policy\n\nAll of the Stream Chat packages follow [semantic versioning](https://semver.org/).\n\nSee our [versioning policy documentation](https://getstream.io/chat/docs/sdk/flutter/basics/versioning_policy/) for more information.\n\n## We are hiring\n\nWe've recently closed a [\\$38 million Series B funding round](https://techcrunch.com/2021/03/04/stream-raises-38m-as-its-chat-and-activity-feed-apis-power-communications-for-1b-users/) and we keep actively growing.\nOur APIs are used by more than a billion end-users, and you'll have a chance to make a huge impact on the product within a team of the strongest engineers all over the world.\n\nCheck out our current openings and apply via [Stream's website](https://getstream.io/team/#jobs).\n\n","funding_links":[],"categories":["Flutter Project Showcase","Official SDKs \u0026 Tutorials"],"sub_categories":["Cross-Platform"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGetStream%2Fstream-chat-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGetStream%2Fstream-chat-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGetStream%2Fstream-chat-flutter/lists"}