Big overhaul of the UI and usability of the app #61
							
								
								
									
										5
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							@@ -36,7 +36,10 @@
 | 
				
			|||||||
            "type": "dart",
 | 
					            "type": "dart",
 | 
				
			||||||
            "request": "launch",
 | 
					            "request": "launch",
 | 
				
			||||||
            "program": "lib/main.dart",
 | 
					            "program": "lib/main.dart",
 | 
				
			||||||
            "cwd": "${workspaceFolder}/frontend"
 | 
					            "cwd": "${workspaceFolder}/frontend",
 | 
				
			||||||
 | 
					            "env": {
 | 
				
			||||||
 | 
					                "GOOGLE_MAPS_API_KEY": "testing"
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Frontend - profile",
 | 
					            "name": "Frontend - profile",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,7 +19,7 @@ pluginManagement {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id "dev.flutter.flutter-plugin-loader" version "1.0.0"
 | 
					    id "dev.flutter.flutter-plugin-loader" version "1.0.0"
 | 
				
			||||||
    id "com.android.application" version "7.3.0" apply false
 | 
					    id "com.android.application" version "8.1.0" apply false
 | 
				
			||||||
    id "org.jetbrains.kotlin.android" version "2.0.20" apply false
 | 
					    id "org.jetbrains.kotlin.android" version "2.0.20" apply false
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,7 +30,6 @@ class _NewTripMapState extends State<NewTripMap> {
 | 
				
			|||||||
  final Set<Marker> _markers = <Marker>{};
 | 
					  final Set<Marker> _markers = <Marker>{};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  _onLongPress(LatLng location) {
 | 
					  _onLongPress(LatLng location) {
 | 
				
			||||||
    log('Long press: $location');
 | 
					 | 
				
			||||||
    widget.trip.landmarks.clear();
 | 
					    widget.trip.landmarks.clear();
 | 
				
			||||||
    widget.trip.addLandmark(
 | 
					    widget.trip.addLandmark(
 | 
				
			||||||
      Landmark(
 | 
					      Landmark(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user