Location overview screen and model changes #3

Merged
marco merged 9 commits from development into main 2026-06-19 14:03:45 +02:00
Showing only changes of commit e8057a8cc6 - Show all commits
@@ -12,6 +12,8 @@ class LocationController extends ChangeNotifier {
final List<Location> _locations = []; final List<Location> _locations = [];
List<Location> get locations => _locations;
Future<void> addLocation(Location location) { Future<void> addLocation(Location location) {
_locations.add(location); _locations.add(location);
notifyListeners(); notifyListeners();