flutter_google_places
flutter_google_places copied to clipboard
Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker
A simple change to allow auto-search from a classic Flutter Textfield.
closes #218
add the following control 1. FocusNode
updated the package dependency versions
package not compatible with http 1.1.0
make it compatible with http 1.1.0 💯 - replace google_maps_webservice: ^0.0.20-nullsafety.5 to google_api_headers: ^1.3.0
Version changed dependencies: 1. google_api_headers 2. rxdart 3. lint
flutter_google_places ^0.3.0 requires http ^0.13.1. I would like to flexibility to use http version 1.0.0 or above. change it to include more versions of http please. like this: http: '>=...
Flutter version 3.32.0 on channel stable at /Users/temp/Development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision be698c48a6 (9 days ago), 2025-05-19 12:59:14 -0700 • Engine revision 1881800949 • Dart version 3.8.0...
I face below issue when I try to change flutter sdk version from 3.13.6 to 3.29.2 Package google_api_headers:ios references google_api_headers:ios as the default plugin, but it does not provide an...