{"id":25495247,"url":"https://github.com/getstream/stream-video-flutter","last_synced_at":"2026-03-03T18:05:46.339Z","repository":{"id":179255523,"uuid":"512007128","full_name":"GetStream/stream-video-flutter","owner":"GetStream","description":"Flutter Video SDK - Build your own video app experience using Dart, Flutter and the Stream Video Messaging API.","archived":false,"fork":false,"pushed_at":"2025-04-09T11:09:38.000Z","size":32991,"stargazers_count":57,"open_issues_count":8,"forks_count":38,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-04-09T16:02:12.116Z","etag":null,"topics":["android","flutter","ios","livestreaming","video","video-calling-sdk","voip","webrtc"],"latest_commit_sha":null,"homepage":"https://getstream.io/video/docs/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":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-08T19:34:44.000Z","updated_at":"2025-04-09T11:07:27.000Z","dependencies_parsed_at":"2024-01-01T14:28:46.740Z","dependency_job_id":"0e75ad3f-1e13-45f2-b938-cff82c69e92a","html_url":"https://github.com/GetStream/stream-video-flutter","commit_stats":null,"previous_names":["getstream/stream-video-flutter"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-video-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-video-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-video-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GetStream%2Fstream-video-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GetStream","download_url":"https://codeload.github.com/GetStream/stream-video-flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065290,"owners_count":21041871,"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","flutter","ios","livestreaming","video","video-calling-sdk","voip","webrtc"],"created_at":"2025-02-19T00:25:17.165Z","updated_at":"2025-12-30T18:06:14.259Z","avatar_url":"https://github.com/GetStream.png","language":"Dart","readme":"# Official Flutter packages for the [Stream Video SDK](https://getstream.io/video/sdk/flutter/)\n\n\u003cimg src=\".readme-assets/Github-Graphic-Flutter.jpg\" alt=\"Stream Video for Flutter Header image\" style=\"box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem\" /\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![CI](https://github.com/GetStream/stream-video-flutter/actions/workflows/stream_video_flutter_workflow.yml/badge.svg?branch=main)](https://github.com/GetStream/stream-video-flutter/actions/workflows/stream_video_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\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg id=\"android-stream-video-label\" alt=\"StreamVideo\" src=\"https://img.shields.io/badge/android:stream_video-19.2%20MB-blue\"/\u003e\n  \u003cimg id=\"android-stream-video-flutter-label\" alt=\"StreamVideoFlutter\" src=\"https://img.shields.io/badge/android:stream_video_flutter-3.2%20MB-blue\"/\u003e\n  \u003cimg id=\"ios-stream-video-label\" alt=\"StreamVideo\" src=\"https://img.shields.io/badge/ios:stream_video-10.1%20MB-blue\"/\u003e\n  \u003cimg id=\"ios-stream-video-flutter-label\" alt=\"StreamVideoFlutter\" src=\"https://img.shields.io/badge/ios:stream_video_flutter-825%20KB-blue\"/\u003e\n  \u003cimg id=\"stream-video-push-notification\" alt=\"StreamVideoPushNotification\" src=\"https://img.shields.io/badge/stream_video_push_notification-\u003c1%20MB-blue\"/\u003e\n  \u003cimg id=\"stream-video-screen-sharing\" alt=\"StreamVideoScreenSharing\" src=\"https://img.shields.io/badge/stream_video_screen_sharing-\u003c1%20MB-blue\"/\u003e\n\u003c/p\u003e\n\n## Quick Links\n\n- [Register](https://getstream.io/video/) to get an API key for Stream Video\n- [Sample apps](https://github.com/GetStream/flutter-video-samples)\n\nThis repository contains code for our [Dart](https://dart.dev/) and [Flutter](https://flutter.dev/) video clients.\n\nWe use [Melos](https://melos.invertase.dev) to manage this repository.\n\n## Understanding the structure of the repository\n\n* The `packages` folder contains the packages and plugins that the SDK consists of.\n* The `examples` folder holds the samples created using the Flutter Video SDK.\n* The `docusaurus` folder contains the documentation and guides.\n* The `dogfooding` folder contains a complete example app that implements all of the features of the SDK.\n\n## Process to get started with this repository\n\n1. Clone the base repository.\n4. Run `melos postclean` to clean the project.\n5. Run `melos bootstrap` to fetch dependencies for all projects.\n6. Run `melos generate:all` to generate the required files.\n7. You can now run any app in the project or start making changes to the SDK.\n\nIf you see any unexpected behaviour in the repository, feel free to [file an issue](https://github.com/GetStream/stream-video-flutter/issues/new) in the repository.\n\n## Roadmap\n\nVideo roadmap and changelog is available [here](https://github.com/GetStream/protocol/discussions/127)\n\nThe Flutter specific roadmap is available [here](development.md). \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetstream%2Fstream-video-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetstream%2Fstream-video-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetstream%2Fstream-video-flutter/lists"}