mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 10:12:33 -04:00 
			
		
		
		
	* feat(mobile): create localeProvider This provider can be used to refresh providers that provide UI elements and get cached. * feat(mobile): use default font for locales not supported by Overpass * chore(mobile): fix test * refactor(mobile): use Locale instead of String
		
			
				
	
	
		
			5 lines
		
	
	
		
			169 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			169 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| import 'package:flutter/widgets.dart';
 | |
| import 'package:hooks_riverpod/hooks_riverpod.dart';
 | |
| 
 | |
| final localeProvider = Provider<Locale>((_) => throw UnimplementedError());
 |