feat: Add location permissions and implement current location retrieval in map component
This commit is contained in:
@@ -34,8 +34,8 @@ dependencies:
|
||||
shared_preferences: ^2.2.2
|
||||
path_provider: ^2.1.1
|
||||
bcrypt: ^1.1.3
|
||||
location: ^5.0.0
|
||||
flutter_bloc : ^8.1.3
|
||||
location: ^8.0.1
|
||||
flutter_bloc : ^9.1.1
|
||||
equatable: ^2.0.5
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
@@ -47,6 +47,7 @@ dependencies:
|
||||
cloud_firestore: ^6.0.2
|
||||
google_sign_in: ^7.2.0
|
||||
google_sign_in_platform_interface: ^3.1.0
|
||||
geolocator: ^14.0.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -57,7 +58,7 @@ dev_dependencies:
|
||||
# activated in the `analysis_options.yaml` file located at the root of your
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^5.0.0
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
Reference in New Issue
Block a user