diff --git a/README.md b/README.md index 63f01855..69f80609 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Hot Live +# Pure Live -image +image ![](https://img.shields.io/badge/language-dart-blue.svg?style=for-the-badge&color=00ACC1) ![](https://img.shields.io/badge/flutter-00B0FF?style=for-the-badge&logo=flutter) @@ -9,12 +9,19 @@ ![](https://img.shields.io/github/stars/Jackiu1997/pure_live?style=for-the-badge) ![](https://img.shields.io/github/issues/Jackiu1997/pure_live?style=for-the-badge&color=9C27B0) -A Flutter application for android and ios, which can make you watch lives with ease. +Pure Live is a live stream transcoding application based on Flutter for android and windows, which can make you watch lives with ease. All data fetched by local machine, no cloud save, all live data and video belongs to original platform. -一个为Android和IOS开发的Flutter直播应用程序,轻松看直播。 +Pure Live是一款款平台基于Flutter的直播转码软件,轻松看直播。所有数据均由本地机器获取,不存储在云端,直播数据、视频版权归原平台所有。 + +目前支持设备: +- Android +- Windows + +## 开发进度看板[link](https://jackiu-notes.notion.site/50bc0d3d377445eea029c6e3d4195671?v=663125e639b047cea5e69d8264926b8b) ## Screenshots +### Mobile UI
@@ -37,6 +44,23 @@ A Flutter application for android and ios, which can make you watch lives with e
+### Tablet/Desktop UI +
+ + + + + + +
+ + + + + +
+
+ ## Platforms - [x] [哔哩哔哩](https://app.bilibili.com/) @@ -67,14 +91,9 @@ A Flutter application for android and ios, which can make you watch lives with e ## Problems -### 解决中的问题 +### 问题反馈 -- [x] 大量弹幕时会有水平弹幕遮挡 -- [x] 支持DLNA投屏 -- [x] 支持视频填充/拉伸 -- [x] 后台小窗播放 -- [ ] 斗鱼某些直播间无法播放 -- [ ] 虎牙某些弹幕无法获取 +- 如果需要反馈问题,请在Github发布[issue](https://github.com/Jackiu1997/pure_live/issues/new/choose) ### 部分链接无法播放 @@ -84,8 +103,6 @@ A Flutter application for android and ios, which can make you watch lives with e - 哔哩哔哩官方搜索接口需要使用cookie,请在设置中自行设置自己的cookie -如果各种问题,请发布[issue](https://github.com/Jackiu1997/pure_live/issues/new/choose) - ### 不定时更新(随缘开发) 如果你想要更好的用户体验,更人性化的交互设计,更稳定的使用,可以使用[哔哩哔哩APP](https://app.bilibili.com/),[斗鱼APP](https://www.douyu.com/client),[虎牙APP](https://www.huya.com/download/) diff --git a/lib/pages/about/view.dart b/lib/pages/about/view.dart index 607cfb5f..1258e00f 100644 --- a/lib/pages/about/view.dart +++ b/lib/pages/about/view.dart @@ -1,4 +1,3 @@ -import 'package:flutter/services.dart'; import 'package:pure_live/common/index.dart'; import 'package:pure_live/pages/about/donate.dart'; import 'package:url_launcher/url_launcher.dart'; diff --git a/screenshots/areas_page.jpg b/screenshots/areas_page.jpg index 6803d546..6ea6d14d 100644 Binary files a/screenshots/areas_page.jpg and b/screenshots/areas_page.jpg differ diff --git a/screenshots/desktop_favorite.png b/screenshots/desktop_favorite.png new file mode 100644 index 00000000..f7141339 Binary files /dev/null and b/screenshots/desktop_favorite.png differ diff --git a/screenshots/desktop_live_play.png b/screenshots/desktop_live_play.png new file mode 100644 index 00000000..e1a9bbb9 Binary files /dev/null and b/screenshots/desktop_live_play.png differ diff --git a/screenshots/desktop_popular.png b/screenshots/desktop_popular.png new file mode 100644 index 00000000..b981129a Binary files /dev/null and b/screenshots/desktop_popular.png differ diff --git a/screenshots/favorite_page.jpg b/screenshots/favorite_page.jpg index 28d81c7b..7267bbf9 100644 Binary files a/screenshots/favorite_page.jpg and b/screenshots/favorite_page.jpg differ diff --git a/screenshots/live_play_page.jpg b/screenshots/live_play_page.jpg index 11c02603..e387f6df 100644 Binary files a/screenshots/live_play_page.jpg and b/screenshots/live_play_page.jpg differ diff --git a/screenshots/popular_page.jpg b/screenshots/popular_page.jpg index 90747977..1fa96ebf 100644 Binary files a/screenshots/popular_page.jpg and b/screenshots/popular_page.jpg differ diff --git a/screenshots/search_page.jpg b/screenshots/search_page.jpg index b3cac5d0..72f59407 100644 Binary files a/screenshots/search_page.jpg and b/screenshots/search_page.jpg differ