Analysis updated 2026-06-24
Watch Huya, Douyu, Bilibili, and Douyin live streams in one Flutter app.
View danmaku scrolling chat over the live video player.
Build a custom Android TV streaming client from the included TV variant.
Reuse the core Dart library to fetch stream URLs in your own project.
| xiaoyaocz/dart_simple_live | getlantern/lantern | carguo/gsy_github_app_flutter | |
|---|---|---|---|
| Stars | 15,632 | 15,520 | 15,445 |
| Language | Dart | Dart | Dart |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
No prebuilt binaries, you compile from source with Flutter 3.38 and platform SDKs for each target.
Simple Live is a live streaming viewer application built with Flutter (a cross-platform app framework) in Dart. It lets users watch live streams from several major Chinese streaming platforms: Huya, Douyu, Bilibili, and Douyin (the Chinese version of TikTok). The app is available on Android, iOS, Windows, macOS, Linux, and Android TV, though the desktop and TV versions are currently in beta. The project is organized into four parts: a core library that handles fetching stream information and live chat (called danmaku, which is the scrolling comment overlay common on Chinese streaming sites), a console program built on top of that library, a Flutter app client for regular devices, and a separate Flutter client optimized for Android TV. The project does not provide pre-built release packages, users need to compile the app from source to run it. It was built using Flutter version 3.38 and is intended for learning and non-commercial use only.
Cross-platform Flutter app that watches live streams and scrolling chat from Huya, Douyu, Bilibili, and Douyin on phones, desktop, and Android TV.
Mainly Dart. The stack also includes Flutter, Dart.
Source-available for learning and non-commercial use only, so you cannot legally ship it as a paid or commercial product.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.