Tobias Bentin
Tobias Bentin
> As a comeback to this, because of #225 – If you want to initialize/read providers inside your main, you can do: > > ```dart > final greeting = Provider((ref)...
@lucavenir thanks for your answer. of course for this simple case I would do it differently but basically what I wanted to achieve is what is shown in [this example](https://riverpod.dev/docs/concepts/scopes#initialization-of-synchronous-provider-for-async-apis)...
For me it is working when wrapping the TypeAheadFields with a Row instead of a Column...really weird. Any updates to that? Edit: After digging a bit I found following setup...