Skip to content

Commit

Permalink
feat: 播放器底部控制栏自定义
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhigq committed Mar 10, 2024
1 parent 06fb3e8 commit 6fdfcb8
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 191 deletions.
10 changes: 10 additions & 0 deletions lib/plugin/pl_player/models/bottom_control_type.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
enum BottomControlType {
pre,
playOrPause,
next,
time,
space,
fit,
speed,
fullscreen,
}
Loading

0 comments on commit 6fdfcb8

Please sign in to comment.