fefeswa
fefeswa
version 2.27.2 don't have this problem and need actualization node js to 18
https://github.com/fluttercommunity/flutter_google_places I copied and pasted the code and it keeps giving me this message I am a beginner in both formats but I have not found more information thanks I...
flutter_google_places_hoc081098 1.2.0 this is function perfect with my issue and is the same code
the solution is use this https://pub.dev/packages/flutter_google_places_hoc081098 is the same code and implementation
In flutter_google_places.dart main class it add listener in initState() Timer? _debounce; [@OverRide](https://github.com/OverRide) void initState() { super.initState(); _queryTextController!.addListener(_onQueryChange); // added listener } in the listener it initialized the _debounce. void _onQueryChange()...
> Hi, I have the same problem. There are pending pull requests to correct the issue. When will this pull request be accepted? the latest version of the package seems...