Theme configuration

This commit is contained in:
Juan Gilsanz Polo
2024-02-23 01:26:22 +01:00
parent 57af5e926e
commit e21546693a
32 changed files with 1053 additions and 45 deletions

View File

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