mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-05 17:59:32 +00:00
downloads and offline playback
This commit is contained in:
parent
1c95d1e4bb
commit
c24541f1cd
38 changed files with 1590 additions and 109 deletions
|
|
@ -98,7 +98,7 @@ class AudiobookPlayer extends HookConsumerWidget {
|
|||
// add a delay before closing the player
|
||||
// to allow the user to see the player closing
|
||||
Future.delayed(const Duration(milliseconds: 300), () {
|
||||
player.setSourceAudioBook(null);
|
||||
player.setSourceAudiobook(null);
|
||||
});
|
||||
},
|
||||
curve: Curves.easeOut,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue