chore: Migration to Dart 3.8 (#6668)

* Migration to Dart 3.8

* New GA

* Fix dartdoc
This commit is contained in:
Edouard Marquez
2025-06-23 18:14:17 +02:00
committed by GitHub
parent dda75e283e
commit e3bc40fdf3
628 changed files with 18834 additions and 17076 deletions

View File

@ -42,9 +42,7 @@ class LocationQueryModel with ChangeNotifier {
final Set<String> _locationKeys = <String>{};
Future<void> _process(
final List<OsmLocation> locations,
) async {
Future<void> _process(final List<OsmLocation> locations) async {
for (final OsmLocation location in locations) {
final String primaryKey = location.primaryKey;
if (_locationKeys.contains(primaryKey)) {