logger and launch cleanup

This commit is contained in:
2025-02-14 12:14:45 +01:00
parent f6d0cd5360
commit aed407e2d0
3 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ pluginManagement {
plugins {
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
}

View File

@@ -30,7 +30,6 @@ class _NewTripMapState extends State<NewTripMap> {
final Set<Marker> _markers = <Marker>{};
_onLongPress(LatLng location) {
log('Long press: $location');
widget.trip.landmarks.clear();
widget.trip.addLandmark(
Landmark(