David Rupp

Results 3 comments of David Rupp

> Same here :( Hey, you can use my fork branch… did some updates but in general it is the same as the original one.

It seams that the callback function never gets called at all :) I think thats the point :)

There is already a post about this. Best is, when you use the selectedPlaceWidgetBuilder. selectedPlaceWidgetBuilder: (builderContext, selectedPlace, state, isSearchBarFocused) { print(state); if (selectedPlace != null) { state = SearchingState.Idle; }...