renamed steps
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
import 'package:fforte/db_helper.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
|
||||
import 'package:flutter_map/flutter_map.dart';
|
||||
import 'package:geolocator/geolocator.dart';
|
||||
@@ -234,7 +233,7 @@ class Karte extends StatefulWidget {
|
||||
}
|
||||
|
||||
class KarteState extends State<Karte> {
|
||||
List<Marker> markers = [Marker(point: LatLng(0, 0), child: Icon(Icons.location_on))];
|
||||
List<Marker> markers = [const Marker(point: LatLng(0, 0), child: Icon(Icons.location_on))];
|
||||
LatLng? selectedPosition;
|
||||
Position? updatedPosition;
|
||||
bool saveVisible = false;
|
||||
|
||||
Reference in New Issue
Block a user