|  |  |  | @ -54,6 +54,11 @@ class _PathProviderPageState extends AppState<PathProviderPage> { | 
			
		
	
		
			
				
					|  |  |  |  |                         desc: l10n.pathProviderDescTemporary, | 
			
		
	
		
			
				
					|  |  |  |  |                         future: model.getTemporaryDirectory(), | 
			
		
	
		
			
				
					|  |  |  |  |                       ), | 
			
		
	
		
			
				
					|  |  |  |  |                       BlockItem( | 
			
		
	
		
			
				
					|  |  |  |  |                         title: l10n.pathProviderTitleTemporary, | 
			
		
	
		
			
				
					|  |  |  |  |                         desc: l10n.pathProviderDescTemporary, | 
			
		
	
		
			
				
					|  |  |  |  |                         future: model.getApplicationCacheDirectory(), | 
			
		
	
		
			
				
					|  |  |  |  |                       ), | 
			
		
	
		
			
				
					|  |  |  |  |                       BlockItem( | 
			
		
	
		
			
				
					|  |  |  |  |                         title: l10n.pathProviderTitleApplicationDocuments, | 
			
		
	
		
			
				
					|  |  |  |  |                         desc: l10n.pathProviderDescApplicationDocuments, | 
			
		
	
	
		
			
				
					|  |  |  | 
 |