Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: dependency overrides removed in at_events_flutter #896

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions packages/at_events_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ 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
Expand Down
7 changes: 1 addition & 6 deletions packages/at_events_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
at_contact: ^3.0.8
at_contacts_flutter: ^4.0.14
at_contacts_group_flutter: ^4.0.15
at_location_flutter: ^3.1.12
at_location_flutter: ^3.1.13
at_lookup: ^3.0.40
at_utils: ^3.0.15
flutter:
Expand All @@ -29,11 +29,6 @@ dependencies:
latlong2: ^0.9.0
sliding_up_panel: ^2.0.0+1

dependency_overrides:
at_location_flutter:
path: ../at_location_flutter
geolocator: ^12.0.0

dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
Expand Down