mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 08:56:01 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| String baseLink(String path) {
 | |
|   const _basePath =
 | |
|       'https://github.com/flame-engine/flame/blob/main/examples/lib/stories/';
 | |
| 
 | |
|   return '$_basePath$path';
 | |
| }
 | 
