|  |  | @ -88,22 +88,9 @@ Future<void> main() async { | 
			
		
	
		
		
			
				
					
					|  |  |  | // flutter pub run easy_localization:generate --source-dir ./assets/langs -f keys -o locale_keys.g.dart |  |  |  | // flutter pub run easy_localization:generate --source-dir ./assets/langs -f keys -o locale_keys.g.dart | 
			
		
	
		
		
			
				
					
					|  |  |  | // command to generate languages data from json |  |  |  | // command to generate languages data from json | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | class MyApp extends StatefulWidget { |  |  |  | class MyApp extends StatelessWidget { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   const MyApp({Key? key}) : super(key: key); |  |  |  |   const MyApp({Key? key}) : super(key: key); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   @override |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   State<MyApp> createState() => _MyAppState(); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | class _MyAppState extends State<MyApp> with WidgetsBindingObserver { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   @override |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   void initState() { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     WidgetsBinding.instance.addObserver(this); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     super.initState(); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |    |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |    |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   @override |  |  |  |   @override | 
			
		
	
		
		
			
				
					
					|  |  |  |   Widget build(BuildContext context) { |  |  |  |   Widget build(BuildContext context) { | 
			
		
	
		
		
			
				
					
					|  |  |  |     return Sizer( |  |  |  |     return Sizer( | 
			
		
	
	
		
		
			
				
					|  |  | 
 |