forked from Cutlery/immich
		
	* build(mobile): add riverpod_lint * refactor(mobile): riverpod_generator for providers * test(mobile): fix integration test helper * refactor: ApiService to riverpod codegen * refactor(mobile): return curatedcontent instead of people dto * refactor: person provider to asyncnotifier * mobile: update service providers to use lambda * mobile: update scaffoldbody default error icon * remove logger mixin --------- Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			946 B
		
	
	
	
		
			Dart
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			946 B
		
	
	
	
		
			Dart
		
	
	
	
	
		
			Generated
		
	
	
// GENERATED CODE - DO NOT MODIFY BY HAND
 | 
						|
 | 
						|
part of 'app_settings.provider.dart';
 | 
						|
 | 
						|
// **************************************************************************
 | 
						|
// RiverpodGenerator
 | 
						|
// **************************************************************************
 | 
						|
 | 
						|
String _$appSettingsServiceHash() =>
 | 
						|
    r'957a65af6967701112f3076b507f9738fec4b7be';
 | 
						|
 | 
						|
/// See also [appSettingsService].
 | 
						|
@ProviderFor(appSettingsService)
 | 
						|
final appSettingsServiceProvider = Provider<AppSettingsService>.internal(
 | 
						|
  appSettingsService,
 | 
						|
  name: r'appSettingsServiceProvider',
 | 
						|
  debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
 | 
						|
      ? null
 | 
						|
      : _$appSettingsServiceHash,
 | 
						|
  dependencies: null,
 | 
						|
  allTransitiveDependencies: null,
 | 
						|
);
 | 
						|
 | 
						|
typedef AppSettingsServiceRef = ProviderRef<AppSettingsService>;
 | 
						|
// ignore_for_file: type=lint
 | 
						|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
 |