fixedlocationhomepage

This commit is contained in:
2025-02-22 12:35:25 +05:30
parent e3b601ee7d
commit 2c3e7e2992
16 changed files with 244 additions and 116 deletions

View File

@@ -120,6 +120,9 @@ class _AddLocationAddressState extends State<AddLocationAddress> {
}
}
void _onMapTapped(LatLng tappedPoint) {
setState(() {
_selectedLocation = tappedPoint;