2024-05-14 10:11:25 -04:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
|
|
part of 'currently_playing_provider.dart';
|
|
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
// RiverpodGenerator
|
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
2025-12-01 15:34:12 +08:00
|
|
|
String _$currentChaptersHash() => r'a25733d8085a2ce7dbc16fa2bf14f00ab8e2a623';
|
2025-11-28 17:05:35 +08:00
|
|
|
|
|
|
|
|
/// See also [currentChapters].
|
|
|
|
|
@ProviderFor(currentChapters)
|
|
|
|
|
final currentChaptersProvider =
|
|
|
|
|
AutoDisposeProvider<List<core.BookChapter>>.internal(
|
|
|
|
|
currentChapters,
|
|
|
|
|
name: r'currentChaptersProvider',
|
2024-05-14 10:11:25 -04:00
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
|
? null
|
2025-11-28 17:05:35 +08:00
|
|
|
: _$currentChaptersHash,
|
2024-05-14 10:11:25 -04:00
|
|
|
dependencies: null,
|
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
|
);
|
|
|
|
|
|
2025-03-25 22:01:16 +05:30
|
|
|
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
|
|
|
|
// ignore: unused_element
|
2025-11-28 17:05:35 +08:00
|
|
|
typedef CurrentChaptersRef = AutoDisposeProviderRef<List<core.BookChapter>>;
|
2025-12-01 15:34:12 +08:00
|
|
|
String _$currentBookHash() => r'8dd534821b2b02a0259c6e6bde58012b880225c5';
|
|
|
|
|
|
|
|
|
|
/// See also [CurrentBook].
|
|
|
|
|
@ProviderFor(CurrentBook)
|
|
|
|
|
final currentBookProvider =
|
|
|
|
|
AutoDisposeNotifierProvider<CurrentBook, core.BookExpanded?>.internal(
|
|
|
|
|
CurrentBook.new,
|
|
|
|
|
name: r'currentBookProvider',
|
|
|
|
|
debugGetCreateSourceHash:
|
|
|
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$currentBookHash,
|
|
|
|
|
dependencies: null,
|
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
typedef _$CurrentBook = AutoDisposeNotifier<core.BookExpanded?>;
|
2025-11-28 17:05:35 +08:00
|
|
|
String _$currentChapterHash() => r'f5f6d9e49cb7e455d032f7370f364d9ce30b8eb1';
|
|
|
|
|
|
|
|
|
|
/// See also [CurrentChapter].
|
|
|
|
|
@ProviderFor(CurrentChapter)
|
|
|
|
|
final currentChapterProvider =
|
|
|
|
|
AutoDisposeNotifierProvider<CurrentChapter, core.BookChapter?>.internal(
|
|
|
|
|
CurrentChapter.new,
|
|
|
|
|
name: r'currentChapterProvider',
|
2024-05-19 08:53:21 -04:00
|
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
|
|
|
? null
|
2025-11-28 17:05:35 +08:00
|
|
|
: _$currentChapterHash,
|
2024-05-19 08:53:21 -04:00
|
|
|
dependencies: null,
|
|
|
|
|
allTransitiveDependencies: null,
|
|
|
|
|
);
|
|
|
|
|
|
2025-11-28 17:05:35 +08:00
|
|
|
typedef _$CurrentChapter = AutoDisposeNotifier<core.BookChapter?>;
|
2024-05-14 10:11:25 -04:00
|
|
|
// ignore_for_file: type=lint
|
2025-03-25 22:01:16 +05:30
|
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|