mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-30 23:16:09 +00:00 
			
		
		
		
	Localization + theme
This commit is contained in:
		
							parent
							
								
									622b6a3196
								
							
						
					
					
						commit
						1197df6527
					
				
					 13 changed files with 223 additions and 95 deletions
				
			
		|  | @ -10,9 +10,10 @@ class MyApp extends StatelessWidget { | |||
|   @override | ||||
|   Widget build(BuildContext context) { | ||||
|     return MaterialApp( | ||||
|       //title: AppLocalizations.of(context).appTitle, | ||||
|       //title: 'Haches & Dés', | ||||
|       onGenerateTitle: (BuildContext context) => | ||||
|           AppLocalizations.of(context).app_title, | ||||
|           AppLocalizations.of(context).appTitle, | ||||
|       localizationsDelegates: [ | ||||
|         const AppLocalizationsDelegate(), | ||||
|         GlobalMaterialLocalizations.delegate, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez