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
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.3.0 to 2.6.1. Commits 6c2e035 fix test manifest load c30358a dynamic cache path 472d887 update readme b1d33bc print version e5fb139 update readme ebff0a3 tidy up d8cf9a8 tidy...
Not working
[VERBOSE-2:ui_dart_state.cc(186)] Unhandled Exception: Null check operator used on a null value #0 PlacesAutocompleteState.doSearch (package:flutter_google_places/src/flutter_google_places.dart:436:28) #1 _rootRunUnary (dart:async/zone.dart:1362:47) #2 _CustomZone.runUnary (dart:async/zone.dart:1265:19) #3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1170:7) #4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11) #5 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7) #6...
while searching the list in iOS, Getting error "Unhandled Exception: Null check operator used on a null value" Flutter version 3.0.0
When I add this package to my flutter project, "The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher." i am getting the error.
I typed a place name 14 characters in length, and within console.cloud.google.com the # of requests increased by 14. Does this mean that the sessionToken is not working correctly? I'm...
When I click on Search places in the default project from here - I'm using flutter_google_places: ^0.2.3 in pubspec ════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ The following UnsupportedError was...
Updates to flutter 3. Fixes null reference problem
This will fix errors when trying to build with Flutter 3
Upgrades following dependencies: * flutter_lints * google_api_headers
As we know this package using the google_api_headers internally getting this build time error steps to regenerate: I m migrating my flutter apllication to android embedding v1 ti v2 im...