fluttercommunity / fluttercommunity/flutter_google_places
Not working
- Dominant language
- Dart
- Stars
- 312
- Forks
- 462
- PR merge metrics
- No merged PRs in 30d
Description
[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 _SyncBroadcastStreamController._sendData (dart:async/broadcast_stream_controller.dart:378:25)
#7 _BroadcastStreamController.add (dart:async/broadcast_stream_controller.dart:244:5)
#8 _StartWithStreamSink.add (package:rxdart/src/transformers/start_with.dart:15:10)
#9 forwardStream... (package:rxdart/src/utils/forwarding_stream.dart:31:49)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at PlacesAutocompleteState.doSearch in package:flutter_google_places/src/flutter_google_places.dart around line 436 and trace the value that triggers the reported null-check exception. Reproduce the autocomplete search failure and confirm the affected path completes without the exception, adding coverage if the project’s existing tests support it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100