From 744a2653c915203b6b4d6bac48842fb87fcb9bb6 Mon Sep 17 00:00:00 2001 From: Pierre <6655696+guidezpl@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:04:09 +0100 Subject: [PATCH] Add missing `place_tracker` workspace package to top-level pubspec (#2739) The package already uses `resolution: workspace` but isn't listed in the top-level `pubspec.yaml`. This fixes that. --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index e0fa3c813..b7d3e3c24 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,6 +38,7 @@ workspace: - navigation_and_routing - pedometer - pedometer/example + - place_tracker - platform_channels - platform_design - platform_view_swift