diff --git a/creche_app/lib/core/auth_provider.g.dart b/creche_app/lib/core/auth_provider.g.dart deleted file mode 100644 index 48eb06b..0000000 --- a/creche_app/lib/core/auth_provider.g.dart +++ /dev/null @@ -1,54 +0,0 @@ -// GENERATED CODE - DO NOT MODIFY BY HAND - -part of 'auth_provider.dart'; - -// ************************************************************************** -// RiverpodGenerator -// ************************************************************************** - -String _$currentSessionHash() => r'currentSessionHash'; - -@ProviderFor(currentSession) -final currentSessionProvider = AutoDisposeFutureProvider.internal( - currentSession, - name: r'currentSessionProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$currentSessionHash, - dependencies: null, - allTransitiveDependencies: null, -); - -@Deprecated('Will be removed in 3.0. Use Ref instead') -typedef CurrentSessionRef = AutoDisposeFutureProviderRef; - -String _$currentProfileHash() => r'currentProfileHash'; - -@ProviderFor(currentProfile) -final currentProfileProvider = AutoDisposeFutureProvider.internal( - currentProfile, - name: r'currentProfileProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$currentProfileHash, - dependencies: null, - allTransitiveDependencies: null, -); - -@Deprecated('Will be removed in 3.0. Use Ref instead') -typedef CurrentProfileRef = AutoDisposeFutureProviderRef; - -String _$authNotifierHash() => r'authNotifierHash'; - -@ProviderFor(AuthNotifier) -final authNotifierProvider = - AutoDisposeAsyncNotifierProvider.internal( - AuthNotifier.new, - name: r'authNotifierProvider', - debugGetCreateSourceHash: - const bool.fromEnvironment('dart.vm.product') ? null : _$authNotifierHash, - dependencies: null, - allTransitiveDependencies: null, -); - -typedef _$AuthNotifier = AutoDisposeAsyncNotifier; -// 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