show icon cache size

This commit is contained in:
Fabian Freund
2024-06-16 20:40:42 +02:00
parent 42a9db63f7
commit f50391d1da
6 changed files with 80 additions and 14 deletions
@@ -739,5 +739,23 @@ class _BangCountOfGroupProviderElement
@override
BangGroup get group => (origin as BangCountOfGroupProvider).group;
}
String _$bangIconCacheSizeMegabytesHash() =>
r'2199439f1b8a2692607231836769a10a24405181';
/// See also [bangIconCacheSizeMegabytes].
@ProviderFor(bangIconCacheSizeMegabytes)
final bangIconCacheSizeMegabytesProvider =
AutoDisposeStreamProvider<double>.internal(
bangIconCacheSizeMegabytes,
name: r'bangIconCacheSizeMegabytesProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$bangIconCacheSizeMegabytesHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef BangIconCacheSizeMegabytesRef = AutoDisposeStreamProviderRef<double>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member