trip loading (from device storage) much improved
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and release APK / Build APK (pull_request) Successful in 5m18s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and release APK / Build APK (pull_request) Successful in 5m18s
				
			This commit is contained in:
		| @@ -16,8 +16,6 @@ class TripsOverview extends StatefulWidget { | ||||
| } | ||||
|  | ||||
| class _TripsOverviewState extends State<TripsOverview> { | ||||
|   // final Future<List<Trip>> _trips = loadTrips(); | ||||
|  | ||||
|  | ||||
|   Widget listBuild (BuildContext context, AsyncSnapshot<List<Trip>> snapshot) { | ||||
|     List<Widget> children; | ||||
| @@ -65,6 +63,7 @@ class _TripsOverviewState extends State<TripsOverview> { | ||||
|  | ||||
|     return ListView( | ||||
|       children: children, | ||||
|       padding: const EdgeInsets.only(top: 0), | ||||
|     ); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user