mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-08-16 23:40:59 +02:00
* feat: add ability to get logs file from ui * test: add unit test for log line parsing in logs_provider * refactor: update all logs to obfuscate sensitive information * feat: generate dynamic zip file name for logs export * feat: enhance logging in audiobook player and provider for better debugging * refactor: extract user display logic into UserBar widget for offline access of settings and logs * feat: add About section with app metadata and source code link in YouPage
28 lines
1 KiB
Dart
28 lines
1 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'authenticated_user_provider.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$authenticatedUserHash() => r'1983527595207c63a12bc84cf0bf1a3c1d729506';
|
|
|
|
/// provides with a set of authenticated users
|
|
///
|
|
/// Copied from [AuthenticatedUser].
|
|
@ProviderFor(AuthenticatedUser)
|
|
final authenticatedUserProvider = AutoDisposeNotifierProvider<AuthenticatedUser,
|
|
Set<model.AuthenticatedUser>>.internal(
|
|
AuthenticatedUser.new,
|
|
name: r'authenticatedUserProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$authenticatedUserHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$AuthenticatedUser = AutoDisposeNotifier<Set<model.AuthenticatedUser>>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|