places_autocomplete 0.0.1
places_autocomplete: ^0.0.1 copied to clipboard
Google Places Autocomplete for Flutter — overlay/inline modes, debouncing, caching, and place details. Built on the Google Places API (New).
0.0.1 #
- Initial release.
PlacesAutocompleteTextField— drop-inTextFieldreplacement with overlay and inline display modes.PlacesAutocompleteTextFormField— drop-inTextFormFieldreplacement with form validation support.PlacesAutocompleteBuilder— headless builder widget for fully custom UIs.PlacesAutocompleteController— controller-based API with debouncing, TTL cache, session token management, andfetchDetails.- Location biasing and restriction via circle or rectangle geometries.
- Distance-from-origin support via
PlacesOrigin. - Web support — no proxy required (Google Places API New supports CORS).
- Built on the Google Places API (New); no legacy API dependency.