Init repo

This commit is contained in:
PartyDonut 2024-09-15 14:12:28 +02:00
commit 764b6034e3
566 changed files with 212335 additions and 0 deletions

View file

@ -0,0 +1,25 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'api_provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$jellyApiHash() => r'c0cdc4127e7191523b1356e71c54c93f99020c1e';
/// See also [JellyApi].
@ProviderFor(JellyApi)
final jellyApiProvider =
AutoDisposeNotifierProvider<JellyApi, JellyService>.internal(
JellyApi.new,
name: r'jellyApiProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$jellyApiHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$JellyApi = AutoDisposeNotifier<JellyService>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member