The awesome_place_search package is a Flutter library that provides a user interface for searching places using the Google Places API. With this package, you can easily implement a location search bar that shows suggestions as the user types.
The package was not working with the latest version of Flutter 3.22.1 because it depends on the Skeleton package, which is no longer being maintained. I took the liberty to update the package to the latest version of Flutter, upgraded the packages, and replaced the skeletons package with a similar package; see issue
The package was not working with the latest version of Flutter 3.22.1 because it depends on the Skeleton package, which is no longer being maintained. I took the liberty to update the package to the latest version of Flutter, upgraded the packages, and replaced the skeletons package with a similar package; see issue