Skip to content

Commit

Permalink
Merge pull request #628 from guozhigq/feature-customBottomControl
Browse files Browse the repository at this point in the history
Feature custom bottom control
  • Loading branch information
guozhigq authored Mar 16, 2024
2 parents 4865948 + 6fdfcb8 commit fca0588
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 fca0588

Please sign in to comment.