mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 11:09:28 +00:00
playback reporting
This commit is contained in:
parent
fbd789f989
commit
be7f5daa88
14 changed files with 751 additions and 10 deletions
|
|
@ -19,6 +19,8 @@ part 'audiobook_player.g.dart';
|
|||
|
||||
const playerId = 'audiobook_player';
|
||||
|
||||
/// Simple because it doesn't rebuild when the player state changes
|
||||
/// it only rebuilds when the token changes
|
||||
@Riverpod(keepAlive: true)
|
||||
class SimpleAudiobookPlayer extends _$SimpleAudiobookPlayer {
|
||||
@override
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@ part of 'audiobook_player.dart';
|
|||
String _$simpleAudiobookPlayerHash() =>
|
||||
r'b65e6d779476a2c1fa38f617771bf997acb4f5b8';
|
||||
|
||||
/// See also [SimpleAudiobookPlayer].
|
||||
/// Simple because it doesn't rebuild when the player state changes
|
||||
/// it only rebuilds when the token changes
|
||||
///
|
||||
/// Copied from [SimpleAudiobookPlayer].
|
||||
@ProviderFor(SimpleAudiobookPlayer)
|
||||
final simpleAudiobookPlayerProvider =
|
||||
NotifierProvider<SimpleAudiobookPlayer, abp.AudiobookPlayer>.internal(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue