diff --git a/packages/at_events_flutter/example/pubspec.yaml b/packages/at_events_flutter/example/pubspec.yaml index 152d75ea..2c050258 100644 --- a/packages/at_events_flutter/example/pubspec.yaml +++ b/packages/at_events_flutter/example/pubspec.yaml @@ -45,6 +45,10 @@ dependencies: sdk: flutter flutter_dotenv: ^5.1.0 path_provider: ^2.1.3 +dependency_overrides: + at_location_flutter: + path: ../at_location_flutter + geolocator: ^12.0.0 dev_dependencies: # The "flutter_lints" package below contains a set of recommended lints to diff --git a/packages/at_events_flutter/pubspec.yaml b/packages/at_events_flutter/pubspec.yaml index 7e79214e..0187954b 100644 --- a/packages/at_events_flutter/pubspec.yaml +++ b/packages/at_events_flutter/pubspec.yaml @@ -32,6 +32,7 @@ dependencies: dependency_overrides: at_location_flutter: path: ../at_location_flutter + geolocator: ^12.0.0 dev_dependencies: flutter_lints: ^2.0.3