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.
pull/2742/head
Pierre 1 month ago committed by GitHub
parent 1d7963ab8d
commit 744a2653c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,6 +38,7 @@ workspace:
- navigation_and_routing - navigation_and_routing
- pedometer - pedometer
- pedometer/example - pedometer/example
- place_tracker
- platform_channels - platform_channels
- platform_design - platform_design
- platform_view_swift - platform_view_swift

Loading…
Cancel
Save