From 557361c0331e930d4560c8feaa8ef078f5990207 Mon Sep 17 00:00:00 2001 From: Nikki Eke Date: Wed, 4 Dec 2024 11:42:46 +0100 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb239fb..1657c2f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dependencies: // this method will return latlng with place detail print("placeDetails" + prediction.lng.toString()); }, // this callback is called when isLatLngRequired is true - itmClick: (Prediction prediction) { + itemClick: (Prediction prediction) { controller.text=prediction.description; controller.selection = TextSelection.fromPosition(TextPosition(offset: prediction.description.length)); }