Files
winded/lib/features/admin/application/admin_suggestions_notifier.g.dart
philip b239ae3e5f Initial commit: Flutter app + PHP/MySQL backend on Hostinger
Replaces Firebase with a self-hosted PHP/MySQL API served from
winded.prymsolutions.com. Includes full backend (schema, auth, events,
teams, brackets, suggestions, stats, media, file upload) and updated
Flutter repositories and domain models.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 20:13:57 -07:00

53 lines
2.0 KiB
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'admin_suggestions_notifier.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$adminSuggestionsStreamHash() =>
r'e87ca116c64b03bf5e62df4c390ff5c3dcfb4e0a';
/// Live Firestore-backed stream of every suggestion, newest first, for the
/// admin review dashboard.
///
/// Copied from [adminSuggestionsStream].
@ProviderFor(adminSuggestionsStream)
final adminSuggestionsStreamProvider =
AutoDisposeStreamProvider<List<Suggestion>>.internal(
adminSuggestionsStream,
name: r'adminSuggestionsStreamProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$adminSuggestionsStreamHash,
dependencies: null,
allTransitiveDependencies: null,
);
@Deprecated('Will be removed in 3.0. Use Ref instead')
// ignore: unused_element
typedef AdminSuggestionsStreamRef =
AutoDisposeStreamProviderRef<List<Suggestion>>;
String _$adminSuggestionsNotifierHash() =>
r'fd85d538be1e2d9abad02812d9c964c2df2b547a';
/// Imperative wrapper around the suggestion write methods.
///
/// Copied from [AdminSuggestionsNotifier].
@ProviderFor(AdminSuggestionsNotifier)
final adminSuggestionsNotifierProvider =
AutoDisposeAsyncNotifierProvider<AdminSuggestionsNotifier, void>.internal(
AdminSuggestionsNotifier.new,
name: r'adminSuggestionsNotifierProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$adminSuggestionsNotifierHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$AdminSuggestionsNotifier = AutoDisposeAsyncNotifier<void>;
// ignore_for_file: type=lint
// 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