mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
尝试消除ios播放页全屏底部空白条
添加flutter_launcher_icons生成ios平台图标
This commit is contained in:
parent
23169a2738
commit
688291e401
28 changed files with 276 additions and 374 deletions
|
|
@ -144,7 +144,7 @@ class PlayerWhenMinimized extends HookConsumerWidget {
|
|||
// value: (progress.data ?? Duration.zero).inSeconds /
|
||||
// player.book!.duration.inSeconds,
|
||||
value: (progress.data ?? Duration.zero).inSeconds /
|
||||
player.duration!.inSeconds,
|
||||
(player.duration?.inSeconds ?? 1),
|
||||
color: Theme.of(context).colorScheme.onPrimaryContainer,
|
||||
backgroundColor: Theme.of(context).colorScheme.primaryContainer,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue