Reviewed-on: #2 Co-authored-by: Felipe M. <me@fmartingr.com> Co-committed-by: Felipe M. <me@fmartingr.com>
29 lines
1.1 KiB
Dart
29 lines
1.1 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'locale_provider.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$localeNotifierHash() => r'fcc5a3f01da5605ee004d63f70fbb733bd2723de';
|
|
|
|
/// Provider for locale state management
|
|
/// State is Locale? where null means "use system default"
|
|
///
|
|
/// Copied from [LocaleNotifier].
|
|
@ProviderFor(LocaleNotifier)
|
|
final localeNotifierProvider =
|
|
AutoDisposeNotifierProvider<LocaleNotifier, Locale?>.internal(
|
|
LocaleNotifier.new,
|
|
name: r'localeNotifierProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$localeNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$LocaleNotifier = AutoDisposeNotifier<Locale?>;
|
|
// 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
|