Browse Source

update readme and todolist

Caijinglong 6 years ago
parent
commit
46a3c90e31
3 changed files with 8 additions and 2 deletions
  1. 2 0
      README-EN.md
  2. 1 1
      README.md
  3. 5 1
      TODOLIST.md

+ 2 - 0
README-EN.md

@@ -25,6 +25,8 @@ dependencies:
 
 ## Build
 
+Current config file see [url](https://gitee.com/kikt/ijkplayer_thrid_party/blob/master/config/module.sh).
+
 Compilation options for ijkplayer:
 https://github.com/CaiJingLong/flutter_ijkplayer_pod/blob/master/config/module.sh
 

+ 1 - 1
README.md

@@ -35,7 +35,7 @@ dependencies:
 
 ## Build
 
-编译规则可以参考这个,如果你有自己的特定需求,可以修改编译选项,这个参考 bilibili/ijkplayer 或 ffmpeg
+编译规则可以参考[这个](https://gitee.com/kikt/ijkplayer_thrid_party/blob/master/config/module.sh),如果你有自己的特定需求,可以修改编译选项,这个参考 bilibili/ijkplayer 或 ffmpeg
 
 自定义编译选项可以看[这里](https://github.com/CaiJingLong/flutter_ijkplayer/blob/master/compile-cn.md)
 

+ 5 - 1
TODOLIST.md

@@ -31,6 +31,8 @@
   - [x] 控制亮度
     - [x] 逻辑方法
     - [x] 界面实现
+  - [ ] 屏幕方向锁定 : 这个指当前页面支持什么方向的应用
+  - [ ] 屏幕旋转: 这个指强制当前屏幕旋转至哪个方向
 - [x] 默认控制器 UI
   - [x] 进度条
   - [x] 播放/暂停按钮
@@ -48,7 +50,8 @@
     - [ ] UI(控制器 UI 内)
     - [ ] android
     - [ ] iOS
-    - [ ] 利用 Overlay 开发一个全屏的播放界面,不仅仅在 Example 中
+    - [ ] 利用 ShowDialog 开发一个全屏的播放界面,不仅仅在 Example 中
+      - [ ] 根据屏幕宽高确定是横屏全屏还是竖屏全屏(比如:常规电影是横屏,类似抖音自拍之类的为竖屏)
 - [x] 根据视频角度自动旋转
 - [x] 保证图片宽高比不失真
 - [x] 允许自定义控制器 UI
@@ -59,4 +62,5 @@
   - [ ] 设置选项的使用
   - [x] 切换全屏播放的示例代码
   - [x] 在列表中(ListView)
+  - [ ] 视频竖向分页滑动
 - [x] iOS 部分视频无法显示图像的问题: 可能很长时间内都无法解决