feat: Google Maps location picker in dashboard
- LocationPickerDialog: detecta ubicación del dispositivo, pin draggable, reverse geocoding para obtener dirección y ciudad - Dashboard: campo de dirección abre el mapa al tocar - index.html: carga Maps JS API (key pendiente de configurar) - pubspec: google_maps_flutter + geolocator Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
77f44ac43a
commit
863546f0fc
@@ -45,6 +45,8 @@ dependencies:
|
||||
url_launcher: ^6.3.0
|
||||
flutter_rating_bar: ^4.0.1
|
||||
http: ^1.2.1
|
||||
google_maps_flutter: ^2.9.0
|
||||
geolocator: ^13.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^3.0.0
|
||||
|
||||
Reference in New Issue
Block a user