use more fitting floating action button, cleanup
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and release APK / Build APK (pull_request) Successful in 5m24s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and release APK / Build APK (pull_request) Successful in 5m24s
				
			This commit is contained in:
		| @@ -1,11 +1,11 @@ | ||||
| import 'package:anyway/modules/save_button.dart'; | ||||
| import 'package:anyway/modules/current_trip_save_button.dart'; | ||||
| import 'package:flutter/material.dart'; | ||||
| import 'package:sliding_up_panel/sliding_up_panel.dart'; | ||||
| 
 | ||||
| import 'package:anyway/structs/trip.dart'; | ||||
| import 'package:anyway/modules/landmarks_list.dart'; | ||||
| import 'package:anyway/modules/greeter.dart'; | ||||
| import 'package:anyway/modules/map.dart'; | ||||
| import 'package:anyway/modules/current_trip_landmarks_list.dart'; | ||||
| import 'package:anyway/modules/current_trip_greeter.dart'; | ||||
| import 'package:anyway/modules/current_trip_map.dart'; | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| @@ -38,15 +38,9 @@ class _NewTripPageState extends State<NewTripPage> { | ||||
|             padding: EdgeInsets.all(15), | ||||
|             child: NewTripLocationSearch(trip), | ||||
|           ), | ||||
|         Align( | ||||
|           alignment: Alignment.bottomRight, | ||||
|           child: Padding( | ||||
|             padding: EdgeInsets.all(15), | ||||
|             child: NewTripButton(trip: trip) | ||||
|           ), | ||||
|         ), | ||||
|         ], | ||||
|       ), | ||||
|       floatingActionButton: NewTripButton(trip: trip), | ||||
|     ); | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user