first bang implementation

This commit is contained in:
Fabian Freund
2024-06-10 03:08:23 +02:00
parent 9ae08409fe
commit 388eba93b7
47 changed files with 3809 additions and 34 deletions
@@ -0,0 +1,25 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'bang_source.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$bangSourceHash() => r'6ca70e8be16a0ae104fa6b739e3c0f2c59eab565';
/// See also [BangSource].
@ProviderFor(BangSource)
final bangSourceProvider =
AutoDisposeNotifierProvider<BangSource, void>.internal(
BangSource.new,
name: r'bangSourceProvider',
debugGetCreateSourceHash:
const bool.fromEnvironment('dart.vm.product') ? null : _$bangSourceHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$BangSource = AutoDisposeNotifier<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