Files
winded/lib/features/suggestions/infrastructure/suggestions_repository.g.dart
T
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

29 lines
1.1 KiB
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'suggestions_repository.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$suggestionsRepositoryHash() =>
r'5cf92a23c07a7d135224b0fcd2831f68f4a9a27f';
/// See also [suggestionsRepository].
@ProviderFor(suggestionsRepository)
final suggestionsRepositoryProvider = Provider<SuggestionsRepository>.internal(
suggestionsRepository,
name: r'suggestionsRepositoryProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$suggestionsRepositoryHash,
dependencies: null,
allTransitiveDependencies: null,
);
@Deprecated('Will be removed in 3.0. Use Ref instead')
// ignore: unused_element
typedef SuggestionsRepositoryRef = ProviderRef<SuggestionsRepository>;
// 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